summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/constant_time_locl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide err_clear_last_constant_time() as a way of clearing an error fromjsing2019-10-171-0/+2
| | | | | | | | | | the top of the error stack in constant time. This will be used by upcoming RSA changes. From OpenSSL 1.1.1d. ok inoguchi@ tb@
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-6/+2
| | | | | | | | | | | | | | | | Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@
* patch from openssl for multiple issues:tedu2016-05-031-0/+209
missing padding check in aesni functions overflow in evp encode functions use of invalid negative asn.1 types ok beck