summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-11-06As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-11-06mode used too early in EVP_PKEY_save_parameters.Richard Levitte
2000-11-04Set the CryptoAPI randomness estimate back to 0.Ulf Möller
2000-11-03increase the value a bitUlf Möller
2000-11-03Richard moved hw_nuron.c over to DSO-land recently, so this include isn'tGeoff Thorpe
2000-11-03Minor corrections (HPUX).Ulf Möller
2000-11-03avoid memory leakBodo Möller
2000-11-03Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte
2000-11-02Change the engine library so the application writer has to explicitelyRichard Levitte
2000-10-30_lrotl() is a call to the C runtime library!Ulf Möller
2000-10-30DSO_load() should also work when it is passed a NULL - a new DSO is createdGeoff Thorpe
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-26On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte
2000-10-26For the operating systems where it matters, it is sometimes good toRichard Levitte
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe
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