summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.Richard Levitte2000-11-221-491/+207
* Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte2000-11-221-4/+4
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-202-13/+86
* Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte2000-11-193-0/+3
* Remove two bn_wexpand() from BN_mul(), which is a step toward gettingRichard Levitte2000-11-181-28/+337
* Remove a declaration for a function that does not exist.Richard Levitte2000-11-181-1/+0
* Make the definition of bn_add_words() match the definition.Richard Levitte2000-11-181-1/+1
* Make sure BN_DIV2W is not defining when defining it, and remove theRichard Levitte2000-11-171-11/+10
* Constify bn_dump1 implementation so that it matches the prototypeBodo Möller2000-11-171-1/+1
* More constification of the BN library.Richard Levitte2000-11-167-29/+33
* Make sure to print the BN counting (BN_COUNT) to stderr instead ofRichard Levitte2000-11-161-7/+7
* Oops, when I clean, I should do it thoroughly.Richard Levitte2000-11-161-2/+1
* 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-083-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-072-2/+2
* Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte2000-11-079-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-041-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