[openssl-commits] [openssl] OpenSSL_1_1_0e create
Matt Caswell
matt at openssl.org
Thu Feb 16 12:04:39 UTC 2017
The annotated tag OpenSSL_1_1_0e has been created
at 7f5c1afcd8d5584422139fb0db7e09d6c07dd7c6 (tag)
tagging 0453163e9a9052884cce288ff3e2acb77725a239 (commit)
replaces OpenSSL_1_1_0d
tagged by Matt Caswell
on Thu Feb 16 11:58:19 2017 +0000
- Log -----------------------------------------------------------------
OpenSSL 1.1.0e release tag
-----BEGIN PGP SIGNATURE-----
iQEuBAABCAAYBQJYpZPbERxtYXR0QG9wZW5zc2wub3JnAAoJENnE0m0OYESR5H4H
/jlPmy7RlxEoqdytRmRemnqtYz7kkbJ/lTeiP00G/bHukcLABMPcA8PEkljQ+XTf
JoZOcYfZNCOPVPHAy6/+czoV0sihhWhlTobOgsEgzYrOLI4nNuRi5UBdjEW+8WAm
lIuBdu6b6mRXH44xOmbn4nqO+8steC9hQkcxC062tzmUNszVoInGPrkcbe6qZwCb
NtcHElfwynx29IwjFiPlRcSZsTtoq9Fc3NKLJ+9ruTPjehArs26u93yGP5zg6onn
RlLk/D4NEVzMzp08+IeTxa1kxP0wzj6w3HAf8SAW6o1AG6Fny53vZKuLBPp+JAnZ
RAEMAqs/DXQlI7rWD2vrR88=
=EAB4
-----END PGP SIGNATURE-----
Andrea Grandi (3):
Add test to show wrong behavior of ASYNC_WAIT_CTX
Remove fd from the list when the engine clears the wait context before pause
Further improvements to ASYNC_WAIT_CTX_clear_fd
Andy Polyakov (2):
ARMv4 assembly pack: harmonize Thumb-ification of iOS build.
crypto/armcap.c: short-circuit processor capability probe in iOS builds.
Bernd Edlinger (6):
remove test/.rnd on make clean
Combined patch against OpenSSL_1_1_0-stable branch for the following issues:
Fix a crash with malformed user notice policy numbers
Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULL or EVP_CTRL_INIT/EVP_CTRL_COPY was not called or failed. If that happens in EVP_CipherInit_ex/EVP_CIPHER_CTX_copy set cipher = NULL, aes_gcm_cleanup should check that gctx != NULL before calling OPENSSL_cleanse.
Use TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.
Rework error handling of custom_ext_meth_add towards strong exception safety.
Darren Tucker (1):
DES keys are not 7 days long.
David Benjamin (1):
Don't read uninitialised data for short session IDs.
Dmitry Kostjuchenko (4):
Compile fix on platforms with missing pthread_rwlock_t.
Corrections according the review comments.
Removed tab spaces. Reviewed-by: Rich Salz <rsalz at openssl.org> Reviewed-by: Richard Levitte <levitte at openssl.org> (Merged from https://github.com/openssl/openssl/pull/1981) (cherry picked from commit 5d5eed4456ebc035893eedbcc4e32a9d065cecb3)
Grouped data declarations [skip ci] Reviewed-by: Rich Salz <rsalz at openssl.org> Reviewed-by: Richard Levitte <levitte at openssl.org> (Merged from https://github.com/openssl/openssl/pull/1981) (cherry picked from commit bc1dba209533f2033a4de0d93380fc0f485e6f7e)
Dr. Stephen Henson (3):
Use correct signature algorithm list when sending or checking.
Add server signature algorithm bug test.
Make -xcert work again.
Emilia Kasper (1):
Travis: run on Trusty with clang 3.9 (1.1.0 branch)
FdaSilvaYY (1):
Fix a few typos
Geoff Thorpe (3):
bn: fix BN_DEBUG + BN_DEBUG_RAND support
bn: catch negative zero as an error
bn: fix occurances of negative zero
Guido Vranken (2):
Prevent allocations of size 0 in sh_init.
Remove obsolete comment
Kazuki Yamaguchi (1):
Properly zero cipher_data for ChaCha20-Poly1305 on cleanup
Lukasz Pawelczyk (1):
Restore EVP_CIPH_FLAG_LENGTH_BITS working properly
Matt Caswell (7):
Prepare for 1.1.0e-dev
Fix a typo in the X509_get0_subject_key_id() documentation
Provide a test for the Encrypt-Then-Mac renegotiation crash
Don't change the state of the ETM flags until CCS processing
Remove an OPENSSL_assert() and replace with a soft assert and check
Update CHANGES and NEWS for new release
Prepare for 1.1.0e release
Pauli (1):
Remove unused variable
Rich Salz (4):
Doc fix
Fix parsing of serial# in req
Centralize documentation about config file location
Add no-ec build
Richard Levitte (8):
Correct pointer to be freed
X509_CRL_digest() - ensure precomputed sha1 hash before returning it
Document what EXFLAG_SET is for in x509v3.h
Add a couple of test to check CRL fingerprint
test/evp_test.c: If no algorithm was specified, don't try to check for DES
Fix faulty free
bn: fix occurance of negative zero in BN_rshift1()
test_rehash does nothing, have it do something
Todd Short (1):
Majority rules, use session_ctx vs initial_ctx
Yuchi (1):
mem leak on error path and error propagation fix
-----------------------------------------------------------------------
More information about the openssl-commits
mailing list