summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-11-29use standard CUlf Möller
2000-11-28Minor tweaks and improvements to the tunala demo.Geoff Thorpe
2000-11-28A typo and a couple of logic errors fixed. I think there may still be oneGeoff Thorpe
2000-11-28Use BN_pseudo_rand instead of BN_randBodo Möller
2000-11-28Timings.Bodo Möller
2000-11-28Note that SSL_peek has been disabled.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-28Comments on SSL_peek deficienciesBodo Möller
2000-11-28Disable SSL_peek until it is fixed.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-26It was a small change, but it *could* conceivably affect people - so I'mGeoff Thorpe
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-22Remove RSAREF (not used).Ulf Möller
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-21Oops! Read a full buffer instead of some spurious number from elswhere.Ben Laurie
2000-11-20'echo on' works better all over than 'echo=on'. We had the sameRichard 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-19I wonder if I do too much...Richard Levitte
2000-11-19Add news items early. Please fill in with what I have forgotten.Richard 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-18I might want to debug the assembler modules...Richard Levitte
2000-11-17Increase permissible ClientKeyExchange message length.Bodo Möller
2000-11-17include 'err' label only when it is actually usedBodo Möller
2000-11-17Make sure BN_DIV2W is not defining when defining it, and remove theRichard Levitte
2000-11-17tag SSL_peek bugsBodo Möller
2000-11-17Documentation on using the SSL library with non-blocking I/O.Bodo Möller
2000-11-17Improve usability of 'openssl passwd' by includingBodo Möller
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