aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-37/+39
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-016-6/+21
* make updateUlf Möller2001-09-011-2/+2
* -passin argument not used when actually loading the keyLutz Jänicke2001-08-241-1/+1
* Load OCSP responder key before waiting for an incomingDr. Stephen Henson2001-08-231-25/+27
* Add first cut symmetric crypto support.Ben Laurie2001-08-182-1/+13
* Make -passin -passout etc work again.Dr. Stephen Henson2001-08-172-3/+19
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-171-23/+27
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-101/+122
* Oops, one SSL_OP_NON_EXPORT_FIRST was left.Lutz Jänicke2001-08-031-1/+0
* make updateRichard Levitte2001-07-311-142/+144
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-304-685/+433
* Allow OCSP server to handle multiple requests.Dr. Stephen Henson2001-07-131-36/+93
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-123-108/+533
* openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe2001-07-112-4/+70
* make updateRichard Levitte2001-07-101-188/+197
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-2/+11
* Don't update argc, argv for decrypt flag!Ben Laurie2001-07-081-4/+0
* Speed test decrypt EVP operations.Ben Laurie2001-07-081-4/+22
* When only the key is given to "enc", the IV is undefinedLutz Jänicke2001-07-031-0/+8
* Fix warning.Ben Laurie2001-07-021-1/+1
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-287-146/+160
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-271-37/+11
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-253-54/+15
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-16/+11
* Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte2001-06-251-0/+1
* make updateRichard Levitte2001-06-231-70/+89
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-2326-3/+30
* apps_startup() needs a corresponding apps_shutdown().Richard Levitte2001-06-232-8/+13
* Make use of new features in UI's. Among others, the applicationRichard Levitte2001-06-231-27/+14
* Fix UI leak in apps.Dr. Stephen Henson2001-06-233-0/+10
* Modify "openssl engine" to handle and display internal controlRichard Levitte2001-06-201-52/+69
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-193-36/+34
* Fix memory leaks.Dr. Stephen Henson2001-06-191-6/+9
* Do a proof of concept. "openssl genrsa" will make the name of theRichard Levitte2001-06-191-1/+7
* Change the common application routines to use a UI_METHOD for passwordRichard Levitte2001-06-192-36/+139
* make apps compile againDr. Stephen Henson2001-06-193-3/+3
* One feature wasn't quite commited yetRichard Levitte2001-06-181-0/+2
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-1826-412/+55
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-0/+7
* 'make update'Richard Levitte2001-06-051-2/+7
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-309-154/+183
* VMS doesn't support more than on period in a file nameRichard Levitte2001-05-221-0/+16
* Allow various X509_STORE_CTX properties to beDr. Stephen Henson2001-05-094-3/+30
* Initial CRL based revocation checking.Dr. Stephen Henson2001-05-071-5/+10
* Win32 fixes:Dr. Stephen Henson2001-04-291-2/+2
* Clean up ENGINE before exiting.Richard Levitte2001-04-261-0/+2
* Changes to "openssl engine" to support the new control command code inGeoff Thorpe2001-04-191-26/+253
* Correct typo.Richard Levitte2001-04-111-1/+1
* Add -keyform.Richard Levitte2001-04-111-5/+20