openssl/crypto
Pauli 786b13fa77 RAND_METHOD deprecation: code changes
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13652)
2021-02-23 23:24:41 +10:00
..
aes remove unused initialisations 2020-12-03 11:22:06 +10:00
aria
asn1 Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey. 2021-02-23 09:25:58 +01:00
async Update copyright year 2021-01-07 13:38:50 +00:00
bf
bio Handle NULL result of ERR_reason_error_string() in some apps 2021-02-22 08:49:52 +01:00
bn Update copyright year 2021-02-18 15:05:17 +00:00
buffer Update copyright year 2020-11-26 14:18:57 +00:00
camellia
cast
chacha Fix aarch64 static linking into shared libraries (see issue #10842 and pull request #11464) 2020-10-22 12:16:49 +10:00
cmac Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
cmp Handle NULL result of ERR_reason_error_string() in some apps 2021-02-22 08:49:52 +01:00
cms Fix external symbols for cms. 2021-02-22 09:16:36 +10:00
comp Update copyright year 2020-11-26 14:18:57 +00:00
conf Update copyright year 2021-01-28 13:54:57 +01:00
crmf ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
ct Update copyright year 2021-02-18 15:05:17 +00:00
des Update copyright year 2021-01-28 13:54:57 +01:00
dh Add EVP_PKEY_public_check_quick. 2021-02-22 13:31:31 +10:00
dsa dsa_check: Perform simple parameter check if seed is not available 2021-02-18 11:02:26 +01:00
dso Update copyright year 2020-11-26 14:18:57 +00:00
ec Add EVP_PKEY_public_check_quick. 2021-02-22 13:31:31 +10:00
encode_decode DECODER: Add better tracing of the chain walking process 2021-02-20 21:15:12 +01:00
engine Drop OPENSSL_NO_RSA everywhere 2020-12-20 12:19:42 +01:00
err Update copyright year 2021-02-18 15:05:17 +00:00
ess Fix external symbols for cms. 2021-02-22 09:16:36 +10:00
evp EVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter / getter functions 2021-02-23 13:41:48 +01:00
ffc Update copyright year 2021-02-18 15:05:17 +00:00
hmac Delete unused PKEY MAC files 2020-08-29 17:40:11 +10:00
http Update copyright year 2021-02-18 15:05:17 +00:00
idea
kdf
lhash Update copyright year 2020-11-26 14:18:57 +00:00
md2
md4
md5 Update copyright year 2020-11-26 14:18:57 +00:00
mdc2
modes CRYPTO_gcm128_decrypt: fix mac or tag calculation 2021-02-19 12:24:03 +01:00
objects Update copyright year 2021-02-18 15:05:17 +00:00
ocsp Rename internal X509_add_cert_new() to ossl_x509_add_cert_new() 2021-02-18 16:50:12 +01:00
pem Update copyright year 2021-02-18 15:05:17 +00:00
perlasm
pkcs7 Fix external symbols for pkcs7. 2021-02-22 09:16:37 +10:00
pkcs12 Rename internal X509_add_cert_new() to ossl_x509_add_cert_new() 2021-02-18 16:50:12 +01:00
poly1305 crypto/poly1305/asm: fix armv8 pointer authentication 2020-10-29 17:17:21 +01:00
property ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
rand RAND_METHOD deprecation: code changes 2021-02-23 23:24:41 +10:00
rc2
rc4 rename md5_block_asm_data_order to ossl_md5_block_asm_data_order 2020-11-19 07:38:58 +10:00
rc5
ripemd Diverse build.info: Adjust paths 2020-09-10 09:50:56 +02:00
rsa EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functions 2021-02-23 13:41:48 +01:00
seed
sha Update copyright year 2020-11-26 14:18:57 +00:00
siphash Delete unused PKEY MAC files 2020-08-29 17:40:11 +10:00
sm2 Update copyright year 2021-01-28 13:54:57 +01:00
sm3
sm4
srp Update copyright year 2021-02-18 15:05:17 +00:00
stack Update copyright year 2021-02-18 15:05:17 +00:00
store Pass the object type and data structure from the pem2der decoder 2021-02-18 16:05:22 +00:00
ts Fix external symbols for cms. 2021-02-22 09:16:36 +10:00
txt_db
ui ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
whrlpool
x509 Fix external symbols for pkcs7. 2021-02-22 09:16:37 +10:00
alphacpuid.pl
arm64cpuid.pl Read MIDR_EL1 system register on aarch64 2020-12-09 16:17:17 +01:00
arm_arch.h Read MIDR_EL1 system register on aarch64 2020-12-09 16:17:17 +01:00
armcap.c Update copyright year 2021-01-28 13:54:57 +01:00
armv4cpuid.pl
asn1_dsa.c Update copyright year 2020-10-15 14:10:06 +01:00
bsearch.c
build.info Fix no-threads 2020-12-14 10:45:27 +10:00
c64xpluscpuid.pl
context.c Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data() 2021-02-02 12:21:21 +00:00
core_algorithm.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
core_fetch.c Update copyright year 2021-01-28 13:54:57 +01:00
core_namemap.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
cpt_err.c openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short input 2020-12-10 15:19:55 +01:00
cryptlib.c Update copyright year 2020-10-15 14:10:06 +01:00
ctype.c
cversion.c
der_writer.c der: _ossl prefix DER functions 2020-10-01 11:25:12 +10:00
dllmain.c
ebcdic.c
ex_data.c Update copyright year 2021-02-18 15:05:17 +00:00
getenv.c Update copyright year 2020-10-15 14:10:06 +01:00
ia64cpuid.S
info.c
init.c Optimise OPENSSL_init_crypto 2020-12-31 13:14:38 +01:00
initthread.c Update copyright year 2021-01-28 13:54:57 +01:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
mem_clr.c
mem_sec.c Add MAP_CONCEAL from OpenBSD which has similar purpose but on mmap 2020-12-08 18:27:07 +01:00
mem.c
mips_arch.h
o_dir.c
o_fopen.c Update copyright year 2020-11-26 14:18:57 +00:00
o_init.c
o_str.c openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short input 2020-12-10 15:19:55 +01:00
o_time.c
packet.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
param_build_set.c DH: make the private key length importable / exportable 2020-10-19 12:14:11 +02:00
param_build.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
params_from_text.c Enhanced integer parsing in OSSL_PARAM_allocate_from_text 2021-02-09 11:15:55 +01:00
params.c OSSL_PARAM: Correct the assumptions on the UTF8 string length 2021-02-18 16:58:17 +01:00
pariscid.pl
passphrase.c CORE: Fix small bug in passphrase caching 2020-09-03 17:48:32 +02:00
ppc_arch.h
ppccap.c Update copyright year 2021-01-28 13:54:57 +01:00
ppccpuid.pl
provider_conf.c CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() 2020-11-13 09:35:31 +01:00
provider_core.c Prov: add an option to force provider fetches to not be cached. 2021-02-12 12:28:55 +10:00
provider_local.h
provider_predefined.c
provider.c CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER reference 2020-12-17 12:02:08 +01:00
punycode.c Update copyright year 2020-10-15 14:10:06 +01:00
README-sparse_array.md
s390x_arch.h
s390xcap.c
s390xcpuid.pl
self_test_core.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
sparc_arch.h
sparccpuid.S
sparcv9cap.c
sparse_array.c Update copyright year 2020-10-15 14:10:06 +01:00
threads_lib.c Fix no-threads 2020-12-14 10:45:27 +10:00
threads_none.c Add some more CRYPTO_atomic functions 2020-12-31 13:14:38 +01:00
threads_pthread.c Update copyright year 2021-02-18 15:05:17 +00:00
threads_win.c Add some more CRYPTO_atomic functions 2020-12-31 13:14:38 +01:00
trace.c ENCODER: Add tracing 2020-11-11 12:43:27 +01:00
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl