aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* If the source has already been succesfully queried, do not try to open itLutz Jänicke2001-02-031-2/+4
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-1/+1
* Use OpenSSL_add_all_algorithms instead of the backwards compatibilityBodo Möller2001-01-231-3/+3
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-191-1/+1
* Fix openssl passwd -1Bodo Möller2001-01-191-1/+1
* Additional functionality in ocsp utility: print summaryDr. Stephen Henson2001-01-191-16/+121
* Don't shadow.Dr. Stephen Henson2001-01-181-1/+0
* Implement remaining OCSP verify checks inDr. Stephen Henson2001-01-181-0/+2
* Keep up with UnixRichard Levitte2001-01-171-2/+2
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-174-32/+68
* New '-extfile' option for 'openssl ca'.Bodo Möller2001-01-151-19/+96
* Fix warning in apps/ca.cDr. Stephen Henson2001-01-141-2/+2
* Preliminary ocsp utility documentation.Dr. Stephen Henson2001-01-141-0/+3
* New OCSP utility. This can generate, parse and printDr. Stephen Henson2001-01-133-3/+457
* New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller2001-01-121-34/+320
* New -newreq-nodes option to CA.pl.Bodo Möller2001-01-111-3/+8
* It's silly to use a different default for PERL than in the topBodo Möller2001-01-101-1/+1
* Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller2001-01-101-2/+5
* 'char' argument to islower must be converted to 'unsigned char'Bodo Möller2001-01-101-1/+1
* Fix C code generate by 'openssl dsaparam -C'.Bodo Möller2001-01-101-1/+1
* rsa_num is not used with NO_RSAUlf Möller2001-01-091-0/+2
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-312-11/+11
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-164/+170
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-154-20/+112
* Locking issues.Bodo Möller2000-12-151-0/+126
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-4/+4
* Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte2000-12-091-2/+1
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-11/+17
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-082-3/+6
* Fix warnings.Ben Laurie2000-12-032-6/+6
* Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2000-12-022-17/+26
* remember the problem with ftime()Ulf Möller2000-12-021-1/+1
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-012-5/+9
* "make depend"Bodo Möller2000-12-011-170/+164
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-303-166/+188
* avoid segmentation faultBodo Möller2000-11-291-1/+4
* Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte2000-11-221-2/+2
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-202-74/+72
* Improve usability of 'openssl passwd' by includingBodo Möller2000-11-171-1/+6
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-39/+39
* Make Rijndael work! Those long flights have some good points.Ben Laurie2000-11-121-3/+3
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-082-1/+2
* The consequence of constification is that to pass the address to aRichard Levitte2000-11-062-2/+2
* Make all engines available in the openssl application.Richard Levitte2000-11-063-8/+6
* Change the engine library so the application writer has to explicitelyRichard Levitte2000-11-021-0/+3
* 'openssl engine' can now list engine capabilities. The currentRichard Levitte2000-11-021-14/+63
* Better error reporting in 'openssl engine'Richard Levitte2000-11-021-7/+4
* make updateRichard Levitte2000-11-021-137/+177
* Never call load_dh_param(NULL) because this leads to an illegalBodo Möller2000-11-021-4/+7
* -t is supported, so display some help about it.Richard Levitte2000-11-011-1/+1