Copyright year updates
authorMatt Caswell <matt@openssl.org>
Tue, 30 Jan 2024 13:20:46 +0000 (13:20 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Jan 2024 13:20:46 +0000 (13:20 +0000)
commit31625a6b4f5175ae66e31a8e3f9a187c974c875f
tree312b6057aaf4a0e1edfc418f875990ec115dfebf
parent6782406c069c3146cf7b5026811e3935e84e3ab8
Copyright year updates

Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes
70 files changed:
.github/workflows/ci.yml
README.md
apps/req.c
apps/s_server.c
crypto/asn1/asn_mstbl.c
crypto/cms/cms_att.c
crypto/ec/ecx_backend.c
crypto/evp/e_aes.c
crypto/evp/evp_fetch.c
crypto/objects/obj_dat.c
crypto/params_from_text.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs7/pk7_mime.c
crypto/poly1305/asm/poly1305-ppc.pl
crypto/rsa/rsa_sp800_56b_check.c
crypto/x509/v3_addr.c
crypto/x509/v3_asid.c
crypto/x509/v3_crld.c
crypto/x509/v3_ist.c
crypto/x509/v3_sxnet.c
crypto/x509/x509_att.c
crypto/x509/x509_req.c
doc/man3/CMS_signed_get_attr.pod
doc/man3/EVP_MAC.pod
doc/man3/EVP_PKEY_get_attr.pod
doc/man3/PKCS12_create.pod
doc/man3/SSL_get_error.pod
doc/man3/SSL_get_peer_certificate.pod
doc/man3/X509_ATTRIBUTE.pod
doc/man3/X509_REQ_get_attr.pod
doc/man3/X509_REQ_get_extensions.pod
doc/man3/X509_dup.pod
doc/man7/provider-keymgmt.pod
include/crypto/x509.h
providers/implementations/ciphers/cipher_aes.h
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_aes_ccm.c
providers/implementations/ciphers/cipher_aes_gcm.c
providers/implementations/ciphers/cipher_aes_hw_s390x.inc
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/ciphers/cipher_aria_ccm.c
providers/implementations/ciphers/cipher_aria_gcm.c
providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c
providers/implementations/ciphers/cipher_sm4_ccm.c
providers/implementations/ciphers/cipher_sm4_gcm.c
providers/implementations/digests/blake2b_prov.c
providers/implementations/digests/blake2s_prov.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/include/prov/ciphercommon_aead.h
providers/implementations/kdfs/pbkdf1.c
ssl/record/rec_layer_s3.c
test/asn1_stable_parse_test.c
test/evp_extra_test.c
test/evp_extra_test2.c
test/evp_kdf_test.c
test/evp_pkey_provided_test.c
test/evp_test.c
test/params_test.c
test/recipes/04-test_asn1_stable_parse.t
test/recipes/15-test_gensm2.t
test/recipes/25-test_req.t
test/recipes/25-test_x509.t
test/recipes/80-test_pkcs12.t
test/recipes/91-test_pkey_check.t
test/recipes/95-test_external_gost_engine_data/gost_engine.sh
test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh
test/siphash_internal_test.c