summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-11-29use standard CUlf Möller
2000-11-28Use BN_pseudo_rand instead of BN_randBodo Möller
2000-11-28Timings.Bodo Möller
2000-11-28Addapt to added files in the BIGNUM sectionRichard Levitte
2000-11-28Correct a bug in BN_kronecker.Bodo Möller
2000-11-28Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller
2000-11-28Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.Bodo Möller
2000-11-27Undo previous commit, which was an accident.Bodo Möller
2000-11-27Fix BN_is_... macros.Bodo Möller
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller
2000-11-26Ensure that the "ex_data" member of an RSA structure is initialised beforeGeoff Thorpe
2000-11-26More BN_mod_... functions.Bodo Möller
2000-11-26Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-26Remove CR at line ends.Bodo Möller
2000-11-26Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller
2000-11-22Correct a number of syntax errors.Richard Levitte
2000-11-22Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte
2000-11-21Reimplement bn_div_words, bn_add_words and bn_sub_words for VAX.Richard Levitte
2000-11-21Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie
2000-11-19Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte
2000-11-18Remove two bn_wexpand() from BN_mul(), which is a step toward gettingRichard Levitte
2000-11-18Remove a declaration for a function that does not exist.Richard Levitte
2000-11-18Make the definition of bn_add_words() match the definition.Richard Levitte
2000-11-17Make sure BN_DIV2W is not defining when defining it, and remove theRichard Levitte
2000-11-17Constify bn_dump1 implementation so that it matches the prototypeBodo Möller
2000-11-16More constification of the BN library.Richard Levitte
2000-11-16Make sure to print the BN counting (BN_COUNT) to stderr instead ofRichard Levitte
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