| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Make sure all BIGNUM operations work within the FIPS provider | Matt Caswell | 2019-07-15 | 1 | -0/+4 |
* | Make BIGNUM rand functions available within the FIPS module | Matt Caswell | 2019-07-02 | 1 | -0/+2 |
* | Fix building with enable-trace | Matt Caswell | 2019-06-14 | 1 | -0/+2 |
* | Make BIGNUM code available from within the FIPS module | Matt Caswell | 2019-06-12 | 1 | -1/+11 |
* | Create BN_CTX_new_ex() and BN_CTX_secure_new_ex() | Matt Caswell | 2019-06-12 | 1 | -5/+17 |
* | Added NULL check to BN_clear() & BN_CTX_end() | Shane Lontis | 2019-03-19 | 1 | -0/+2 |
* | Adapt BN_CTX_DEBUG to the new generic trace API | Richard Levitte | 2019-03-06 | 1 | -41/+31 |
* | Clear BN_FLG_CONSTTIME on BN_CTX_get() | Nicola Tuveri | 2019-02-20 | 1 | -1/+3 |
* | Remove unnecessary trailing whitespace | Sam Roberts | 2019-02-05 | 1 | -2/+2 |
* | Following the license change, modify the boilerplates in crypto/bn/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Update copyright year | Richard Levitte | 2018-04-17 | 1 | -1/+1 |
* | Set error code on alloc failures | Rich Salz | 2018-04-03 | 1 | -4/+10 |
* | Allow NULL for some _free routines. | Rich Salz | 2018-03-27 | 1 | -0/+2 |
* | Remove some code for a contributor that we cannot find | Matt Caswell | 2018-03-27 | 1 | -2/+0 |
* | Copyright consolidation 06/10 | Rich Salz | 2016-05-17 | 1 | -52/+6 |
* | Remove outdated DEBUG flags. | Rich Salz | 2016-02-18 | 1 | -8/+0 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Remove BN_init | Rich Salz | 2015-11-30 | 1 | -1/+1 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 1 | -1/+1 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -5/+1 |
* | More secure storage of key material. | Rich Salz | 2015-06-23 | 1 | -32/+47 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -2/+2 |
* | Remove some functions that are no longer used and break the build with: | Matt Caswell | 2015-02-10 | 1 | -50/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -300/+291 |
* | Further comment amendments to preserve formatting prior to source reformat | Matt Caswell | 2015-01-06 | 1 | -1/+2 |
* | Clear warnings/errors within BN_CTX_DEBUG code sections | Richard Levitte | 2014-12-17 | 1 | -1/+1 |
* | remove OPENSSL_FIPSAPI | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | RT2163: Remove some unneeded #include's | Doug Goldstein | 2014-08-18 | 1 | -1/+0 |
* | Move all FIPSAPI renames into fips.h header file, include early in | Dr. Stephen Henson | 2011-01-27 | 1 | -4/+0 |
* | Redirect FIPS memory allocation to FIPS_malloc() routine, remove | Dr. Stephen Henson | 2011-01-27 | 1 | -0/+6 |
* | Update from 1.0.0-stable. | Dr. Stephen Henson | 2009-06-15 | 1 | -3/+3 |
* | don't let BN_CTX_free(NULL) segfault | Nils Larsch | 2005-04-29 | 1 | -0/+4 |
* | Fix various incorrect error function codes. | Bodo Möller | 2005-04-26 | 1 | -2/+1 |
* | Two TODO comments taken care of. Nils pointed out that one of them had already | Geoff Thorpe | 2004-09-19 | 1 | -3/+0 |
* | Print the debug thingies on stderr instead of stdout. If for nothing | Richard Levitte | 2004-04-20 | 1 | -13/+13 |
* | Replace the BN_CTX implementation with my current work. I'm leaving the | Geoff Thorpe | 2004-03-25 | 1 | -75/+345 |
* | Document a change I'd already made, and at the same time, correct the | Geoff Thorpe | 2004-03-13 | 1 | -2/+4 |
* | More changes coming out of the bignum auditing. BN_CTX_get() should ideally | Geoff Thorpe | 2004-03-09 | 1 | -12/+6 |
* | Put the first stage of my bignum debugging adventures into CVS. This code | Geoff Thorpe | 2003-11-04 | 1 | -1/+4 |
* | When a BN_CTX is used for temporary workspace, the variables are sometimes | Geoff Thorpe | 2003-10-30 | 1 | -0/+13 |
* | BN_CTX is opaque and the static initialiser BN_CTX_init() is not used | Geoff Thorpe | 2003-10-29 | 1 | -18/+35 |
* | Hide BN_CTX structure details. | Bodo Möller | 2001-03-08 | 1 | -1/+6 |
* | BN_CTX-related fixes. | Bodo Möller | 2000-11-08 | 1 | -0/+6 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 1 | -2/+2 |
* | Improve bntest slightly, and fix another bug in the BN library. | Ulf Möller | 2000-02-06 | 1 | -1/+1 |
* | Commit patch to bn.h that CVS decided to throw away during 'cvs update', | Bodo Möller | 2000-02-05 | 1 | -0/+1 |
* | Generate just one error code if iterated SSL_CTX_get() fails. | Bodo Möller | 2000-02-05 | 1 | -4/+24 |
* | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access | Ulf Möller | 2000-02-05 | 1 | -0/+123 |