..
asymcipher.c
Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_params()
2020-09-26 07:13:21 +10:00
bio_b64.c
bio_enc.c
bio_md.c
bio_ok.c
build.info
Add KEM (Key encapsulation mechanism) support to providers
2020-09-19 18:08:46 +10:00
c_allc.c
c_alld.c
cmeth_lib.c
Update copyright year
2020-08-06 13:22:30 +01:00
digest.c
Redirect EVP_DigestInit to EVP_DigestSignInit_ex if appropriate
2020-09-17 11:12:08 +03:00
e_aes_cbc_hmac_sha1.c
Use local IV storage in e_aes_ebc_hmac_sha1.c
2020-08-11 07:07:57 -07:00
e_aes_cbc_hmac_sha256.c
Use local IV storage in e_aes_ebc_hmac_sha256.c
2020-08-11 07:07:57 -07:00
e_aes.c
Use local IV storage in e_aes.c
2020-08-11 07:07:57 -07:00
e_aria.c
Use local IV storage in e_aria.c
2020-08-11 07:07:58 -07:00
e_bf.c
Use local IV storage in EVP BLOCK_* macros
2020-08-11 07:07:58 -07:00
e_camellia.c
Use local IV storage in e_camellia.c
2020-08-11 07:07:58 -07:00
e_cast.c
Use local IV storage in EVP BLOCK_* macros
2020-08-11 07:07:58 -07:00
e_chacha20_poly1305.c
e_des3.c
Use local IV storage in e_des3.c
2020-08-11 07:07:58 -07:00
e_des.c
Use local IV storage in e_des.c
2020-08-11 07:07:58 -07:00
e_idea.c
Use local IV storage in EVP BLOCK_* macros
2020-08-11 07:07:58 -07:00
e_null.c
e_old.c
e_rc2.c
Use local IV storage in EVP BLOCK_* macros
2020-08-11 07:07:58 -07:00
e_rc4_hmac_md5.c
e_rc4.c
e_rc5.c
e_seed.c
Use local IV storage in EVP BLOCK_* macros
2020-08-11 07:07:58 -07:00
e_sm4.c
Use local IV storage in e_sm4.c
2020-08-11 07:07:58 -07:00
e_xcbc_d.c
Use local IV storage in e_xcbc_d.c
2020-08-11 07:07:58 -07:00
encode.c
evp_cnf.c
Fix safestack issues in conf.h
2020-09-13 11:11:20 +01:00
evp_enc.c
EVP: Centralise fetching error reporting
2020-09-13 20:52:48 +02:00
evp_err.c
Prune low-level ASN.1 parse errors from error queue in decoder_process()
2020-09-24 14:34:56 +02:00
evp_fetch.c
EVP: Centralise fetching error reporting
2020-09-13 20:52:48 +02:00
evp_key.c
evp_lib.c
Add CMS AuthEnvelopedData with AES-GCM support
2020-09-08 15:43:11 +02:00
evp_local.h
rand: reference count the EVP_RAND contexts.
2020-09-23 08:39:43 +10:00
evp_pbe.c
Prune low-level ASN.1 parse errors from error queue in decoder_process()
2020-09-24 14:34:56 +02:00
evp_pkey.c
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
2020-09-30 20:49:44 +02:00
evp_rand.c
evp_rand: fix bug in gettable_ctx/settable_ctx calls
2020-09-23 15:28:29 +10:00
evp_utils.c
exchange.c
Add public API for gettables and settables for keymanagement, signatures and key exchange.
2020-08-12 11:59:43 +10:00
kdf_lib.c
kdf/mac: add name query calls for KDFs and MACs
2020-09-23 15:28:29 +10:00
kdf_meth.c
gettables: core changes to pass the provider context.
2020-08-07 08:02:14 +10:00
kem.c
Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()
2020-09-26 07:13:21 +10:00
keymgmt_lib.c
EVP: Add the internal convenience function evp_keymgmt_util_export()
2020-09-12 20:24:52 +02:00
keymgmt_meth.c
Correctly display the signing/hmac algorithm in the dgst app
2020-09-17 11:12:08 +03:00
legacy_blake2.c
legacy_md2.c
legacy_md4.c
legacy_md5_sha1.c
legacy_md5.c
legacy_mdc2.c
legacy_meth.h
legacy_ripemd.c
legacy_sha.c
legacy_wp.c
m_null.c
m_sigver.c
HMAC should work with non-provided digests
2020-09-17 20:16:31 +03:00
mac_lib.c
kdf/mac: add name query calls for KDFs and MACs
2020-09-23 15:28:29 +10:00
mac_meth.c
gettables: core changes to pass the provider context.
2020-08-07 08:02:14 +10:00
names.c
p5_crpt2.c
Add evp_test fixes.
2020-08-07 14:29:00 +10:00
p5_crpt.c
PKCS5 PBE: free allocations on unlikely / impossible failure path
2020-09-16 07:22:43 +10:00
p_dec.c
p_enc.c
p_lib.c
EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys
2020-09-25 11:07:42 +02:00
p_open.c
p_seal.c
p_sign.c
Add EVP signature with libctx methods.
2020-08-09 17:34:52 +10:00
p_verify.c
Add EVP signature with libctx methods.
2020-08-09 17:34:52 +10:00
pbe_scrypt.c
Add evp_test fixes.
2020-08-07 14:29:00 +10:00
pmeth_check.c
pmeth_gn.c
Add SM2 signature algorithm to default provider
2020-09-22 08:18:09 +01:00
pmeth_lib.c
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-26 07:31:59 +10:00
signature.c
EVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08 12:06:35 +02:00