New function declarations.
[openssl.git] / crypto / bn /
2001-02-28 Dr. Stephen HensonFix a bug which caused BN_div to produce the
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteUse e_os2.h rather than opensslconf.h, since some neede...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Bodo MöllerFix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
2001-02-20 Richard LevitteUse new-style system-id macros.
2001-02-20 Ulf MöllerBN_rand_range() needs a BN_rand() variant that doesn...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-08 Bodo MöllerAnother comment change. (Previous comment does not...
2001-02-08 Bodo MöllerChange comments. (The expected number of iterations...
2001-02-08 Bodo Mölleroops -- remove observation code
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-01-23 Ulf MöllerThere is no C version of bn_div_3_words
2000-12-15 Bodo MöllerThe C version of bn_sub_part_words is needed not only
2000-12-15 Bodo MöllerVery few in the "README" is up-to-date
2000-12-14 Bodo MöllerThe BN_mul bug test apparently is no longer needed
2000-12-13 Richard LevitteProblem: bn_mul_normal() misbehaves if the size of...
2000-12-13 Richard LevitteIn bn_mul_recursive(), make sure the comba routines...
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-12-08 Ulf Möllerbn_part_sub_word prototype.
2000-12-07 Bodo MöllerFix some things that look like bugs.
2000-12-07 Bodo MöllerTEST_MUL and TEST_SQR added.
2000-12-07 Bodo MöllerSign-related fixes (and tests).
2000-12-07 Bodo MöllerMove 'q->neg = 0' to those places where it is needed
2000-12-06 Bodo MöllerBN_mod_sqrt documentation/comment
2000-12-06 Ulf Möllerremove a comment that shouldn't have been there any...
2000-12-06 Bodo MöllerFaster BN_mod_sqrt algorithm for p == 5 (8).
2000-12-06 Bodo MöllerUse bc's "print" feature whenever it is available,
2000-12-06 Ulf Möllerremove useless instruction
2000-12-06 Ulf MöllerIntel assembler version for bn_sub_part_words(). I...
2000-12-06 Ulf Möllertest_mod_mul is useful, let's run it more often.
2000-12-05 Ulf MöllerUse assert as in the rest of the BN library.
2000-12-04 Richard LevitteRemove the last bn_wexpand()s that made us break constn...
2000-12-04 Bodo MöllerChange error message to "bignum too long"
2000-12-03 Bodo Möllerinclude <limits.h>
2000-12-03 Bodo MöllerDon't allow BIGNUMs to become so large that computation...
2000-12-02 Richard LevitteAdd a comment to explain the purpose of bn_cmp_part_wor...
2000-12-02 Ulf Möllerlast commit was wrong. Now it works. :)
2000-12-02 Ulf Möllerargl
2000-12-02 Ulf Möllerforgot to remove the loop variable
2000-12-02 Ulf MöllerLoops like this one:
2000-12-02 Ulf MöllerNew function BN_bntest_rand() to detect more BN library...
2000-12-02 Ulf MöllerFix bn_cmp_part_words() and move it to bn_lib.c.
2000-12-01 Bodo Möllerfunctionality for BN_mod_sqrt timings
2000-12-01 Bodo Möller"make depend"
2000-11-30 Bodo MöllerFix the recently introduced test that checks if the...
2000-11-30 Bodo MöllerFix BN_rshift, which caused lots of trouble.
2000-11-30 Bodo MöllerRemove randomness from the test. These constants give...
2000-11-30 Bodo MöllerBN_mod_exp(r,a,p,m,ctx) should not be called with r...
2000-11-30 Bodo MöllerIt's "#elif", not "#elsif".
2000-11-30 Bodo MöllerChanges to Lenka's Montgomery implementation.
2000-11-30 Bodo MöllerCorrections to the comments in BN_mod_inverse.
2000-11-30 Bodo MöllerBN_mod_exp problems ...
2000-11-30 Bodo MöllerMove reduction step from BN_mod_exp to BN_mod_exp_mont_...
2000-11-30 Bodo Möllerbn_modfs.c is no longer needed, a BN_sqrt implementation
2000-11-30 Bodo MöllerFix bntest.c problem -- one of the primes got lost
2000-11-30 Bodo MöllerHandle special cases correctly in exponentation functions.
2000-11-30 Bodo MöllerBN_sqrt
2000-11-29 Bodo MöllerBN_legendre is no longer needed now that OpenSSL has...
2000-11-29 Bodo MöllerFix BN_kronecker so that it works correctly if 'a'...
2000-11-29 Bodo MöllerBN_to_montgomery expects its inputs to be in the interv...
2000-11-29 Bodo Mölleradd missing braces
2000-11-29 Bodo MöllerFix warnings in expspeed.c (but the segmentation fault...
2000-11-29 Bodo MöllerBN_bin2bn did *not* contain an off-by-one error;
2000-11-29 Bodo MöllerExpand expspeed.c to make BN_kronecker timings.
2000-11-29 Bodo MöllerImplement BN_kronecker test.
2000-11-29 Bodo MöllerMake BN_mod_inverse a little faster
2000-11-29 Bodo MöllerImprove BN_mod_inverse performance.
2000-11-29 Richard LevitteCopy and paste error... bn_add_part_words() should...
2000-11-28 Bodo MöllerUse BN_pseudo_rand instead of BN_rand
2000-11-28 Bodo MöllerTimings.
2000-11-28 Bodo MöllerCorrect a bug in BN_kronecker.
2000-11-28 Bodo MöllerAdd test_kron function, which will contain a test for...
2000-11-28 Bodo MöllerAdd bn_kron.c (BN_kronecker), which I forgot in the...
2000-11-27 Bodo MöllerUndo previous commit, which was an accident.
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo MöllerAdd bn_mod.c (should have happend in the previous commi...
2000-11-26 Bodo Möllermodular arithmetics
2000-11-26 Bodo MöllerRemove CR at line ends.
2000-11-26 Bodo MöllerElliptic curves over GF(p), new BIGNUM functions, Montg...
2000-11-22 Richard LevitteCorrect a number of syntax errors.
2000-11-21 Richard LevitteReimplement bn_div_words, bn_add_words and bn_sub_words...
2000-11-21 Richard LevitteAvoid getting warnings about unary - being used on...
2000-11-18 Richard LevitteRemove two bn_wexpand() from BN_mul(), which is a step...
2000-11-18 Richard LevitteRemove a declaration for a function that does not exist.
2000-11-18 Richard LevitteMake the definition of bn_add_words() match the definition.
2000-11-17 Richard LevitteMake sure BN_DIV2W is not defining when defining it...
2000-11-17 Bodo MöllerConstify bn_dump1 implementation so that it matches...
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-16 Richard LevitteMake sure to print the BN counting (BN_COUNT) to stderr...
2000-11-16 Richard LevitteOops, when I clean, I should do it thoroughly.
2000-11-16 Richard LevitteI've checked again and again. There really is no need...
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-09 Bodo Möllertmp2 is not used in BN_mod_mul_montgomery.
2000-11-08 Bodo MöllerBN_CTX-related fixes.
next