Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BN_CTX_get() can fail - consistently check its return value. | jsing | 2015-02-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | There are currently cases where the return from each call is checked, the return from only the last call is checked and cases where it is not checked at all (including code in bn, ec and engine). Checking the last return value is valid as once the function fails it will continue to return NULL. However, in order to be consistent check each call with the same idiom. This makes it easy to verify. Note there are still a handful of cases that do not follow the idiom - these will be handled separately. ok beck@ doug@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+1 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Emergency knfectomie requested by tedu@. | jsing | 2014-05-08 | 1 | -40/+42 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -3/+5 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+182 |