Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using CBIGNUM_it internal to libcrypto. | jsing | 2022-09-03 | 1 | -3/+3 |
| | | | | | | | | | CBIGNUM_it is supposed to be the "clear bignum" or "secure" bignum - that is one which zeros its memory after use and ensures that the constant time flags are set... in LibreSSL we always do both of these things for BIGNUMs, so just use BIGNUM_it instead. ok tb@ | ||||
* | Prepare to provide ECDSA_SIG_get0_{r,s}() | tb | 2022-01-05 | 1 | -1/+13 |
| | | | | ok inoguchi jsing | ||||
* | Provide ECDSA_SIG_{g,s}et0(). | tb | 2018-03-17 | 1 | -1/+23 |
| | | | | ok jsing | ||||
* | Remove pointless externs - the structs are declared in the same files a | jsing | 2015-10-16 | 1 | -2/+1 |
| | | | | few lines above. | ||||
* | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | jsing | 2015-10-16 | 1 | -2/+6 |
| | | | | macros. The only change in the generated assembly is due to line numbering. | ||||
* | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | jsing | 2015-10-16 | 1 | -2/+1 |
| | | | | | DECLARE_ASN1_FUNCTIONS_const already includes this macro so using both means we end up with duplicate function prototypes and externs. | ||||
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-24 | 1 | -5/+27 |
| | |||||
* | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | jsing | 2015-02-10 | 1 | -2/+26 |
| | | | | | | | | | code is visible and functions can be readily located. Change has been scripted and the generated assembly only differs by changes to line numbers. Discussed with beck@ miod@ tedu@ | ||||
* | Lob a KNF grenade into the ecdsa code. | jsing | 2015-02-08 | 1 | -2/+2 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+67 |