summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-11-16Oops, when I clean, I should do it thoroughly.Richard Levitte
2000-11-16I've checked again and again. There really is no need to expand a toRichard Levitte
2000-11-16I have no idea how this comment got there, but it's certainly notGeoff Thorpe
2000-11-16Many applications that use OpenSSL with ENGINE support might face aGeoff Thorpe
2000-11-14ignoreUlf Möller
2000-11-14Modify () to (void), since that's what is actually defined in theRichard Levitte
2000-11-14Two OCSP functions that aren't yet implemented.Richard Levitte
2000-11-14Typo, was "time" instead of "tim".Richard Levitte
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-12Enhance granularity on what I want to debug for the moment by changingRichard Levitte
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-11-12Make this stuff compile.Ben Laurie
2000-11-09tmp2 is not used in BN_mod_mul_montgomery.Bodo Möller
2000-11-08Really stupid glitch (a comment not properly ended) fixed.Richard Levitte
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-11-08BN_CTX-related fixes.Bodo Möller
2000-11-07Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte
2000-11-07Constify DH-related code.Richard Levitte
2000-11-07Constify DSA-related code.Richard Levitte
2000-11-07Make sure ERR_get_error() is declared.Richard Levitte
2000-11-07A few more constifications of some RSA routines that I forgotRichard Levitte
2000-11-07When ENGINE_by_id() couldn't find the given engine id, it generates anRichard Levitte
2000-11-07shl_load() also needs to load along a path given through anRichard Levitte
2000-11-07Handle BN_copy failure after successful BN_new.Bodo Möller
2000-11-07handle the case when BN_new returns NULLBodo Möller
2000-11-06Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte
2000-11-06Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte
2000-11-06Constify the RSA library.Richard Levitte
2000-11-06Constify the RSA library.Richard Levitte
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