evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.
[openssl.git] / crypto / bn / bntest.c
2013-06-04 Adam LangleyEnsure that, when generating small primes, the result...
2011-11-13 Dr. Stephen HensonAdd RFC5114 DH parameters to OpenSSL. Add test data...
2011-10-13 Bodo MöllerFix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2009-10-01 Dr. Stephen HensonPR: 2062
2009-02-14 Dr. Stephen HensonPR: 1835
2007-08-12 Dr. Stephen HensonFix warnings.
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
2006-03-18 Nils Larschensure the pointer is valid before using it
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2004-07-22 Andy PolyakovAll SIXTY_FOUR_BIT platforms (mind the difference betwe...
2004-06-17 Geoff ThorpeBN_div_word() was breaking when called from BN_bn2dec...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-02-22 Ulf Möllermore mingw related cleanups.
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-08-02 Bodo Möllermove GF2m tests to the end
2002-08-02 Bodo MöllerBinary field arithmetic contributed by Sun Microsystems.
2002-07-10 Bodo Möllerremove obsolete comment
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-12-07 Bodo MöllerFix some things that look like bugs.
2000-12-07 Bodo MöllerSign-related fixes (and tests).
2000-12-06 Bodo MöllerUse bc's "print" feature whenever it is available,
2000-12-06 Ulf Möllertest_mod_mul is useful, let's run it more often.
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-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öllerBN_mod_exp problems ...
2000-11-30 Bodo MöllerFix bntest.c problem -- one of the primes got lost
2000-11-30 Bodo MöllerBN_sqrt
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öllerFix warnings in expspeed.c (but the segmentation fault...
2000-11-29 Bodo MöllerImplement BN_kronecker test.
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-27 Bodo MöllerUndo previous commit, which was an accident.
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-03-02 Bodo MöllerUpdate comment.
2000-02-27 Dr. Stephen HensonDon't call BN_rand with zero bits in bntest.c
2000-02-25 Richard LevitteEnhance consistency by using BIO_flush() instead of...
2000-02-24 Bodo MöllerDo fflush(stdout) when there was an error.
2000-02-23 Ulf Möllercorrect macro.
2000-02-15 Andy Polyakovtest_mont was exercising 100-bit multiplication modulus...
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-08 Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-06 Ulf Möller"print" is GNU bc specific.
2000-02-06 Ulf Möllerput missing line back in.
2000-02-06 Ulf MöllerImprove bntest slightly, and fix another bug in the...
2000-01-27 Bodo Möllerenable Montgomery test
2000-01-21 Ulf MöllerAFAICS lst1 stands for "lshift test" not "list".
2000-01-20 Bodo MöllerRename lst1 to list1 to avoid name conflict on some...
2000-01-14 Bodo Möller- Pseudo-seed the PRNG in programs used for "make test"
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-07-15 Ulf MöllerMore DES library cleanups: remove references to srand...
1999-06-09 Ben LaurieMake "make test" fail if bntest fails an internal selfc...
1999-05-29 Ben LaurieUpdate dependencies.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-15 Ben LaurieAdd actual testing to bntest...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-01-28 Mark J. CoxFixes to BN code. Previously the default was to define...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...