openssl.git
2001-08-07 Lutz JänickeFix typos (shinagawa@star.zko.dec.com)
2001-08-06 Bodo MöllerMore typedef'd struct names as search targets
2001-08-06 Bodo MöllerReinsert typedef'ed names for structs to help those...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-05 Ben LaurieFix memory leak.
2001-08-04 Ben LaurieParameter correction for CIOFSESSION.
2001-08-03 Ben LaurieRemove extra whitespace. Sorry.
2001-08-03 Ben LaurieReinstate accidentally deleted code.
2001-08-03 Ben LaurieGet rid of the stuff we, err, got rid of.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-08-03 Ben LaurieThis ghastly hack prevents CVS wars over Kerberos ...
2001-08-03 Lutz JänickeOops, one SSL_OP_NON_EXPORT_FIRST was left.
2001-08-03 Ben LaurieMake /dev/crypto work with new EVP structures.
2001-08-03 Richard LevitteMake sure memcpy() gets properly declared by including...
2001-08-03 Bodo Möllerremove a comma
2001-08-03 Lutz JänickeDon't disable rollback attack detection as a recommende...
2001-08-01 Lutz JänickeMention removed option.
2001-08-01 Lutz JänickeRemove SSL_OP_NON_EXPORT_FIRST:
2001-07-31 Richard Levittemake update
2001-07-31 Richard LevitteMake sure the source file is included among the depende...
2001-07-31 Lutz JänickeReworked manual pages with a lot of input from Bodo...
2001-07-31 Ben LaurieDocument DES changes better.
2001-07-31 Ben LaurieRemove old unused stuff.
2001-07-31 Lutz JänickeIndent.
2001-07-31 Richard LevitteVade retro C++ comments!
2001-07-31 Richard LevitteMake as sure as possible that gethostname() will be...
2001-07-31 Richard LevitteCorrect most of the unsigned vs. signed warnings (or...
2001-07-31 Richard LevitteWhoops, my fault, a backslash got converted to a slash...
2001-07-31 Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-31 Ben LaurieRemove //.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Ben LaurieMake EVPs allocate context memory, thus making them...
2001-07-30 Ben LaurieOnly set the verify callback if there's one to set!
2001-07-30 Andy PolyakovJust a "get to know your system" bit.
2001-07-30 Andy PolyakovEnhanced support for IA-64 Linux and HP-UX (as well...
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
next