aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Handle BN_copy failure after successful BN_new.Bodo Möller2000-11-071-4/+8
* handle the case when BN_new returns NULLBodo Möller2000-11-071-5/+13
* Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte2000-11-062-2/+2
* Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte2000-11-069-23/+27
* Constify the RSA library.Richard Levitte2000-11-061-1/+3
* Constify the RSA library.Richard Levitte2000-11-0611-120/+136
* As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte2000-11-068-33/+33
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-0612-178/+248
* mode used too early in EVP_PKEY_save_parameters.Richard Levitte2000-11-061-1/+1
* Set the CryptoAPI randomness estimate back to 0.Ulf Möller2000-11-041-1/+1
* increase the value a bitUlf Möller2000-11-031-1/+1
* Richard moved hw_nuron.c over to DSO-land recently, so this include isn'tGeoff Thorpe2000-11-031-3/+0
* Minor corrections (HPUX).Ulf Möller2000-11-032-2/+4
* avoid memory leakBodo Möller2000-11-031-1/+1
* Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte2000-11-031-6/+7
* Change the engine library so the application writer has to explicitelyRichard Levitte2000-11-025-53/+136
* _lrotl() is a call to the C runtime library!Ulf Möller2000-10-301-1/+1
* DSO_load() should also work when it is passed a NULL - a new DSO is createdGeoff Thorpe2000-10-301-3/+3
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-2718-0/+3796
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-2646-366/+6700
* On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte2000-10-261-7/+12
* For the operating systems where it matters, it is sometimes good toRichard Levitte2000-10-263-17/+40
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-268-111/+434
* Pointer error correctedRichard Levitte2000-10-221-2/+2
* 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