openssl.git
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.
2001-06-25 Richard LevitteMake get_ip() a bit more strict in it's parsing of...
2001-06-25 Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-25 Bodo MöllerTranslate into valid C (don't call functions with wrong...
2001-06-25 Richard LevitteCall apps_shutdown() to take down what apps_startup...
2001-06-24 Richard LevitteMake sure we don't return 0 on error.
2001-06-23 Dr. Stephen... In {RSA,DSA,DH}_new_method(x) need to increase the...
2001-06-23 Richard LevitteUse the new UI features, among others the new boolean...
2001-06-23 Richard LevitteIncluding stdio.h before setting _XOPEN_SOURCE and
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 Richard LevitteOops, applies to 0.9.7 only.
2001-06-23 Richard LevitteDocument recent changes.
2001-06-23 Richard LevitteDo not loop i the OpenSSL UI method any more. Instead...
2001-06-23 Richard Levittemake update
2001-06-23 Richard LevitteImplement boolean (yes/no or OK/Cancel, ...) input.
2001-06-23 Richard LevitteNew error printing function that gives the possibility...
2001-06-23 Richard LevitteInclude the UI error strings.
2001-06-23 Richard LevitteFor the UI functions that return an int, 0 or any posit...
2001-06-23 Dr. Stephen... Fix hwcrhk_insert_card.
2001-06-23 Dr. Stephen... Fix UI leak in apps.
2001-06-23 Dr. Stephen... In UI_dup_*() function, use the duped string, not the...
2001-06-23 Dr. Stephen... Update my config entry to allow use of DSOs.
2001-06-22 Andy PolyakovThis fixes "Spurious test failures on IRIX?" reported...
2001-06-21 Dr. Stephen... Fix memory leak when RAND is used: need to cleanup
2001-06-20 Richard LevitteUpdate my status.
2001-06-20 Richard LevitteSince there is a way to create UI_METHODs, implement...
2001-06-20 Richard LevitteModify "openssl engine" to handle and display internal...
2001-06-19 Dr. Stephen... Change all calls to low level digest routines in the...
2001-06-19 Dr. Stephen... Fix memory leaks.
2001-06-19 Richard Levittecp is only used when DSA is built.
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 Richard Levitte- Add the possibility to control engines through contro...
2001-06-19 Richard LevitteThe default flag should be for default passwords only...
2001-06-19 Richard LevitteEnhance the user interface with better support for...
2001-06-19 Dr. Stephen... make apps compile again
2001-06-19 Dr. Stephen... Don't set pointer if add_lock_callback used.
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-17 Ben LaurieFix a memory leak (there's another around here somewher...
2001-06-16 Ben LaurieDelete a redundant line.
2001-06-15 Bodo Möllerpay attention to blocksize before attempting decryption
2001-06-11 Bodo MöllerFor MSDOS, the tty filename still is "con", not "/dev...
2001-06-11 Andy PolyakovGet rid of "possible WAW dependency" warnings.
next