summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_locl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.jsing2019-11-021-8/+1
|
* Make RSA_OAEP_PARAMs public.jsing2019-11-021-16/+1
|
* Update RSA ASN.1 code to handle RSA-PSS.jsing2019-11-011-1/+5
| | | | | | From OpenSSL 1.1.1d. ok tb@
* Add support for RSA-PSS.jsing2019-10-311-1/+6
| | | | | | From OpenSSL 1.1.1d. ok inoguchi@
* Move RSA min modulus to a define and increase from 256 to 512 bits.jsing2019-10-311-1/+3
| | | | | | From OpenSSL 1.1.1d. ok inoguchi@
* Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.jsing2019-10-241-1/+16
| | | | | | | | For now these are internal only. From OpenSSL 1.1.1d. ok inoguchi@
* Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.jsing2019-10-041-1/+8
| | | | | | | | These are internal only for now and will be made public at a later date. The RSA_padding_{add,check}_PKCS1_OAEP() functions become wrappers around the *_mgf1() variant. ok tb@ inoguchi@ (as part of a larger diff)
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+6
| | | | | | | | | | | | | | | | 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@
* KNF.jsing2014-07-091-5/+4
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+4