summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Really add the EVP and all of the DES changes.ben2001-07-304-685/+433
* Allow OCSP server to handle multiple requests.steve2001-07-131-36/+93
* Initial OCSP server support, using index.txt format.steve2001-07-123-108/+533
* openssl speed is quite useful for testing hardware support (among othergeoff2001-07-112-4/+70
* make updatelevitte2001-07-101-188/+197
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inlevitte2001-07-091-2/+11
* Don't update argc, argv for decrypt flag!ben2001-07-081-4/+0
* Speed test decrypt EVP operations.ben2001-07-081-4/+22
* When only the key is given to "enc", the IV is undefinedjaenicke2001-07-031-0/+8
* Fix warning.ben2001-07-021-1/+1
* Modify apps to use NCONF code instead of old CONF code.steve2001-06-287-146/+160
* Make better use of load_cert, load_certs and load_key.levitte2001-06-271-37/+11
* Make better use of load_cert, load_certs and load_key.levitte2001-06-253-54/+15
* Make better use of load_cert, load_certs and load_key.levitte2001-06-251-16/+11
* Call apps_shutdown() to take down what apps_startup() set up.levitte2001-06-251-0/+1
* make updatelevitte2001-06-231-70/+89
* Use apps_shutdown() in all applications, in case someone decides notlevitte2001-06-2326-3/+30
* apps_startup() needs a corresponding apps_shutdown().levitte2001-06-232-8/+13
* Make use of new features in UI's. Among others, the applicationlevitte2001-06-231-27/+14
* Fix UI leak in apps.steve2001-06-233-0/+10
* Modify "openssl engine" to handle and display internal controllevitte2001-06-201-52/+69
* Change all calls to low level digest routines in the library andsteve2001-06-193-36/+34
* Fix memory leaks.steve2001-06-191-6/+9
* Do a proof of concept. "openssl genrsa" will make the name of thelevitte2001-06-191-1/+7
* Change the common application routines to use a UI_METHOD for passwordlevitte2001-06-192-36/+139
* make apps compile againsteve2001-06-193-3/+3
* One feature wasn't quite commited yetlevitte2001-06-181-0/+2
* Provide an application-common setup function for engines and use itlevitte2001-06-1826-412/+55
* Add support for MS CSP Name PKCS#12 attribute.steve2001-06-111-0/+7
* 'make update'levitte2001-06-051-2/+7
* Extend all the loading functions to take an engine pointer, a passlevitte2001-05-309-154/+183
* VMS doesn't support more than on period in a file namelevitte2001-05-221-0/+16
* Allow various X509_STORE_CTX properties to besteve2001-05-094-3/+30
* Initial CRL based revocation checking.steve2001-05-071-5/+10
* Win32 fixes:steve2001-04-291-2/+2
* Clean up ENGINE before exiting.levitte2001-04-261-0/+2
* Changes to "openssl engine" to support the new control command code ingeoff2001-04-191-26/+253
* Correct typo.levitte2001-04-111-1/+1
* Add -keyform.levitte2001-04-111-5/+20
* Show an example of moving the emailAddress object from the subkect DNlevitte2001-04-111-0/+3
* NetBSD and OpenBSD use TOD as welllevitte2001-04-111-1/+1
* Add forgotten "-passin" option to smime.c usage help.jaenicke2001-04-081-0/+1
* Incorporate some changes that make OpenSSL compilable in CygWin.levitte2001-04-041-2/+3
* avoid buffer overflowbodo2001-03-311-0/+8
* this time *really* fix the /../ check ...bodo2001-03-301-3/+2
* For -WWW, fix test for ".." directory references (and avoid warning forbodo2001-03-301-8/+22
* make updatelevitte2001-03-241-1/+1
* Add missing '#ifndef OPENSSL_NO_DSA'.bodo2001-03-221-0/+2
* Correct a typo which might have lead to a dump.levitte2001-03-161-1/+1
* Add copy_extensions option to 'ca' utility.steve2001-03-164-47/+102