summaryrefslogtreecommitdiffstats
path: root/providers/implementations/asymciphers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Cleanups for FIPS options..slontis2024-08-281-7/+5
* fips: change from function call to macro in rsa_enc.cPauli2024-08-101-2/+1
* rsa: disallow PKCS#1 version 1.5 padding for encrpytion under FIPS.Pauli2024-08-071-0/+17
* Remove check for RSA encryption allowing X9.31 padding.slontis2024-07-211-1/+0
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-8/+29
* Add missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS for RSA asymslontis2023-12-291-0/+1
* Copyright year updatesMatt Caswell2023-09-072-2/+2
* If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy2023-05-231-3/+5
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-212-2/+2
* 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-112-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