Rename the field 'provctx and data' to 'algctx' inside some objects containing
[openssl.git] / crypto / evp /
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Richard LevitteEVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-20 Paulitodo: remove TODO(3.0) from the sources.
2021-05-19 Richard LevitteMake sure to include "internal/numbers.h" to get SIZE_MAX
2021-05-18 Pauliseal: make EVP_SealInit() library context aware
2021-05-18 Paulievp: fix coverity 1484885 negative integer to size_t...
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-12 Paulievp: fix return code check.
2021-05-12 Paulicoverity: fix 1484542 dereference after null check
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-23 Richard LevitteEVP: evp_keymgmt_util_try_import() should clean up...
2021-04-23 Tomas MrazTrivial shortcuts for EVP_PKEY_eq()
2021-04-22 Matt CaswellUpdate copyright year
2021-04-22 MichaMFix typos
2021-04-20 Pauliasn1: fix indentation
2021-04-20 Juergen ChristFix compile errors on s390.
2021-04-19 Matt CaswellRemove a TODO(3.0) from keymgmt_lib.c
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-18 Rich SalzStandard style for all EVP_xxx_free routines
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-15 PauliSipHash: Fix CTRL API for the digest size.
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-14 Shane LontisAdd some additional NULL checks to prevent segfaults.
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-07 Paulievp: fix coverity 1473631: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1451509: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1451510: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1472682: argument cannot be negative
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-04-01 Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-04-01 Tomas MrazDrop TODO 3.0 as we cannot get rid of legacy nids in 3.0
2021-04-01 Tomas MrazEVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt...
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Richard LevitteEVP: One stray comma removed in crypto/evp/ctrl_params_...
2021-03-30 Paulievp: fix coverity 1474469: negative return
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-25 Paulievp: fix coverity 1473378: unchecked return value
2021-03-25 Paulievp: fix coverity 1467500 & 1467502: unchecked return...
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-23 Paulienc: fix coverity 1451499, 1451501, 1451506, 1451507...
2021-03-21 Paulievp: fix coverity 1473380: copy into fixed size buffer
2021-03-20 Paulievp: fix coverity 1473381 - dereference after null...
2021-03-20 Paulievp: fix coverity 1445872 - dereference after null...
2021-03-20 Paulievp: fix coverity 1470561: resource leak
2021-03-19 Tomas MrazEVP_PKEY_get_*_param should work with legacy
2021-03-19 Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-18 Jon SpillettRemove TODO comment. Resolves #14396
2021-03-18 Shane LontisAdd ossl_is_partially_overlapping symbol
2021-03-18 Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_aria symbols
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
next