[openssl/openssl] 2c9c35: Fix file operations in c_rehash.
matt
noreply at reply.github.openssl.org
Tue Jun 21 14:06:01 UTC 2022
Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: 2c9c35870601b4a44d86ddbf512b38df38285cfa
https://github.openssl.org/openssl/openssl/commit/2c9c35870601b4a44d86ddbf512b38df38285cfa
Author: Daniel Fiala <daniel at openssl.org>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M tools/c_rehash.in
Log Message:
-----------
Fix file operations in c_rehash.
CVE-2022-2068
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Commit: 8a3579a7b7067a983e69a4eda839ac408c120739
https://github.openssl.org/openssl/openssl/commit/8a3579a7b7067a983e69a4eda839ac408c120739
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M tools/c_rehash.in
Log Message:
-----------
c_rehash: Drop the issuer_name_hash= prefix from the CRL hash
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Commit: 2447b10df133c0341fee89d05af8172693d06850
https://github.openssl.org/openssl/openssl/commit/2447b10df133c0341fee89d05af8172693d06850
Author: Matt Caswell <matt at openssl.org>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M CHANGES.md
M NEWS.md
Log Message:
-----------
Update CHANGES.md and NEWS.md for new release
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Release: yes
Commit: 36bbaa8b0522b07de290db9fa5a482ebc19e56ff
https://github.openssl.org/openssl/openssl/commit/36bbaa8b0522b07de290db9fa5a482ebc19e56ff
Author: Matt Caswell <matt at openssl.org>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M Configure
M apps/dhparam.c
M apps/dsaparam.c
M apps/ec.c
M crypto/bio/bio_sock.c
M crypto/bio/bio_sock2.c
M crypto/bio/bss_conn.c
M crypto/bn/asm/x86_64-mont5.pl
M crypto/bn/bn_nist.c
M crypto/bn/bn_rsa_fips186_4.c
M crypto/bn/rsaz_exp.c
M crypto/bn/rsaz_exp.h
M crypto/bn/rsaz_exp_x2.c
M crypto/cmac/cmac.c
M crypto/cms/cms_dh.c
M crypto/cms/cms_ec.c
M crypto/cms/cms_smime.c
M crypto/conf/conf_mod.c
M crypto/core_algorithm.c
M crypto/core_fetch.c
M crypto/crmf/crmf_lib.c
M crypto/ct/ct_log.c
M crypto/dh/dh_check.c
M crypto/ec/ec_ameth.c
M crypto/ec/ec_asn1.c
M crypto/ec/ec_key.c
M crypto/ec/ecx_meth.c
M crypto/err/err.c
M crypto/evp/p_dec.c
M crypto/evp/p_enc.c
M crypto/evp/p_open.c
M crypto/perlasm/x86asm.pl
M crypto/pkcs7/pk7_doit.c
M crypto/pkcs7/pk7_lib.c
M crypto/pkcs7/pk7_smime.c
M crypto/property/defn_cache.c
M crypto/provider_child.c
M crypto/provider_core.c
M crypto/rand/rand_egd.c
M crypto/rsa/rsa_gen.c
M crypto/rsa/rsa_lib.c
M crypto/x509/v3_addr.c
M crypto/x509/v3_asid.c
M crypto/x509/x509_cmp.c
M crypto/x509/x_crl.c
M doc/internal/man3/ossl_provider_new.pod
M doc/man1/openssl-s_client.pod.in
M doc/man1/openssl-s_server.pod.in
M doc/man3/DSA_sign.pod
M doc/man3/ECDSA_SIG_new.pod
M doc/man3/EC_GROUP_copy.pod
M doc/man3/EVP_DigestSignInit.pod
M doc/man3/EVP_DigestVerifyInit.pod
M doc/man3/EVP_EncryptInit.pod
M doc/man3/EVP_PKEY_check.pod
M doc/man3/EVP_PKEY_decrypt.pod
M doc/man3/EVP_PKEY_encrypt.pod
M doc/man3/OSSL_CRMF_MSG_set0_validity.pod
M doc/man3/OSSL_PARAM.pod
M doc/man3/OSSL_PARAM_BLD.pod
M doc/man3/OSSL_PROVIDER.pod
M doc/man3/X509_STORE_CTX_get_error.pod
M doc/man7/EVP_KDF-PBKDF2.pod
M doc/man7/EVP_PKEY-DH.pod
M doc/man7/EVP_PKEY-DSA.pod
M doc/man7/EVP_PKEY-EC.pod
M doc/man7/EVP_PKEY-FFC.pod
M doc/man7/EVP_PKEY-RSA.pod
M doc/man7/OSSL_PROVIDER-FIPS.pod
M doc/man7/OSSL_PROVIDER-default.pod
M doc/man7/fips_module.pod
M doc/man7/migration_guide.pod
M doc/man7/provider-base.pod
M doc/man7/provider-keymgmt.pod
M include/crypto/decoder.h
M include/crypto/encoder.h
M include/crypto/store.h
M include/internal/property.h
M include/internal/provider.h
M include/openssl/core_names.h
M providers/fips/self_test_kats.c
M providers/implementations/asymciphers/sm2_enc.c
M providers/implementations/ciphers/cipher_blowfish.c
M providers/implementations/exchange/kdf_exch.c
M providers/implementations/include/prov/implementations.h
M providers/implementations/kdfs/krb5kdf.c
M providers/legacyprov.c
M ssl/record/rec_layer_d1.c
M ssl/record/tls_pad.c
M ssl/ssl_init.c
M ssl/ssl_rsa.c
M ssl/tls13_enc.c
M ssl/tls_srp.c
M test/acvp_test.c
M test/aesgcmtest.c
M test/bad_dtls_test.c
M test/drbgtest.c
M test/ecdsatest.c
M test/exptest.c
M test/fake_rsaprov.c
M test/keymgmt_internal_test.c
M test/provider_pkey_test.c
M test/recipes/02-test_internal_keymgmt.t
M test/recipes/25-test_x509.t
M test/recipes/30-test_evp_data/evppkey_ecdsa.txt
M test/recipes/91-test_pkey_check.t
M test/smime-certs/mksmime-certs.sh
M test/ssl-tests/17-renegotiate.cnf.in
M test/uitest.c
M test/v3ext.c
M test/wpackettest.c
M util/mkdef.pl
Log Message:
-----------
Update copyright year
Reviewed-by: Richard Levitte <levitte at openssl.org>
Release: yes
Commit: e4720b4d7913d537b84e47e9194b77c5fe0805f6
https://github.openssl.org/openssl/openssl/commit/e4720b4d7913d537b84e47e9194b77c5fe0805f6
Author: Hugo Landau <hlandau at openssl.org>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M dev/release.sh
Log Message:
-----------
Use --release in dev/release.sh
Fixes #18243.
Fixes #18242.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18305)
Commit: 7d4c4e3113197bbcac7952e4494944a046b66a92
https://github.openssl.org/openssl/openssl/commit/7d4c4e3113197bbcac7952e4494944a046b66a92
Author: Matt Caswell <matt at openssl.org>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M providers/fips-sources.checksums
M providers/fips.checksum
M providers/fips.module.sources
Log Message:
-----------
make update
Reviewed-by: Richard Levitte <levitte at openssl.org>
Release: yes
Commit: 54f5fca0d0b15f912e7355a378976cbff12d58fc
https://github.openssl.org/openssl/openssl/commit/54f5fca0d0b15f912e7355a378976cbff12d58fc
Author: Matt Caswell <matt at openssl.org>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M CHANGES.md
M NEWS.md
M VERSION.dat
Log Message:
-----------
Prepare for release of 3.0.4
Reviewed-by: Richard Levitte <levitte at openssl.org>
Release: yes
Commit: c49100c88d3a24fb2c0e6a7240a4c19ceb5a5fe8
https://github.openssl.org/openssl/openssl/commit/c49100c88d3a24fb2c0e6a7240a4c19ceb5a5fe8
Author: Matt Caswell <matt at openssl.org>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M CHANGES.md
M NEWS.md
M VERSION.dat
Log Message:
-----------
Prepare for 3.0.5
Reviewed-by: Richard Levitte <levitte at openssl.org>
Release: yes
Compare: https://github.openssl.org/openssl/openssl/compare/abebcec7b1a3...c49100c88d3a
More information about the openssl-commits
mailing list