]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp
Add ossl_rsa symbols
[thirdparty/openssl.git] / crypto / evp /
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2021-03-17  Tomas Mrazevp_keymgmt_util_copy: Fix possible leak on copy failure
2021-03-17  Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-17  PauliRemove TODOs from digest.c
2021-03-17  Tomas Mrazp_lib.c: Remove TODO comments
2021-03-15  Pauliproperty: default queries create the property values.
2021-03-14  Tomas Mrazkeymgmt_meth: remove two TODO 3.0
2021-03-14  Shane LontisRemove TODO in rsa_ameth.c
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11  Paulievp: add params arguments to init functions
2021-03-11  Paulievp: add params argument to key manager's gen_init...
2021-03-11  Matt CaswellUpdate copyright year
2021-03-11  Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-09  Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-09  Shane LontisReword repeated words.
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08  Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-03-08  Matt CaswellCache legacy keys instead of downgrading them
2021-03-08  Matt CaswellAvoid a null pointer deref on a malloc failure
2021-03-04  Tomas Mrazdo_sigver_init: Remove fallback for missing provider...
2021-03-04  Tomas MrazRemove some of the TODO 3.0 in crypto/evp related to...
2021-03-04  Tobias Nießencrypto: rename error flags in internal structures
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-01  Rich SalzRemove RSA SSLv23 padding mode
2021-02-28  Paulievp: add params argument to EVP_RAND_instantiate()
2021-02-28  Paulicrypto: add additional argument to KDF derive calls
2021-02-28  Paulievp: add param argument to KDF derive call
2021-02-28  Paulievp: updates for the new additional MAC_init arguments
2021-02-26  Paulievp: upport modified gettable/settable ctx calls for...
2021-02-26  Paulievp: support modified gettable/settable ctx calls for...
2021-02-26  Paulievp: support modified gettable/settable ctx calls for...
2021-02-26  Paulievp: support modified gettable/settable ctx calls for...
2021-02-26  Paulimodify EVP to support digest gettable/settable calls
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dsa keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24  Tomas MrazCleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
2021-02-24  Tomas MrazRemove inclusion of unnecessary header files
2021-02-24  Tomas MrazUse strcasecmp when comparing kdf_type
2021-02-24  Tomas MrazDeprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_...
2021-02-23  Paulirand: allow lock/unlock functions to be absent
2021-02-23  Richard LevitteEVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter...
2021-02-23  Richard LevitteEVP: Make checks in evp_pkey_ctx_store_cached_data...
2021-02-23  Richard LevitteEVP: Adapt the RSA specific EVP_PKEY_CTX setter / gette...
2021-02-23  Richard LevitteEVP: Adapt the DH specific EVP_PKEY_CTX setter / getter...
2021-02-23  Richard LevitteEVP: Adapt the EVP_PKEY_CTX ctrl functions
2021-02-23  Richard LevitteEVP: Adapt diverse OSSL_PARAM setters and getters
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy...
2021-02-23  Richard LevitteEVP: Implement data-driven translation between known...
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_state() available to all of EVP
2021-02-23  Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-22  Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-18  Matt CaswellUpdate copyright year
2021-02-18  Shane LontisFix external symbols in the provider digest implementat...
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-17  Petr GotthardFix propquery handling in EVP_DigestSignInit_ex
2021-02-16  Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-14  PauliRemove an unnecessary free call.
2021-02-12  PauliEVP: fix reference counting for EVP_CIPHER.
2021-02-12  PauliEVP: fix reference counting for digest operations.
2021-02-10  Shane LontisReplace provider digest flags with separate param fields
2021-02-10  Shane LontisReplace provider cipher flags with separate param fields
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-07  PauliFix race condition & allow operation cache to grow.
2021-02-05  Richard LevitteEVP: use evp_pkey_copy_downgraded() in EVP_PKEY_copy_pa...
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...
next