Fix grammar in certificates.txt
[openssl.git] / providers / implementations / asymciphers / rsa_enc.c
2023-12-29 slontisAdd missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_...
2023-09-07 Matt CaswellCopyright year updates
2023-05-23 Dmitry BelyavskiyIf oaep_md is not initialized, correctly initialize it
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-10-07 James Muirset MGF1 digest correctly
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-20 Paulirsa: fix coverity 1472658: resource leak
2021-03-11 Pauliprov: asym ciphers take an extra init() params argument
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane LontisAdd fips checks for rsa encryption
2020-09-12 Pauliasymciphers: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Richard LevittePROV: Fix RSA-OAEP memory leak
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-14 Richard LevittePROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-17 PauliCoverity 1458439: fix resource leak
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-04 Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2020-01-23 Richard LevitteAdd internal maxsize macros
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-14 Matt CaswellMove RSA Asym cipher code to the default provider