crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / crypto / rsa / rsa_backend.c
6 days ago Richard LevitteCopyright year updates
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2023-10-18 Neil Hormanremove sanity check from ossl_rsa_todata
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-28 slontisFix memory leak in ossl_rsa_fromdata.
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-01-18 Paulireplace ;; with ; as statement separator
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-02 Paulirsa: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-02-18 Matt CaswellUpdate copyright year
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2020-11-18 Richard LevitteDeprecate RSA harder
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-09-23 Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-08-20 Richard LevitteRSA: Fix rsa_todata() to only add params for existing...
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends