aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* On some operating systems, MAX is defined. Call ours OSSL_MAX insteadRichard Levitte2000-10-221-3/+3
* Fix for bug (?) in assembly language routines for SHA1. ThisDr. Stephen Henson2000-10-202-7/+9
* Keep binary backward compatibility by putting new method functionRichard Levitte2000-10-193-5/+7
* Make it possible for methods to load from something other than a BIO,Richard Levitte2000-10-193-19/+36
* NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte2000-10-194-14/+61
* Always return a value.Ben Laurie2000-10-161-1/+1
* CRYPTO_get_ex_new_index would never return an error.Richard Levitte2000-10-161-1/+1
* Fix for typo in certificate directory lookup code.Dr. Stephen Henson2000-10-141-1/+1
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-1427-424/+5617
* Bump the shared library version (should have been done a while ago).Richard Levitte2000-10-131-1/+1
* Make the new conf implementatoin bug-compatible with the old one.Richard Levitte2000-10-133-3/+26
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-123-1/+16
* Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte2000-10-101-1/+8
* BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller2000-10-091-3/+3
* DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe2000-10-092-34/+24
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-084-104/+8
* Time to get rid of some rather silly code duplication - some DSO_ctrl()Geoff Thorpe2000-10-081-0/+16
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-063-8/+56
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-044-79/+157
* A compiler warning removed. Thanks to the folks at HP!Richard Levitte2000-09-272-2/+2
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-2537-37/+74
* Make the algorithm implementations depend on the correspondingRichard Levitte2000-09-251-2/+34
* Update the status and version number to 0.9.7-dev.Richard Levitte2000-09-241-2/+2
* Time to build the release. Bump the version info accordingly.Richard Levitte2000-09-241-2/+2
* Only use the new informational verify codes if weDr. Stephen Henson2000-09-221-10/+9
* Catch V_ASN1_NULL.Richard Levitte2000-09-221-0/+2
* Fix ASN1_TYPE bug.Dr. Stephen Henson2000-09-212-6/+9
* Time to build beta 3. Bump the version numbers accordingly.OpenSSL_0_9_6-beta3Richard Levitte2000-09-211-2/+2
* Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte2000-09-211-69/+107
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-212-1/+7
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-205-1/+407
* Totally remove the supposedly 'faster' variant inBodo Möller2000-09-192-30/+1
* Document BN_mod_mul_montgomery bug;Bodo Möller2000-09-191-2/+3
* Disable buggy code variant in BN_mod_mul_montgomery that was enabledBodo Möller2000-09-191-1/+20
* No engine stuff in the main trunk.Richard Levitte2000-09-181-2/+1
* Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson2000-09-181-0/+5
* Going through performance statistics sometimes generates an exception,Richard Levitte2000-09-181-3/+7
* cyclecount is only used when __GNUC__ isn't defined.Richard Levitte2000-09-181-1/+2
* Disable the net statistics gathering code, since different compilersRichard Levitte2000-09-181-1/+14
* Unless we cast, thorough compilers will complainRichard Levitte2000-09-181-1/+1
* Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte2000-09-181-9/+19
* A new beta is being released. Change the version numbersRichard Levitte2000-09-171-2/+2
* A patch from HP for better performance.Richard Levitte2000-09-174-417/+3640
* Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte2000-09-171-9/+83
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-1716-28/+28
* Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte2000-09-171-1/+1
* A couple of more names need to be shortened for VMS on VAX.Richard Levitte2000-09-171-0/+4
* Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte2000-09-171-10/+17
* Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller2000-09-171-1/+1
* New macro BIO_set_shutdown_wr().Dr. Stephen Henson2000-09-161-0/+1