openssl.git
2001-07-30 Andy PolyakovSupport for Intel and HP-UXi assemblers.
2001-07-30 Ben LaurieANSIfication.
2001-07-30 Andy PolyakovTypo in stty command lines.
2001-07-30 Lutz JänickeDon't miss files...
2001-07-30 Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-07-30 Lutz JänickeForgot to mention second fix.
2001-07-27 Bodo Möllerlength of secret exponent is needed only when we create one
2001-07-27 Bodo MöllerUndo DH_generate_key() change: s3_srvr.c was using...
2001-07-27 Lutz JänickeAnother uninitialized static that may lead to problems...
2001-07-27 Richard LevitteAddapt VMS script to the latest changes in the makefiles.
2001-07-27 Dr. Stephen... Make sure *outl is always initialized in EVP_EncryptUpd...
2001-07-27 Dr. Stephen... More linker bloat reorganisation:
2001-07-26 Dr. Stephen... First of several reorganisations to
2001-07-26 Lutz JänickeFix problem occuring when used from OpenSSH on Solaris 8.
2001-07-25 Bodo MöllerDH key generation should not use a do ... while loop,
2001-07-25 Bodo MöllerDon't preserve existing keys in DH_generate_key.
2001-07-25 Bodo Möllermd_rand.c thread safety
2001-07-25 Bodo Mölleralways reject data >= n
2001-07-25 Andy PolyakovSupport for 64-bit Solaris build with GCC 3.0 and later...
2001-07-25 Lutz JänickeFix wrong information about SSL_set_connect_state()...
2001-07-25 Bodo Mölleradd a comment
2001-07-24 Bodo Mölleravoid warnings
2001-07-24 Bodo MöllerAvoid race condition.
2001-07-23 Geoff Thorpe- New INSTALL document describing different ways to...
2001-07-23 Lutz JänickeAdditional inline reference.
2001-07-23 Lutz JänickeAdd missing reference.
2001-07-22 Geoff ThorpeTidy up "cvs update" output a bit.
2001-07-21 Richard LevitteNot all platforms have the OpenBSD crypto device.
2001-07-21 Lutz JänickeDocumentation about ephemeral key exchange
2001-07-21 Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-07-21 Richard LevitteMore Kerberos SSL patches from Vern Staats <staatsvr...
2001-07-20 Lutz JänickeUpdated explanation.
2001-07-20 Lutz JänickeSome more documentation bits.
2001-07-20 Geoff ThorpeCurrently, RSA code, when using no padding scheme,...
2001-07-17 Andy PolyakovMissing line 0.9.6b release and IA-64 patch advertiseme...
2001-07-16 Richard LevitteSSL_get_rfc were documented but not implemented.
2001-07-15 Richard LevitteSSL_get_[rw]fd were documented but not implemented.
2001-07-13 Dr. Stephen... Allow OCSP server to handle multiple requests.
2001-07-12 Dr. Stephen... Initial OCSP server support, using index.txt format.
2001-07-12 Richard LevittePrevent KSSL server from requesting a client certificate.
2001-07-12 Richard Levittepaddr may be NULL. Do not crash if it is.
2001-07-12 Richard LevitteClarify that zlib-dynamic is the default choice.
2001-07-12 Richard LevitteAdd the possibility to specify the use of zlib compress...
2001-07-12 Lutz JänickeClarify actual state.
2001-07-12 Richard LevitteSome of the Kerberos code had dissapeared. Reapply.
2001-07-12 Richard LevitteDocument the recent Kerberos SSL changes.
2001-07-11 Dr. Stephen... Delete extra ;
2001-07-11 Dr. Stephen... In ocsp_match_issuerid() we are passed the CA that...
2001-07-11 Richard Levittemake update
2001-07-11 Richard LevitteInclude kssl_lcl.h where needed.
2001-07-11 Richard LevittePrivate functions do not belong in an exported header...
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-07-11 Geoff Thorpeopenssl speed is quite useful for testing hardware...
2001-07-11 Richard LevitteCode to avoid the use of non-standard strptime(). By
2001-07-11 Lutz JänickeTypo...
2001-07-11 Richard LevitteChanges to the Kerberos SSL code by Jeffrey Altman...
2001-07-11 Lutz JänickeWhat is an '-engine' version?
2001-07-11 Richard LevitteThe implementation of the TKTBODY ASN.1 functions was...
2001-07-11 Richard Levittemake update
2001-07-11 Richard LevitteMake sure crypto/krb5/krb5_asn.h is copied to the direc...
2001-07-11 Richard LevitteMake sure crypto/krb5/krb5_asn.h becomes part of libeay...
2001-07-11 Lutz JänickeClarify! (based on recent mailing-list discussions)
2001-07-11 Richard LevitteOne forgotten function.
2001-07-10 Richard Levittemake update
2001-07-10 Richard LevitteEVP_Digest() takes one more parameter.
2001-07-10 Bodo MöllerFor consistency with the terminology used in my SAC2001...
2001-07-10 Bodo Möllercomment change
2001-07-10 Bodo MöllerFix PRNG.
2001-07-10 Bodo MöllerIn version numbers, there is just one "M" nybble.
2001-07-10 Bodo MöllerPrecomputation will not necessarily be LIm-Lee precompu...
2001-07-09 Richard LevitteIf I define _XOPEN_SOURCE before including *any* system...
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-07-09 Ben LaurieA better compromise between encrypt and decrypt (but...
2001-07-08 Ben LaurieHandle the common case first (where input size is a...
2001-07-08 Ben LaurieUse & instead of % - worth about 4% for 8 byte blocks.
2001-07-08 Ben LaurieDon't update argc, argv for decrypt flag!
2001-07-08 Ben LaurieSpeed test decrypt EVP operations.
2001-07-08 Ben LaurieCorrect const-ness.
2001-07-06 Ben LaurieRemove unnecessary casts.
2001-07-06 Ben LaurieConstification.
2001-07-05 Richard LevitteUse one address consistently.
2001-07-05 Richard LevitteChange info to correct values.
2001-07-04 Bodo MöllerAlign with 0.9.6-stable CHANGES file, and make some...
2001-07-04 Bodo MöllerEngine memory leaks have been fixed by now.
2001-07-04 Bodo MöllerCall ENGINE_cleanup() to avoid memory leak.
2001-07-04 Bodo MöllerEntry for Andy's mips3.s fix.
2001-07-04 Ben LaurieUpdate nCipher header with more liberal licence.
2001-07-03 Lutz JänickeWhen only the key is given to "enc", the IV is undefined
2001-07-03 Richard LevitteMake an extra note about shared libraries and backward...
2001-07-02 Richard LevitteLet's include cryptlib.h *before* things like NO_SYSLOG...
2001-07-02 Richard Levitte[Forgotten commits?]
2001-07-02 Ben LaurieFix warning.
2001-07-01 Richard LevitteInsuline shot
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-06-28 Dr. Stephen... Modify 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-26 Dr. Stephen... Another empty X509_NAME fix.
2001-06-26 Dr. Stephen... Handle empty X509_NAME in printing routines.
2001-06-26 Bodo MöllerDSA verification should insist that r and s are in...
2001-06-25 Richard LevitteMake better use of load_cert, load_certs and load_key.
next