pkeyutil: check return value reading password
[openssl.git] / crypto / evp /
2020-08-20 Richard LevitteEVP: Have evp_pkey_cmp_any() detect if export wasn...
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Benjamin KadukAvoid deprecated function in evp_lib.c
2020-08-11 Benjamin KadukUse local IV storage in EVP BLOCK_* macros
2020-08-11 Benjamin KadukUse local IV storage in e_rc2.c
2020-08-11 Benjamin KadukUse local IV storage in e_xcbc_d.c
2020-08-11 Benjamin KadukUse local IV storage in e_sm4.c
2020-08-11 Benjamin KadukUse local IV storage in e_des3.c
2020-08-11 Benjamin KadukUse local IV storage in e_des.c
2020-08-11 Benjamin KadukUse local IV storage in e_camellia.c
2020-08-11 Benjamin KadukUse local IV storage in e_aria.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes_ebc_hmac_sha256.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes_ebc_hmac_sha1.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes.c
2020-08-11 Benjamin KadukRetire EVP_CTRL_GET_IV
2020-08-11 Benjamin KadukDeprecate and replace EVP_CIPHER_CTX_iv()/etc.
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-10 Matt CaswellDelete old KDF bridge EVP_PKEY_METHODS
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-08-09 Shane LontisUse libctx for EVP_CIPHER_CTX_rand_key() method.
2020-08-07 Shane LontisAdd evp_test fixes.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-07 Richard LevitteEVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_...
2020-08-06 Paulimac: add some consistency to setting the XXX_final...
2020-08-06 Pauligettables: core changes to pass the provider context.
2020-08-06 Matt CaswellUpdate copyright year
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-30 Matt CaswellDon't fallback to legacy in DigestSignInit/DigestVerify...
2020-07-27 Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-24 Richard LevitteEVP: Fix key type check logic in evp_pkey_cmp_any()
2020-07-24 Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-07-24 Richard LevitteEVP KEYMGMT utils: Make a few more utility functions...
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-07-18 Paulimac: always pass a non-NULL output size pointer to...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Paulideprecate engines in libcrypto
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-07-05 Paulirand: avoid caching RNG parameters.
2020-07-05 PauliRefactor the EVP_RAND code to make locking issues less...
2020-07-05 Paulirand: fix recursive locking issue.
2020-06-28 Richard LevitteCORE: Add an internal function to distinguish the globa...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-06-19 Matt CaswellMake sure we save the copy function when registering...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-15 Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-12 PauliFix two additional instances of the old EVP_MAC_CTX_...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-08 Richard LevitteEVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
2020-06-05 Matt CaswellAlways create a key when importing
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-06-04 Aaron ThompsonFix missed fields in EVP_PKEY_meth_copy.
2020-05-28 Matt CaswellFail if we fail to fetch the EVP_KEYMGMT
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-23 Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-14 Richard LevitteEVP: Only use the engine when one is defined, in pkey_m...
2020-05-08 Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-07 Shane LontisRemove cipher table lookup from EVP_CipherInit_ex
2020-05-04 Matt CaswellEnsure EVP_PKEY_get_raw_[private|public]_key work with...
2020-05-04 Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-04-30 Paulicoverity 1462573 Dereference after null check
2020-04-30 Paulicoverity 1462554 Dereference after null check
2020-04-30 Paulicoverity 1462549 Dereference before null check
2020-04-30 Paulicoverity 1462546 Dereference after null check
2020-04-30 Paulicoverity 1462545 Dereference after null check
2020-04-30 Paulicoverity 1462565: Null pointer dereferences
2020-04-29 Richard LevitteEVP: Fix evp_keymgmt_util_copy() for to->keymgmt =...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-25 Paulikeymgmt: convert to use the params modification detection.
2020-04-25 Paulievp: convert existing code to use the new modified...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevitteEVP: Fix EVP_Digest{Sign,Verify}Init() to handle no...
2020-04-23 Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-20 Dr. Matthias St... Swap parameters of evp_method_id()
next