copyright
[openssl.git] / apps /
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-07 Ben LaurieLook up MD5 by name.
2001-09-05 Ulf MöllerUse GCC 2.95/3.0 optimization
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-09-01 Ulf Möllermake update
2001-08-24 Lutz Jänicke-passin argument not used when actually loading the key
2001-08-23 Dr. Stephen HensonLoad OCSP responder key before waiting for an incoming
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-08-17 Dr. Stephen HensonMake -passin -passout etc work again.
2001-08-17 Dr. Stephen HensonAdd CRL utility functions to allow CRLs to be
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Lutz JänickeOops, one SSL_OP_NON_EXPORT_FIRST was left.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-13 Dr. Stephen HensonAllow OCSP server to handle multiple requests.
2001-07-12 Dr. Stephen HensonInitial OCSP server support, using index.txt format.
2001-07-11 Geoff Thorpeopenssl speed is quite useful for testing hardware...
2001-07-10 Richard Levittemake update
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-07-08 Ben LaurieDon't update argc, argv for decrypt flag!
2001-07-08 Ben LaurieSpeed test decrypt EVP operations.
2001-07-03 Lutz JänickeWhen only the key is given to "enc", the IV is undefined
2001-07-02 Ben LaurieFix warning.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-27 Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-25 Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-25 Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-25 Richard LevitteCall apps_shutdown() to take down what apps_startup...
2001-06-23 Richard Levittemake update
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-23 Richard Levitteapps_startup() needs a corresponding apps_shutdown().
2001-06-23 Richard LevitteMake use of new features in UI's. Among others, the...
2001-06-23 Dr. Stephen HensonFix UI leak in apps.
2001-06-20 Richard LevitteModify "openssl engine" to handle and display internal...
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-19 Dr. Stephen HensonFix memory leaks.
2001-06-19 Richard LevitteDo a proof of concept. "openssl genrsa" will make...
2001-06-19 Richard LevitteChange the common application routines to use a UI_METH...
2001-06-19 Dr. Stephen Hensonmake apps compile again
2001-06-18 Richard LevitteOne feature wasn't quite commited yet
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-06-05 Richard Levitte'make update'
2001-05-30 Richard LevitteExtend all the loading functions to take an engine...
2001-05-22 Richard LevitteVMS doesn't support more than on period in a file name
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-05-07 Dr. Stephen HensonInitial CRL based revocation checking.
2001-04-29 Dr. Stephen HensonWin32 fixes:
2001-04-26 Richard LevitteClean up ENGINE before exiting.
2001-04-19 Geoff ThorpeChanges to "openssl engine" to support the new control...
2001-04-11 Richard LevitteCorrect typo.
2001-04-11 Richard LevitteAdd -keyform.
2001-04-11 Richard LevitteShow an example of moving the emailAddress object from...
2001-04-11 Richard LevitteNetBSD and OpenBSD use TOD as well
2001-04-08 Lutz JänickeAdd forgotten "-passin" option to smime.c usage help.
2001-04-04 Richard LevitteIncorporate some changes that make OpenSSL compilable...
2001-03-31 Bodo Mölleravoid buffer overflow
2001-03-30 Bodo Möllerthis time *really* fix the /../ check ...
2001-03-30 Bodo MöllerFor -WWW, fix test for ".." directory references (and...
2001-03-24 Richard Levittemake update
2001-03-22 Bodo MöllerAdd missing '#ifndef OPENSSL_NO_DSA'.
2001-03-16 Richard LevitteCorrect a typo which might have lead to a dump.
2001-03-16 Dr. Stephen HensonAdd copy_extensions option to 'ca' utility.
2001-03-15 Dr. Stephen HensonAdd 'align' option to nameopt.
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15 Dr. Stephen HensonDocument the -certopt option to the x509 utility.
2001-03-13 Bodo MöllerFix: return 0 if no error occured.
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-10 Richard LevitteFor some experiments, it is sometimes nice to serve...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-08 Bodo MöllerBugfix: previously the serial number file could turn...
2001-03-08 Bodo MöllerIntegrate ec_err.[co].
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-03-04 Bodo Möllerincrease emailAddress_max
2001-02-27 Richard LevitteMacOSX doesn't have ftime().
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-23 Geoff ThorpeI missed one.
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteWindows does not know of strigs.h or strcasecmp, so...
2001-02-21 Geoff ThorpeThis adds command-line support to s_server for controll...
2001-02-20 Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2001-02-20 Richard LevitteI forgot there was a reason why the inclusions and...
2001-02-20 Richard LevitteOpenVMS catches up.
2001-02-20 Richard LevitteGet e_os2.h to get all the system definitions correctly.
2001-02-20 Dr. Stephen HensonFix typo.
2001-02-20 Richard LevitteInclude opensslconf.h or the like early to make sure...
2001-02-20 Bodo Möllerhonour '-no_tmp_rsa'
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Ulf MöllerFix warning.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-19 Richard Levittemake update
2001-02-19 Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-15 Lutz JänickeAdd "-rand" option to s_client and s_server.
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-14 Dr. Stephen HensonInitial OCSP SSL support.
2001-02-13 Dr. Stephen HensonNew function OCSP_parse_url() and -url option for ocsp...
2001-02-12 Dr. Stephen HensonModify OCSP nonce behaviour.
next