ui: address potential memory leak
[openssl.git] / crypto / evp /
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-15 Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-15 Richard LevitteRefactor evp_generic_do_all() to behave like evp_generi...
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09 Paulikeymgmt: better detect when a key manager can be reused
2021-06-08 Paulievp: avoid some calls to EVP_CIPHER_CTX_get_iv_length...
2021-06-08 Paulievp: fix Coverity 1485670 argument cannot be negative
2021-06-08 Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-08 Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-08 Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08 Paulievp: fix improper use of negative value issues
2021-06-08 Paulibio: improve error checking fixing coverity 1485659...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-03 Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-03 Shane LontisFix errors found by parfait static analyser.
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-02 Paulievp: remove TODOs
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Shane LontisFix error stack for some fetch calls.
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-28 Shane LontisAdd missing EVP_CTRL_CCM_SET_L control
2021-05-27 Paulicoverity 1484912: Null pointer dereferences (NULL_RETURNS)
2021-05-27 Paulicoverity 1484913: Null pointer dereferences (REVERSE_INULL)
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-25 Paulimac: add a getter for the MAC block size.
2021-05-24 Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
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_...
next