- Add support for cipher suites that require a temporary RSA key for
[openssl.git] / apps /
2002-02-16 Richard Levittegcc chokes on C++ comments in C code.
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-14 Bodo Möller'-C' is still quite broken
2002-02-14 Bodo Möllerfix '-C'
2002-02-14 Bodo Möllerfix memory leak
2002-02-14 Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-13 Bodo MöllerECDSA support
2002-02-05 Richard Levitte'make update'
2002-01-29 Lutz JänickeHP-UX 32bit:
2002-01-29 Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-25 Richard LevitteApply the following changes by Toomas Kiisk <vix@cyber...
2002-01-25 Richard LevitteI must learn to compile before I commit...
2002-01-25 Richard LevitteAdd -keyform. Document -engine.
2002-01-12 Ben LauriePrototype info function.
2002-01-02 Richard Levittemake update
2002-01-02 Richard LevitteImplement speed measurement for AES.
2002-01-02 Richard LevitteRSA counter should only be defined of RSA is available.
2001-12-12 Richard LevitteChange pkcs12 so the certificates coming from -in do...
2001-12-09 Ben LaurieImprove back compatibility.
2001-12-07 Bodo Möllerfix warnings (one of them was clearly justified)
2001-12-01 Dr. Stephen HensonAdd -pubkey option to req command.
2001-11-22 Bodo Möllercheck OPENSSL_NO_... before including header files...
2001-11-22 Geoff ThorpeIn this particular error condition, the structural...
2001-11-15 Richard LevitteMake it possible to give digest names as -evp arguments.
2001-11-15 Richard LevitteIf an engine isn't built in, try loading it as a sharea...
2001-11-15 Richard Levittemake update
2001-11-14 Richard LevitteChange the order of events so the capabilities of loade...
2001-11-14 Richard LevitteImplement STARTTLS for certain protocols, currently...
2001-11-10 Bodo Möllermore output for SSL 2.0 in our msg_callback
2001-11-06 Dr. Stephen HensonWin32 fixes.
2001-11-06 Dr. Stephen HensonFix email address delete code.
2001-11-05 Richard LevitteDOS and Windows do not like unistd.h
2001-11-02 Ben LaurieIf verify fails, say why.
2001-10-30 Richard LevitteChange the shared library support so the shared librari...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-27 Dr. Stephen HensonAnother noemailDN fix.
2001-10-27 Dr. Stephen HensonAllow ca to certify requests containing BMPStrings...
2001-10-27 Dr. Stephen HensonBugfixes for noemailDN option. Make it use the
2001-10-26 Dr. Stephen HensonNew options to allow req to accept UTF8 strings as...
2001-10-25 Richard LevitteMake sure openssl speed is compilable on systems where...
2001-10-25 Ben LaurieAdd paralellism to speed - note that this currently...
2001-10-25 Bodo MöllerAdd '-noemailDN' option to 'openssl ca'. This prevents...
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-10-21 Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-10-21 Dr. Stephen HensonStop spurious "unable to load config info" errors in req
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-20 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_{init,cleanup}
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Lutz JänickeFlush buffers to prevent mixed output (Adam Back <adam...
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard Levitte'make update'
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-02 Richard Levittesch isn't an array, how did this pass through gcc?
2001-10-01 Geoff ThorpeMake "openssl engine -c" list any supported digests...
2001-09-28 Richard LevitteChange HZ in speed to rely on sysconf() if the clock...
2001-09-28 Geoff ThorpeENGINE_register_all_complete() will register all implem...
2001-09-27 Richard LevitteStop thinking arguments starting with - are algorithm...
2001-09-25 Geoff ThorpePut the cipher info back into the "openssl engine"...
2001-09-25 Geoff ThorpeMake necessary tweaks to apps/ files due to recent...
2001-09-24 Geoff Thorpe"make update"
2001-09-20 Bodo Möllermake update
2001-09-12 Geoff ThorpeUpdated dependencies from "make update"
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-10 Geoff Thorpemake update
2001-09-10 Geoff ThorpePut all "common" initialisation in the apps_startup...
2001-09-10 Bodo Möllerrestore previous revision -- memory leak should be...
2001-09-10 Bodo Möllerfix memory leak
2001-09-10 Bodo Möllerexclude disabled message digests
2001-09-10 Bodo Mölleradd AES ciphers
2001-09-10 Bodo MöllerUpdate so that progs.h can indeed be automatically...
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.
next