Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring back the X9.31 padding helpers | tb | 2023-05-05 | 1 | -0/+164 |
| | | | | | | | | | | Nothing should be using this anymore, except that salt decided to use it in its home-cooked protocol, which already had its share of issues. Hopefully the efforts to switch salt to something more reasonable and standardized like mTLS will succeed sooner rather than later. tested as part of a larger patch by robert ok jsing | ||||
* | Remove X9.31 support | tb | 2023-04-25 | 1 | -164/+0 |
| | | | | ok jsing | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -9/+6 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 1 | -2/+1 |
| | |||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+4 |
| | | | | | | | | 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@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | delete some casts. ok miod | tedu | 2014-07-10 | 1 | -3/+3 |
| | |||||
* | More KNF. | jsing | 2014-07-09 | 1 | -6/+7 |
| | |||||
* | Be more strict in RSA_padding_check_X931(), and thus avoid a possible | miod | 2014-07-09 | 1 | -2/+2 |
| | | | | | memcpy() with a negative size. ok tedu@ | ||||
* | KNF | miod | 2014-07-09 | 1 | -67/+55 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -0/+177 |