Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -13/+10 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested | beck | 2017-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | by Alejandro Cabrera <aldaya@gmail.com> to avoid the possibility of a sidechannel timing attack during RSA private key generation. Modify BN_gcd to become not visible under LIBRESSL_INTERNAL and force the use of the _ct or _nonct versions of the function only within the library. ok jsing@ | ||||
* | Add ct and nonct versions of BN_mod_inverse for internal use | beck | 2017-01-21 | 1 | -2/+2 |
| | | | | ok jsing@ | ||||
* | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | beck | 2017-01-21 | 1 | -4/+6 |
| | | | | ok jsing@ | ||||
* | BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free | jsing | 2014-07-10 | 1 | -14/+8 |
| | | | | | | all have implicit NULL checks, so we do not need them here. ok miod@ | ||||
* | More KNF. | jsing | 2014-07-09 | 1 | -14/+14 |
| | |||||
* | KNF | miod | 2014-07-09 | 1 | -58/+87 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -0/+6 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -2/+2 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -0/+184 |