| Commit message (Expand) | Author | Age | Files | Lines |
* | Make BN_num_bits_word() constant time. | tb | 2019-06-17 | 1 | -48/+18 |
* | Add range checks to varios ASN1_INTEGER functions to ensure the | beck | 2019-03-23 | 1 | -1/+3 |
* | Use a size_t instead of an int for the byte count in BN_swap_ct(). | tb | 2018-07-23 | 1 | -6/+9 |
* | Eliminate the weird condition in the BN_swap_ct() API that at most one bit | tb | 2018-07-13 | 1 | -3/+3 |
* | Sync comment | kn | 2018-07-11 | 1 | -3/+5 |
* | Turn yesterday's optimistic ! in an XXX comment into a more cautious ? | tb | 2018-07-11 | 1 | -2/+2 |
* | Provide BN_swap_ct(), a constant time function that conditionally swaps | tb | 2018-07-10 | 1 | -1/+49 |
* | Use explicit_bzero() rather than memset() when clearing a BIGNUM. | jsing | 2018-05-12 | 1 | -2/+2 |
* | Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg() | jsing | 2018-02-20 | 1 | -1/+26 |
* | use freezero() instead of memset/explicit_bzero + free. Substantially | deraadt | 2017-05-02 | 1 | -9/+5 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -6/+5 |
* | 'accomodate' -> 'accommodate' in comments. | krw | 2016-03-15 | 1 | -2/+2 |
* | graduate bn_expand() to a real function. the openssl version of this | deraadt | 2016-03-04 | 1 | -1/+13 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -4/+4 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -3/+2 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+3 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+3 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | ok, next pass after review: when possible, put the reallocarray arguments | deraadt | 2014-05-29 | 1 | -1/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 1 | -2/+2 |
* | Emergency knfectomie requested by tedu@. | jsing | 2014-05-08 | 1 | -449/+493 |
* | with the first bug it uncovered fixed, clear all bignums again. | tedu | 2014-05-07 | 1 | -17/+9 |
* | in BN_clear_free, don't cleanse the data if the static data flag is set. | tedu | 2014-05-07 | 1 | -3/+2 |
* | revert, thanks sthen | tedu | 2014-05-07 | 1 | -9/+17 |
* | inspired by a cloudflare diff, cleanse old memory when expanding a bignum. | tedu | 2014-05-05 | 1 | -17/+9 |
* | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. | miod | 2014-04-24 | 1 | -28/+1 |
* | I'm glad to know that Ultrix CC has a bug optimizing switch() statements | miod | 2014-04-23 | 1 | -5/+0 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -8/+8 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -0/+52 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -19/+0 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -5/+24 |
* | resolve conflicts | djm | 2009-01-09 | 1 | -19/+0 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -102/+123 |
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -4/+4 |
* | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | otto | 2003-09-29 | 1 | -3/+0 |
* | Add extra calls to bn_fix_top() in BN_cmp(), since some functions may | otto | 2003-09-25 | 1 | -0/+3 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -2/+2 |
* | Trivial sprintf() -> snprintf() changes. ok deraadt@ | ho | 2003-04-05 | 1 | -2/+2 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -0/+6 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -140/+196 |
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -0/+7 |
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -21/+21 |
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -46/+14 |
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -158/+334 |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+611 |