summaryrefslogtreecommitdiff
path: root/providers/implementations/asymciphers
Commit message (Expand)AuthorAgeFilesLines
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-121-2/+24
* set MGF1 digest correctlyJames Muir2022-10-071-3/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* sm2_dupctx: Avoid potential use after free of the mdTomas Mraz2022-06-101-0/+2
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-1/+1
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-041-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-3/+3
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Drop libimplementations.aRichard Levitte2021-05-071-2/+2
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-1/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-9/+9
* rsa: fix coverity 1472658: resource leakPauli2021-03-201-0/+2
* prov: asym ciphers take an extra init() params argumentPauli2021-03-122-12/+19
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-032-4/+8
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-1/+0
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-4/+4
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-112-2/+2
* Fix some odd names in our provider source codeRichard Levitte2021-02-011-1/+1
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-261-6/+3
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-0/+2
* Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-4/+4
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-152-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-2/+2
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-11/+10
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+5
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-252-0/+230
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-1/+1
* Add fips checks for rsa encryptionShane Lontis2020-09-181-6/+22
* asymciphers: add FIPS error state handlingPauli2020-09-121-2/+18
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* 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