Update copyright year
authorMatt Caswell <matt@openssl.org>
Tue, 11 Oct 2022 11:56:02 +0000 (12:56 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Oct 2022 12:20:27 +0000 (13:20 +0100)
commit4b20cbbe1ccd6b3aea2da70f314c38691f99436d
tree9081a8ebf5e22a7afe9bdee8f24c5a6cd81456eb
parenta92e538a757bc3bdc9c7d6370154a0e8b4dd2c26
Update copyright year

Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes
(Merged from https://github.com/openssl/openssl/pull/19382)
111 files changed:
.github/workflows/compiler-zoo.yml
.github/workflows/coveralls.yml
.github/workflows/cross-compiles.yml
.github/workflows/fips-checksums.yml
.github/workflows/fips-label.yml
.github/workflows/fuzz-checker.yml
.github/workflows/main.yml
.github/workflows/run-checker-daily.yml
.github/workflows/run-checker-merge.yml
.github/workflows/windows.yml
apps/dgst.c
apps/genrsa.c
apps/include/apps.h
apps/lib/s_cb.c
apps/mac.c
apps/pkcs12.c
apps/pkeyparam.c
crypto/aes/asm/aesv8-armx.pl
crypto/arm_arch.h
crypto/armcap.c
crypto/asn1/asn_mime.c
crypto/bio/bio_lib.c
crypto/bn/asm/rsaz-avx512.pl
crypto/bn/bn_prime.c
crypto/bn/bn_rand.c
crypto/cmp/cmp_http.c
crypto/cmp/cmp_util.c
crypto/cms/cms_enc.c
crypto/cms/cms_lib.c
crypto/cms/cms_pwri.c
crypto/conf/conf_sap.c
crypto/dh/dh_pmeth.c
crypto/evp/evp_rand.c
crypto/evp/kdf_lib.c
crypto/evp/kem.c
crypto/evp/keymgmt_meth.c
crypto/evp/mac_lib.c
crypto/evp/signature.c
crypto/ffc/ffc_key_generate.c
crypto/mem_sec.c
crypto/objects/obj_dat.c
crypto/packet.c
crypto/pkcs12/p12_decr.c
crypto/rand/prov_seed.c
crypto/stack/stack.c
crypto/threads_win.c
crypto/x509/v3_lib.c
crypto/x509/x509_req.c
crypto/x509/x509_vpm.c
crypto/x509/x_all.c
doc/man1/openssl-cmds.pod.in
doc/man1/openssl-ec.pod.in
doc/man1/openssl-mac.pod.in
doc/man1/openssl-pkcs12.pod.in
doc/man1/openssl-x509.pod.in
doc/man1/openssl.pod
doc/man3/BIO_f_ssl.pod
doc/man3/BIO_s_accept.pod
doc/man3/DH_new.pod
doc/man3/DH_new_by_nid.pod
doc/man3/EC_KEY_new.pod
doc/man3/EVP_PBE_CipherInit.pod
doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
doc/man3/EVP_PKEY_fromdata.pod
doc/man3/OPENSSL_LH_COMPFUNC.pod
doc/man3/OPENSSL_malloc.pod
doc/man3/OSSL_HTTP_REQ_CTX.pod
doc/man3/OSSL_HTTP_transfer.pod
doc/man3/OSSL_LIB_CTX.pod
doc/man3/OSSL_trace_set_channel.pod
doc/man3/SSL_CTX_use_certificate.pod
doc/man3/X509_CRL_get0_by_serial.pod
doc/man3/X509_STORE_add_cert.pod
doc/man3/X509_cmp_time.pod
doc/man3/X509v3_get_ext_by_NID.pod
doc/man7/EVP_KDF-X942-ASN1.pod
doc/man7/EVP_SIGNATURE-RSA.pod
include/crypto/rand.h
include/internal/ffc.h
include/internal/packet.h
providers/implementations/asymciphers/rsa_enc.c
providers/implementations/ciphers/ciphercommon_gcm.c
providers/implementations/include/prov/ciphercommon.h
providers/implementations/rands/seeding/rand_win.c
providers/implementations/signature/eddsa_sig.c
ssl/ktls.c
ssl/record/rec_layer_s3.c
ssl/record/ssl3_record_tls13.c
ssl/ssl_ciph.c
ssl/statem/statem.c
ssl/statem/statem_local.h
test/asynctest.c
test/dtlstest.c
test/ec_internal_test.c
test/ext_internal_test.c
test/ffc_internal_test.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h
test/ocspapitest.c
test/recipes/15-test_ec.t
test/recipes/20-test_dhparam.t
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpmac_common.txt
test/recipes/30-test_evp_data/evpmac_sm3.txt
test/recipes/80-test_cmp_http.t
test/recipes/80-test_ssl_new.t
test/rsa_complex.c
test/test_test.c
test/testutil.h
test/testutil/output.h
test/testutil/provider.c