[openssl/openssl] 738af1: Copyright year updates

Tomáš Mráz noreply at github.com
Tue Jun 4 14:47:33 UTC 2024


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 738af157ab82d0f459bd5010c7bb1ebf3f1db2d2
      https://github.com/openssl/openssl/commit/738af157ab82d0f459bd5010c7bb1ebf3f1db2d2
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M .github/workflows/coveralls.yml
    M .github/workflows/fips-checksums.yml
    M .github/workflows/fuzz-checker.yml
    M .github/workflows/main.yml
    M .github/workflows/run-checker-ci.yml
    M .github/workflows/run-checker-merge.yml
    M Configure
    M apps/lib/s_cb.c
    M apps/list.c
    M apps/ocsp.c
    M apps/pkcs12.c
    M apps/speed.c
    M apps/ts.c
    M crypto/aes/asm/bsaes-armv8.pl
    M crypto/bio/bio_lib.c
    M crypto/bio/bio_sock.c
    M crypto/bn/bn_lib.c
    M crypto/bn/bn_rand.c
    M crypto/bn/bn_shift.c
    M crypto/chacha/asm/chachap10-ppc.pl
    M crypto/dsa/dsa_check.c
    M crypto/dsa/dsa_ossl.c
    M crypto/dsa/dsa_sign.c
    M crypto/ec/curve448/arch_64/f_impl64.c
    M crypto/ec/ecdsa_ossl.c
    M crypto/encode_decode/encoder_lib.c
    M crypto/engine/eng_pkey.c
    M crypto/ess/ess_lib.c
    M crypto/evp/keymgmt_lib.c
    M crypto/evp/p_lib.c
    M crypto/evp/pmeth_lib.c
    M crypto/evp/signature.c
    M crypto/init.c
    M crypto/o_str.c
    M crypto/property/property_parse.c
    M crypto/provider_core.c
    M crypto/sm2/sm2_crypt.c
    M crypto/sm2/sm2_sign.c
    M demos/digest/BIO_f_md.c
    M demos/digest/EVP_MD_demo.c
    M demos/digest/EVP_MD_stdin.c
    M demos/sslecho/main.c
    M doc/internal/man3/ossl_method_construct.pod
    M doc/internal/man3/ossl_provider_new.pod
    M doc/man1/openssl-crl.pod.in
    M doc/man1/openssl-mac.pod.in
    M doc/man1/openssl-req.pod.in
    M doc/man1/openssl-smime.pod.in
    M doc/man1/openssl-storeutl.pod.in
    M doc/man1/openssl-ts.pod.in
    M doc/man3/DEFINE_STACK_OF.pod
    M doc/man3/EVP_DigestInit.pod
    M doc/man3/EVP_EncryptInit.pod
    M doc/man3/EVP_KDF.pod
    M doc/man3/EVP_PKEY_CTX_set_params.pod
    M doc/man3/EVP_PKEY_check.pod
    M doc/man3/SSL_CIPHER_get_name.pod
    M doc/man3/SSL_CTX_set_cert_store.pod
    M doc/man3/SSL_CTX_set_verify.pod
    M doc/man3/SSL_CTX_use_certificate.pod
    M doc/man3/SSL_load_client_CA_file.pod
    M doc/man7/EVP_PKEY-SM2.pod
    M doc/man7/migration_guide.pod
    M engines/e_afalg.c
    M engines/e_dasync.c
    M fuzz/asn1.c
    M include/crypto/bn.h
    M include/internal/constant_time.h
    M include/internal/e_os.h
    M providers/fips/fipsprov.c
    M providers/fips/self_test_data.inc
    M providers/implementations/exchange/kdf_exch.c
    M providers/implementations/kdfs/hkdf.c
    M providers/implementations/rands/drbg.c
    M providers/implementations/rands/drbg_ctr.c
    M providers/implementations/rands/drbg_hash.c
    M providers/implementations/rands/drbg_hmac.c
    M providers/implementations/rands/drbg_local.h
    M ssl/record/record.h
    M ssl/record/ssl3_buffer.c
    M ssl/ssl_lib.c
    M ssl/ssl_sess.c
    M ssl/statem/statem_srvr.c
    M ssl/t1_lib.c
    M test/bad_dtls_test.c
    M test/cmp_hdr_test.c
    M test/ct_test.c
    M test/dsatest.c
    M test/ecdsatest.c
    M test/ecstresstest.c
    M test/helpers/ssltestlib.c
    M test/helpers/ssltestlib.h
    M test/keymgmt_internal_test.c
    M test/pkey_meth_kdf_test.c
    M test/prov_config_test.c
    M test/recipes/30-test_prov_config.t
    M test/recipes/90-test_shlibload.t
    M test/recipes/90-test_sslapi.t
    M test/sm2_internal_test.c
    M test/ssl-tests/28-seclevel.cnf.in
    M test/sslapitest.c
    M test/sslbuffertest.c
    M test/tls-provider.c
    M test/v3ext.c

  Log Message:
  -----------
  Copyright year updates


Reviewed-by: Neil Horman <nhorman at openssl.org>
Release: yes


  Commit: c660de6b704e97207c8257638a90bc54893f8c7d
      https://github.com/openssl/openssl/commit/c660de6b704e97207c8257638a90bc54893f8c7d
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M providers/fips-sources.checksums
    M providers/fips.checksum

  Log Message:
  -----------
  make update


Reviewed-by: Neil Horman <nhorman at openssl.org>
Release: yes


  Commit: 8ffa005476942fc89d247448f95077c104efadf1
      https://github.com/openssl/openssl/commit/8ffa005476942fc89d247448f95077c104efadf1
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M CHANGES.md
    M NEWS.md
    M VERSION.dat

  Log Message:
  -----------
  Prepare for release of 3.1.6


Reviewed-by: Neil Horman <nhorman at openssl.org>
Release: yes


  Commit: f850257054f6d30aab73b6f977da0bde40cb0596
      https://github.com/openssl/openssl/commit/f850257054f6d30aab73b6f977da0bde40cb0596
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M CHANGES.md
    M NEWS.md
    M VERSION.dat

  Log Message:
  -----------
  Prepare for 3.1.7


Reviewed-by: Neil Horman <nhorman at openssl.org>
Release: yes


Compare: https://github.com/openssl/openssl/compare/e815e0bd40b8...f850257054f6

To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications


More information about the openssl-commits mailing list