hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / include / crypto / rsa.h
2024-04-09 Richard LevitteCopyright year updates
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2023-09-07 Matt CaswellCopyright year updates
2023-03-01 slontisRemove ossl_rsa_pss_params_30_set_maskgenalg().
2022-12-12 Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-05-03 Matt CaswellUpdate copyright year
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
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-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
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-10 FdaSilvaYYinclude/crypto: add a few missing #pragma once directives
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-23 Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-08-21 Richard LevitteClean away some declarations
2020-08-06 Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Add rsa_schemes.c, to store scheme data and transl...
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-01-29 Shane LontisAdd RSA key validation to default provider
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-10-17 Richard LevitteAdded internal functions for easy getting and setting...