summaryrefslogtreecommitdiff
path: root/providers/implementations/asymciphers
Commit message (Expand)AuthorAgeFilesLines
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-11/+11
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-5/+7
* PROV: Fix RSA-OAEP memory leakRichard Levitte2020-05-261-0/+1
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-6/+5
* PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parametersRichard Levitte2020-05-141-1/+10
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use RAND_bytes_ex in crypto/rsaMatt Caswell2020-03-191-1/+2
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+6
* Coverity 1458439: fix resource leakPauli2020-02-171-0/+1
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-132-2/+16
* PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte2020-02-041-6/+66
* Add internal maxsize macrosRichard Levitte2020-01-231-2/+3
* Teach the RSA implementation about TLS RSA Key TransportMatt Caswell2019-12-051-16/+84
* Move RSA Asym cipher code to the default providerMatt Caswell2019-11-142-0/+395