Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn CRYPTO_realloc_clean() into a recallocarray() wrapper. | jsing | 2018-05-13 | 1 | -11/+4 |
| | | | | ok beck@ tb@ | ||||
* | use freezero() instead of memset/explicit_bzero + free. Substantially | deraadt | 2017-05-02 | 1 | -3/+2 |
| | | | | | | | | | | reduces conditional logic (-218, +82). MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH cache alignment calculation bn/bn_exp.c wasn'tt quite right. Two other tricky bits with ASN1_STRING_FLAG_NDEF and BN_FLG_STATIC_DATA where the condition cannot be collapsed completely. Passes regress. ok beck | ||||
* | revert previous accidental commit | beck | 2017-04-28 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | beck | 2017-04-28 | 1 | -3/+2 |
| | |||||
* | More KNF. | jsing | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | unused variable | tedu | 2014-04-17 | 1 | -3/+1 |
| | |||||
* | Your operating system memory allocation functions are your friend. If they | beck | 2014-04-16 | 1 | -0/+199 |
are not please fix your operating system. Replace mem.c with an API-compatible wrapper that just calls the system functions and does not allow a one word modification of a variable in a running shared library to turn on memory debug functions that expose things that should not be seen. ok tedu@ |