RSA: properly generate algorithm identifier for RSA-PSS signatures
[openssl.git] / crypto / evp /
2021-02-05 Richard LevitteEVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()
2021-02-05 Richard LevitteEVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param...
2021-02-05 Richard LevitteEVP: Adapt the other EVP_PKEY_set_xxx_param() functions
2021-02-05 Richard LevitteEVP: Make EVP_PKEY_set_params() increment the dirty...
2021-02-04 PauliFix a use after free issue when a provider context...
2021-02-03 Richard LevitteEVP: Fix evp_pkey_ctx_store_cached_data() to handle...
2021-02-03 Richard LevitteEVP: Don't find standard EVP_PKEY_METHODs automatically
2021-02-02 Matt CaswellEnsure the EVP_PKEY operation_cache is appropriately...
2021-01-28 Daniel BeveniusEVP: fix keygen for EVP_PKEY_RSA_PSS
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2021-01-26 Tomas MrazAdd checks for NULL return from EC_KEY_get0_group()
2021-01-26 Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-26 Shane LontisAdd functions to set values into an EVP_PKEY
2021-01-22 Matt CaswellDon't copy parameters on setting a key in libssl
2021-01-22 Matt CaswellEnsure legacy_asn1_ctrl_to_param can handle MDs not...
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-21 Tomas MrazPass correct maximum output length to provider derive...
2021-01-21 Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2021-01-12 Richard LevitteUse centralized fetching errors
2020-12-30 Matt CaswellDon't call EVP_CIPHER_CTX_block_size() to find the...
2020-12-23 Matt CaswellCache Digest constants
2020-12-23 Matt CaswellMove the caching of cipher constants into evp_cipher_fr...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17 Richard LevitteEVP: Fix memory leak in EVP_PKEY_CTX_dup()
2020-12-16 Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DSA: move dsa_ctrl.c to be included only...
2020-12-14 Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-08 Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-08 Richard LevitteEVP: constify the EVP_PKEY_get_*_param() argument ...
2020-12-05 Richard LevitteEVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PK...
2020-12-03 Shane LontisFix EVP_PKEY_CTX propq so that it uses a copy
2020-12-03 Pauliremove unused assignments
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-27 ihsinmeUpdate bio_ok.c
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-26 Shane LontisFix EVP_CIPHER_CTX_set_padding for legacy path
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-26 Tomas MrazFix regression in EVP_DigestInit_ex: crash when called...
2020-11-26 Tomas MrazEVP_DigestFinalXOF must not reset the EVP_MD_CTX
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Paulirename sha1_ctrl to ossl_sha1_ctrl.
2020-11-18 PauliRename md5_sha1_* ossl_md5_sha1_*
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-13 Richard LevitteEVP: Adapt EVP_PKEY2PKCS8() to better handle provider...
2020-11-13 Shane LontisRemove unused helper functions EVP_str2ctrl() & EVP_hex...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-07 Richard LevitteEVP: Have all EVP_PKEY check functions export to provid...
2020-11-05 Matt CaswellUpdate copyright year
2020-11-02 Daniel BeveniusEVP: Fix typo in EVP_PKEY_gen comment
2020-11-02 jwalchInitialize outl in evp_enc.c to 0, protect against...
2020-10-30 jwalchPatch leak in EVP_PKEY2PKCS8() error path
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-22 PauliRemove EVP_aes_(128|192|256)_siv functions
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15 Matt CaswellUpdate copyright year
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-15 Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-13 Richard LevitteEVP: Take care of locks when downgrading an EVP_PKEY
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25 Shane LontisAdd EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_...
2020-09-25 Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-25 Matt CaswellRemove some dead SM2 code
2020-09-25 Richard LevitteEVP: Enforce that EVP_PKEY_set_alias_type() only works...
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisFix CID 1466714 : Null pointer dereference in EVP_PKEY_...
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-09-23 Paulievp_rand: fix bug in gettable_ctx/settable_ctx calls
2020-09-22 Paulirand: reference count the EVP_RAND contexts.
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-22 Paul YangAdd SM2 key management
2020-09-20 Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-09-20 Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-17 Dmitry BelyavskiyHMAC should work with non-provided digests
2020-09-17 Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17 Matt CaswellRedirect EVP_DigestInit to EVP_DigestSignInit_ex if...
2020-09-17 jwalchAdd a NULL check to EVP_PKEY_assign
2020-09-16 Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
next