Update copyright year
authorMatt Caswell <matt@openssl.org>
Thu, 25 Jun 2020 13:13:12 +0000 (14:13 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 25 Jun 2020 13:13:12 +0000 (14:13 +0100)
commitfbd2ece171ff5ae2ef18775b88c647deeddecc7b
tree10f2f2380970168b1180172f9244a78e54409073
parent19765f5bcfcb6dc181c3a562c32ddd489291502a
Update copyright year

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12273)
79 files changed:
apps/lib/win32_init.c
crypto/bn/bn_gcd.c
crypto/evp/encode.c
crypto/evp/kdf_meth.c
crypto/evp/pbe_scrypt.c
crypto/property/property_local.h
doc/internal/man3/OSSL_METHOD_STORE.pod
doc/internal/man3/evp_generic_fetch.pod
doc/man3/BIO_f_ssl.pod
doc/man3/BIO_s_connect.pod
doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod
doc/man3/EVP_md2.pod
doc/man3/EVP_md4.pod
doc/man3/EVP_mdc2.pod
doc/man3/EVP_ripemd160.pod
doc/man3/EVP_whirlpool.pod
doc/man3/OSSL_CRMF_MSG_set0_validity.pod
doc/man3/OSSL_STORE_INFO.pod
doc/man3/OSSL_STORE_open.pod
doc/man3/RAND_DRBG_new.pod
doc/man3/RAND_add.pod
doc/man3/SSL_CTX_set1_curves.pod
doc/man3/SSL_CTX_set_record_padding_callback.pod
doc/man3/SSL_CTX_set_session_ticket_cb.pod
doc/man3/SSL_new.pod
doc/man3/X509V3_get_d2i.pod
doc/man3/X509_NAME_add_entry_by_txt.pod
doc/man7/EVP_KDF-HKDF.pod
doc/man7/EVP_KDF-KB.pod
doc/man7/EVP_KDF-PBKDF2.pod
doc/man7/EVP_KDF-SCRYPT.pod
doc/man7/EVP_KDF-SS.pod
doc/man7/EVP_KDF-TLS1_PRF.pod
doc/man7/EVP_KDF-X942.pod
doc/man7/EVP_KDF-X963.pod
doc/man7/openssl-core.h.pod
doc/man7/provider-mac.pod
include/internal/ktls.h
include/internal/tlsgroups.h
include/openssl/dtls1.h
include/openssl/kdf.h
include/openssl/mac.h
providers/implementations/ciphers/cipher_aria.c
providers/implementations/ciphers/cipher_aria_ccm.c
providers/implementations/ciphers/cipher_aria_gcm.c
providers/implementations/ciphers/cipher_chacha20.c
providers/implementations/ciphers/cipher_chacha20.h
providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/ciphers/cipher_sm4.c
providers/implementations/digests/blake2_prov.c
providers/implementations/include/prov/ciphercommon.h
providers/implementations/include/prov/ciphercommon_aead.h
providers/implementations/include/prov/ciphercommon_ccm.h
providers/implementations/include/prov/ciphercommon_gcm.h
providers/implementations/include/prov/digestcommon.h
providers/implementations/kdfs/kbkdf.c
providers/implementations/kdfs/sskdf.c
providers/implementations/kdfs/tls1_prf.c
providers/implementations/kdfs/x942kdf.c
providers/implementations/macs/blake2_mac_impl.c
providers/implementations/macs/gmac_prov.c
providers/implementations/macs/poly1305_prov.c
providers/implementations/macs/siphash_prov.c
providers/implementations/rands/crngt.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/seeding/rand_win.c
test/evp_kdf_test.c
test/recipes/04-test_provider_fallback.t
test/recipes/05-test_cmac.t
test/recipes/30-test_evp_data/evpdigest.txt
test/recipes/30-test_evp_extra.t
test/recipes/81-test_cmp_cli.t
test/ssl_test_ctx.h
test/testutil/basic_output.c
test/testutil/driver.c
test/testutil/format_output.c
test/testutil/output.h
test/testutil/output_helpers.c
test/tls13encryptiontest.c