aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
Commit message (Expand)AuthorAgeFilesLines
* Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson2011-11-131-1/+0
* Fix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.Bodo Möller2011-10-131-0/+77
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-4/+4
* PR: 2062Dr. Stephen Henson2009-10-011-1/+1
* PR: 1835Dr. Stephen Henson2009-02-141-2/+2
* Fix warnings.Dr. Stephen Henson2007-08-121-30/+30
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-181-16/+16
* ensure the pointer is valid before using itNils Larsch2006-03-181-0/+2
* Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov2005-12-161-1/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-0/+56
* All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT andAndy Polyakov2004-07-221-3/+19
* BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe2004-06-171-0/+61
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-6/+11
* more mingw related cleanups.Ulf Möller2003-02-221-9/+0
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-0/+6
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-7/+7
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* move GF2m tests to the endBodo Möller2002-08-021-8/+8
* Binary field arithmetic contributed by Sun Microsystems.Bodo Möller2002-08-021-0/+646
* remove obsolete commentBodo Möller2002-07-101-1/+1
* Hide BN_CTX structure details.Bodo Möller2001-03-081-5/+7
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Fix some things that look like bugs.Bodo Möller2000-12-071-7/+6
* Sign-related fixes (and tests).Bodo Möller2000-12-071-2/+14
* Use bc's "print" feature whenever it is available,Bodo Möller2000-12-061-2/+0
* test_mod_mul is useful, let's run it more often.Ulf Möller2000-12-061-1/+3
* forgot to remove the loop variableUlf Möller2000-12-021-8/+0
* Loops like this one:Ulf Möller2000-12-021-28/+0
* New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller2000-12-021-35/+33
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-301-18/+2
* Remove randomness from the test. These constants give me a segmentBodo Möller2000-11-301-2/+8
* BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.Bodo Möller2000-11-301-45/+19
* It's "#elif", not "#elsif".Bodo Möller2000-11-301-1/+31
* BN_mod_exp problems ...Bodo Möller2000-11-301-0/+10
* Fix bntest.c problem -- one of the primes got lostBodo Möller2000-11-301-1/+1
* BN_sqrtBodo Möller2000-11-301-5/+77
* Fix BN_kronecker so that it works correctly if 'a' is negativeBodo Möller2000-11-291-2/+2
* BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,Bodo Möller2000-11-291-0/+3
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-291-1/+4
* Implement BN_kronecker test.Bodo Möller2000-11-291-2/+78
* Correct a bug in BN_kronecker.Bodo Möller2000-11-281-0/+10
* Add test_kron function, which will contain a test for BN_kronecker.Bodo Möller2000-11-281-0/+11
* Undo previous commit, which was an accident.Bodo Möller2000-11-271-4/+0
* Fix BN_is_... macros.Bodo Möller2000-11-271-0/+4
* More BN_mod_... functions.Bodo Möller2000-11-261-0/+10
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-0/+1
* Update comment.Bodo Möller2000-03-021-1/+2
* Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson2000-02-271-1/+1