summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-10-22Pointer error correctedRichard Levitte
2000-10-22On some operating systems, MAX is defined. Call ours OSSL_MAX insteadRichard Levitte
2000-10-20Fix for bug (?) in assembly language routines for SHA1. ThisDr. Stephen Henson
2000-10-19Keep binary backward compatibility by putting new method functionRichard Levitte
2000-10-19Make it possible for methods to load from something other than a BIO,Richard Levitte
2000-10-19NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte
2000-10-16Always return a value.Ben Laurie
2000-10-16CRYPTO_get_ex_new_index would never return an error.Richard Levitte
2000-10-14Fix for typo in certificate directory lookup code.Dr. Stephen Henson
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-10-13Bump the shared library version (should have been done a while ago).Richard Levitte
2000-10-13Make the new conf implementatoin bug-compatible with the old one.Richard Levitte
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-10-10Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte
2000-10-09BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller
2000-10-09DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe
2000-10-08Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson
2000-09-27A compiler warning removed. Thanks to the folks at HP!Richard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-25Make the algorithm implementations depend on the correspondingRichard Levitte
2000-09-24Update the status and version number to 0.9.7-dev.Richard Levitte
2000-09-24Time to build the release. Bump the version info accordingly.Richard Levitte
2000-09-22Only use the new informational verify codes if weDr. Stephen Henson
2000-09-22Catch V_ASN1_NULL.Richard Levitte
2000-09-21Fix ASN1_TYPE bug.Dr. Stephen Henson
2000-09-21Time to build beta 3. Bump the version numbers accordingly.OpenSSL_0_9_6-beta3Richard Levitte
2000-09-21Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-19Totally remove the supposedly 'faster' variant inBodo Möller
2000-09-19Document BN_mod_mul_montgomery bug;Bodo Möller
2000-09-19Disable buggy code variant in BN_mod_mul_montgomery that was enabledBodo Möller
2000-09-18No engine stuff in the main trunk.Richard Levitte
2000-09-18Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson
2000-09-18Going through performance statistics sometimes generates an exception,Richard Levitte
2000-09-18cyclecount is only used when __GNUC__ isn't defined.Richard Levitte
2000-09-18Disable the net statistics gathering code, since different compilersRichard Levitte
2000-09-18Unless we cast, thorough compilers will complainRichard Levitte
2000-09-18Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte
2000-09-17A new beta is being released. Change the version numbersRichard Levitte
2000-09-17A patch from HP for better performance.Richard Levitte
2000-09-17Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-17Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte
2000-09-17A couple of more names need to be shortened for VMS on VAX.Richard Levitte
2000-09-17Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte
2000-09-17Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller