Fix email address delete code.
[openssl.git] / crypto / bn /
2001-10-14 Ulf Mölleropenbsd-x86 macros
2001-10-04 Richard Levitte'make update'
2001-09-25 Geoff Thorpe"make update".
2001-09-05 Ulf Möllerbug fix: bn_sqr_recursive output is twice its input...
2001-09-04 Bodo MöllerOpenSSL copyright notices ...
2001-09-03 Geoff ThorpeCorrect a typo.
2001-09-03 Bodo MöllerUse uniformly chosen witnesses for Miller-Rabin test
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Andy PolyakovEnhanced support for IA-64 Linux and HP-UX (as well...
2001-07-30 Andy PolyakovSupport for Intel and HP-UXi assemblers.
2001-06-22 Andy PolyakovThis fixes "Spurious test failures on IRIX?" reported...
2001-06-11 Andy PolyakovGet rid of "possible WAW dependency" warnings.
2001-05-30 Andy PolyakovGet rid of RAW dependency warnings.
2001-05-28 Andy PolyakovAssembler support for IA-64. See the source code commen...
2001-05-14 Richard Levittebranch on equal is beql, not beq...
2001-04-09 Bodo MöllerAdjust BN_mod_inverse algorithm selection according...
2001-04-08 Bodo Möllercomment
2001-04-08 Bodo Möllercode documentation
2001-04-08 Bodo Möllerbinary algorithm for modular inversion
2001-03-27 Andy PolyakovThe IRIX fix. Asm recap and corresponding declation.
2001-03-15 Bodo MöllerCompletely remove mont2 stuff.
2001-03-11 Bodo MöllerEC_METHOD based on bn_mont2 (not used in the library)
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-09 Richard LevitteBug fixes.
2001-03-08 Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08 Bodo MöllerComment
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-03-08 Bodo MöllerConstify BN_value_one.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
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.
next