| Commit message (Expand) | Author | Age | Files | Lines |
* | bn/bntest.c: make it indent-friendly. | Andy Polyakov | 2015-01-22 | 1 | -25/+27 |
* | Remove use of BN_init, BN_RECP_CTX_init from bntest | Dr. Stephen Henson | 2015-01-13 | 1 | -212/+212 |
* | Fix for CVE-2014-3570 (with minor bn_asm.c revamp). | Andy Polyakov | 2015-01-08 | 1 | -24/+78 |
* | Remove redundant OPENSSL_NO_DEPRECATED suppression | Matt Caswell | 2014-12-18 | 1 | -6/+0 |
* | Fix WIN32 build by disabling bn* calls. | Dr. Stephen Henson | 2014-10-29 | 1 | -2/+6 |
* | Add a test to check we're really generating probable primes. | Felix Laurie von Massenbach | 2014-06-01 | 1 | -0/+38 |
* | Ensure that, when generating small primes, the result is actually of the | Adam Langley | 2013-06-04 | 1 | -0/+28 |
* | Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest. | Dr. Stephen Henson | 2011-11-13 | 1 | -1/+0 |
* | Fix OPENSSL_BN_ASM_MONT5 for corner cases; add a test. | Bodo Möller | 2011-10-13 | 1 | -0/+77 |
* | New option to disable characteristic two fields in EC code. | Dr. Stephen Henson | 2011-02-12 | 1 | -4/+4 |
* | PR: 2062 | Dr. Stephen Henson | 2009-10-01 | 1 | -1/+1 |
* | PR: 1835 | Dr. Stephen Henson | 2009-02-14 | 1 | -2/+2 |
* | Fix warnings. | Dr. Stephen Henson | 2007-08-12 | 1 | -30/+30 |
* | Change array representation of binary polynomials to make GF2m part of | Bodo Möller | 2006-06-19 | 1 | -16/+16 |
* | ensure the pointer is valid before using it | Nils Larsch | 2006-03-18 | 1 | -0/+2 |
* | Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 and | Andy Polyakov | 2005-12-16 | 1 | -1/+1 |
* | Implement fixed-window exponentiation to mitigate hyper-threading | Bodo Möller | 2005-05-16 | 1 | -0/+56 |
* | All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT and | Andy Polyakov | 2004-07-22 | 1 | -3/+19 |
* | BN_div_word() was breaking when called from BN_bn2dec() (actually, this is | Geoff Thorpe | 2004-06-17 | 1 | -0/+61 |
* | Update any code that was using deprecated functions so that everything builds | Geoff Thorpe | 2003-10-29 | 1 | -6/+11 |
* | more mingw related cleanups. | Ulf Möller | 2003-02-22 | 1 | -9/+0 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 1 | -0/+6 |
* | Have all tests use EXIT() to exit rather than exit(), since the latter doesn't | Richard Levitte | 2002-11-28 | 1 | -7/+7 |
* | Sun has agreed to removing the covenant language from most files. | Bodo Möller | 2002-10-29 | 1 | -13/+0 |
* | move GF2m tests to the end | Bodo Möller | 2002-08-02 | 1 | -8/+8 |
* | Binary field arithmetic contributed by Sun Microsystems. | Bodo Möller | 2002-08-02 | 1 | -0/+646 |
* | remove obsolete comment | Bodo Möller | 2002-07-10 | 1 | -1/+1 |
* | Hide BN_CTX structure details. | Bodo Möller | 2001-03-08 | 1 | -5/+7 |
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 1 | -1/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -1/+1 |
* | Fix some things that look like bugs. | Bodo Möller | 2000-12-07 | 1 | -7/+6 |
* | Sign-related fixes (and tests). | Bodo Möller | 2000-12-07 | 1 | -2/+14 |
* | Use bc's "print" feature whenever it is available, | Bodo Möller | 2000-12-06 | 1 | -2/+0 |
* | test_mod_mul is useful, let's run it more often. | Ulf Möller | 2000-12-06 | 1 | -1/+3 |
* | forgot to remove the loop variable | Ulf Möller | 2000-12-02 | 1 | -8/+0 |
* | Loops like this one: | Ulf Möller | 2000-12-02 | 1 | -28/+0 |
* | New function BN_bntest_rand() to detect more BN library bugs. | Ulf Möller | 2000-12-02 | 1 | -35/+33 |
* | Fix BN_rshift, which caused lots of trouble. | Bodo Möller | 2000-11-30 | 1 | -18/+2 |
* | Remove randomness from the test. These constants give me a segment | Bodo Möller | 2000-11-30 | 1 | -2/+8 |
* | BN_mod_exp(r,a,p,m,ctx) should not be called with r == p. | Bodo Möller | 2000-11-30 | 1 | -45/+19 |
* | It's "#elif", not "#elsif". | Bodo Möller | 2000-11-30 | 1 | -1/+31 |
* | BN_mod_exp problems ... | Bodo Möller | 2000-11-30 | 1 | -0/+10 |
* | Fix bntest.c problem -- one of the primes got lost | Bodo Möller | 2000-11-30 | 1 | -1/+1 |
* | BN_sqrt | Bodo Möller | 2000-11-30 | 1 | -5/+77 |
* | Fix BN_kronecker so that it works correctly if 'a' is negative | Bodo Möller | 2000-11-29 | 1 | -2/+2 |
* | BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1, | Bodo Möller | 2000-11-29 | 1 | -0/+3 |
* | Fix warnings in expspeed.c (but the segmentation fault remains) | Bodo Möller | 2000-11-29 | 1 | -1/+4 |
* | Implement BN_kronecker test. | Bodo Möller | 2000-11-29 | 1 | -2/+78 |
* | Correct a bug in BN_kronecker. | Bodo Möller | 2000-11-28 | 1 | -0/+10 |