.. |
asymcipher.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
bio_b64.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
bio_enc.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
bio_md.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
bio_ok.c
|
Add and use internal header that implements endianness check
|
2020-07-11 10:00:33 +02:00 |
build.info
|
Add KEM (Key encapsulation mechanism) support to providers
|
2020-09-19 18:08:46 +10:00 |
c_allc.c
|
Reorganize private crypto header files
|
2019-09-28 20:26:34 +02:00 |
c_alld.c
|
Restore MD5-SHA1 in legacy method database
|
2019-10-14 16:07:41 +02:00 |
cmeth_lib.c
|
Update copyright year
|
2020-08-06 13:22:30 +01:00 |
digest.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01: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
|
Update copyright year
|
2020-10-15 14:10:06 +01: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
|
Update copyright year
|
2020-07-16 14:47:04 +02:00 |
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
|
Reorganize private crypto header files
|
2019-09-28 20:26:34 +02:00 |
e_old.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
e_rc2.c
|
Use local IV storage in EVP BLOCK_* macros
|
2020-08-11 07:07:58 -07:00 |
e_rc4_hmac_md5.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
e_rc4.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
e_rc5.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
e_seed.c
|
Use local IV storage in EVP BLOCK_* macros
|
2020-08-11 07:07:58 -07:00 |
e_sm4.c
|
Update copyright year
|
2020-10-15 14:10:06 +01:00 |
e_xcbc_d.c
|
Use local IV storage in e_xcbc_d.c
|
2020-08-11 07:07:58 -07:00 |
encode.c
|
Update copyright year
|
2020-06-25 14:13:12 +01:00 |
evp_cnf.c
|
Fix safestack issues in conf.h
|
2020-09-13 11:11:20 +01:00 |
evp_enc.c
|
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
|
2020-10-15 12:00:21 +01: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
|
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
|
2020-10-15 12:00:21 +01:00 |
evp_key.c
|
crypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn't #define it
|
2019-05-27 08:01:50 +10:00 |
evp_lib.c
|
Add CMS AuthEnvelopedData with AES-GCM support
|
2020-09-08 15:43:11 +02:00 |
evp_local.h
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
evp_pbe.c
|
Update copyright year
|
2020-10-15 14:10:06 +01:00 |
evp_pkey.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
evp_rand.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
evp_utils.c
|
Reorganize local header files
|
2019-09-28 20:26:35 +02:00 |
exchange.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
kdf_lib.c
|
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
|
2020-10-22 20:47:02 +10:00 |
kdf_meth.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
kem.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01: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
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
legacy_blake2.c
|
Cleanup legacy digest methods.
|
2019-12-18 14:46:01 +10:00 |
legacy_md2.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_md4.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_md5_sha1.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_md5.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_mdc2.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_meth.h
|
Cleanup legacy digest methods.
|
2019-12-18 14:46:01 +10:00 |
legacy_ripemd.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_sha.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
legacy_wp.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
m_null.c
|
Reorganize private crypto header files
|
2019-09-28 20:26:34 +02:00 |
m_sigver.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
mac_lib.c
|
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
|
2020-10-22 20:47:02 +10:00 |
mac_meth.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
names.c
|
Update copyright year
|
2020-10-15 14:10:06 +01:00 |
p5_crpt2.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
p5_crpt.c
|
PKCS5 PBE: free allocations on unlikely / impossible failure path
|
2020-09-16 07:22:43 +10:00 |
p_dec.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
p_enc.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
p_lib.c
|
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
|
2020-10-20 16:39:41 +01:00 |
p_open.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
p_seal.c
|
Update copyright year
|
2020-04-23 13:55:52 +01:00 |
p_sign.c
|
Update copyright year
|
2020-10-15 14:10:06 +01:00 |
p_verify.c
|
Update copyright year
|
2020-10-15 14:10:06 +01:00 |
pbe_scrypt.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
pmeth_check.c
|
Rename FIPS_MODE to FIPS_MODULE
|
2020-04-28 15:37:37 +02:00 |
pmeth_gn.c
|
Add SM2 signature algorithm to default provider
|
2020-09-22 08:18:09 +01:00 |
pmeth_lib.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |
signature.c
|
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
2020-10-15 11:59:53 +01:00 |