aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* I've checked again and again. There really is no need to expand a toRichard Levitte2000-11-161-8/+6
* I have no idea how this comment got there, but it's certainly notGeoff Thorpe2000-11-161-2/+0
* Many applications that use OpenSSL with ENGINE support might face aGeoff Thorpe2000-11-161-0/+3
* ignoreUlf Möller2000-11-142-0/+4
* Modify () to (void), since that's what is actually defined in theRichard Levitte2000-11-144-8/+8
* Two OCSP functions that aren't yet implemented.Richard Levitte2000-11-141-0/+4
* Typo, was "time" instead of "tim".Richard Levitte2000-11-141-1/+1
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-1220-602/+525
* Enhance granularity on what I want to debug for the moment by changingRichard Levitte2000-11-121-11/+11
* Make Rijndael work! Those long flights have some good points.Ben Laurie2000-11-123-5/+7
* Make this stuff compile.Ben Laurie2000-11-122-11/+12
* tmp2 is not used in BN_mod_mul_montgomery.Bodo Möller2000-11-091-4/+1
* Really stupid glitch (a comment not properly ended) fixed.Richard Levitte2000-11-081-1/+1
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-085-4/+24
* BN_CTX-related fixes.Bodo Möller2000-11-083-3/+9
* Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte2000-11-073-14/+14
* Constify DH-related code.Richard Levitte2000-11-0714-53/+62
* Constify DSA-related code.Richard Levitte2000-11-0724-60/+65
* Make sure ERR_get_error() is declared.Richard Levitte2000-11-071-0/+2
* A few more constifications of some RSA routines that I forgotRichard Levitte2000-11-073-5/+5
* When ENGINE_by_id() couldn't find the given engine id, it generates anRichard Levitte2000-11-071-0/+3
* shl_load() also needs to load along a path given through anRichard Levitte2000-11-071-1/+1
* 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