[openssl-commits] [openssl] OpenSSL_1_1_0a create
Matt Caswell
matt at openssl.org
Thu Sep 22 10:38:12 UTC 2016
The annotated tag OpenSSL_1_1_0a has been created
at 381296ee513d8ce2c32c6cb08282ed28314d3def (tag)
tagging ac2c44c6289f9716de4c4beeb284a818eacde517 (commit)
replaces OpenSSL_1_1_0
tagged by Matt Caswell
on Thu Sep 22 11:14:50 2016 +0100
- Log -----------------------------------------------------------------
OpenSSL 1.1.0a release tag
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJX468aAAoJENnE0m0OYESRUawIAJbqKpgBDQoEhGHk22Gn1MHY
eyU1pl5HiP6xrDUjVGnEl47bSkGrbvynbbdZzH4M1WBLfyRdikPE9LbsYWaKoVuU
FFhGkewcHFeuMd5NkyoqsPKjNtgYrzgmmAN6lmv44b9TQaHQ5ATsYTcZweZopRWz
1VtEtUhHOreYftClN3rllQP25gBjnQo2PXv6VqfJXrMeJ7F9eyc+vDKh1DZIaYJo
18WpjpPc7lbOeisn2TTLN9bWt2ufdpR9JRos+Ccp/W21kqxnqxXXTG55F0gyl4iZ
zjQNsujhNBdhO1AMngVS+RRrhtXx1jpNjCEN+NFyVcDKGRiMBthTl0QU8O0kBYs=
=Ql3F
-----END PGP SIGNATURE-----
Alessandro Ghedini (1):
Use switch instead of multiple ifs
Alex Gaynor (1):
GH1537: Avoid double-free in the EVP_PKEY API
Andy Grundman (1):
Remove -xtarget=ultra from solaris(64)-sparcv9-cc builds.
Andy Polyakov (14):
crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'r'.
Configurations/10-main.conf: remove solaris-x86-cc target.
Configurations/10-main.conf: fix omittions in commentary.
modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.
chacha/asm/chacha-ppc.pl: add missing .text directive.
Configurations/10-main.cf: AIX "facelift".
engines/afalg: make it compile with backward compatibility headers.
bn/bn_lcl.h: improve interoperability with clang and Android NDK.
Configure: detect gcc's dependency generation capability more accurately.
rand/randfile.c: restore fallback to $HOME for non-setuid programs.
rand/randfile.c: rationalize __OpenBSD__ code path.
rand/randfile.c: treat empty string in RAND_file_name as error.
Configure: clarify and refine -static.
CHANGES: mention removal of solaris-x86-cc.
David Woodhouse (2):
Avoid EVP_PKEY_cmp() crash on EC keys without public component
Add enginesdir to libcrypto.pc pkg-config file
Dmitry Belyavsky (1):
Avoid KCI attack for GOST
FdaSilvaYY (4):
Remove an useless definition.
Update INSTALL about no-md5 removal
Fix various missing option help messages ...
Remove an option related to a deprecated flag
Guido Vranken (1):
Prevent overflows in stack API
Matt Caswell (24):
Prepare for 1.1.0a-dev
Remove note from CHANGES about EC DRBG
Ensure the CertStatus message adds a DTLS message header where needed
Add some CertStatus tests
Ensure trace recognises X25519
Fix mem leaks during auto-deinit
Abort on unrecognised warning alerts
util/shlib_wrap.sh is now auto-generated so tell git to ignore it
Add some sanity checks around usage of t_fromb64()
Revert "Abort on unrecognised warning alerts"
Convert num_alloc to a size_t in stack.c and tweak style
Fix a missing NULL check in dsa_builtin_paramgen
Don't allow too many consecutive warning alerts
Don't leak on an OPENSSL_realloc() failure
Excessive allocation of memory in tls_get_message_header()
Excessive allocation of memory in dtls1_preprocess_fragment()
Fix OCSP Status Request extension unbounded memory growth
Add the ability to set OCSP_RESPID fields
Add OCSP_RESPID_match()
Add some more OCSP testing
Fix a mem leak in NPN handling
Fix a hang with SSL_peek()
Updates CHANGES and NEWS for new release
Prepare for 1.1.0a release
Rich Salz (11):
Remove trailing zeros
Use uppercase name for PCT_ enum
Remove comment tags from structs (coding style)
Code cleanup UI
Misc BN fixes
Add missing debug strings.
Add -h and -help for c_rehash script and app
Make reference to other manpage more explicit
RT3669: dgst can only sign/verify one file.
GH1555: Don't bump size on realloc failure
Dcoument -alpn flag
Richard Levitte (49):
Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c
VMS: honor --openssldir setting
Make it possible for the user to specify a different default build file
Configure: clean away temporary section of code
Configure: Redo the logic for finding build file templates
Configure: save away the value of OPENSSL_LOCAL_CONFIG_DIR for reconf
The Perl interpreter might be in a path with spaces, so maybe quote it
Make it possible to disable fuzz testing
Configure's print_table_entry printed incorrect information
Have Configure's HASH or TABLE produce complete lists
INSTALL: clarify OPENSSL_LOCAL_CONFIG_DIR
INSTALL: add information on the environment variable BUILDFILE
INSTALL: add information on option no-fuzz-test
Revert "Make it possible to disable fuzz testing"
Revert "INSTALL: add information on option no-fuzz-test"
Move 05-test_fuzz.t to 90-test_fuzz.t
Unix build: have the makedepend and cc actions in one recipe
Correct detection of group end in map file when testing symbol presence
Configure: Reorganise the checking of disabled options
Allow asan, msan and ubsan to be configured with shared libraries
Travis: Do asan and msan with shared libraries
If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
Fix 'openssl passwd' with arguments -1 or -apr1
Add a test for 'openssl passwd'
VSI submission: redirect terminal input through socket
Add copyright and license on apps/vms_term_sock.[ch]
Reformat to fit OpenSSL source code standards
Refactor to avoid unnecessary preprocessor logic
Finally, make sure vms_term_sock.c is built on VMS
Register the name of the config file each config target was found in
Use the registered conf file names as dependencies to build configdata.pm
Rearrange the storage of build file template names in %config
Simplify the dependencies for remaking configdata.pm
Simplify configudata.pm dependency generation
Have the configuration options 'no-err' and 'no-async' work again
Fix no-ocsp
Fixup BIO demos for OpenSSL 1.1.x
Fixup BIO demos for OpenSSL 1.1.x
Fixup BIO demos for OpenSSL 1.1.x
Don't ignore Makefiles in demos/
Crude Makefile for demos/bio/
Crude VMS build files for demos/bio/
Documentation fixup; no more ECDHParameters
apps/apps.c: include sys/socket.h to declare recv()
util/dofile.pl: report if a template couldn't be loaded
descrip.mms.tmpl: in obj2bin, make sure an empty @deps means no empty lines
VMS: add [.util]shlib_wrap.exe and its build instructions
test/x509aux.c: Fix argv loop
Fix error message typo, wrong function code
Tim Hudson (1):
Fix EC_KEY_print so it prints out private key information even when the public key is not present in an EC_KEY
Viktor Szakats (2):
s_client: avoid warning on Windows/MS-DOS systems
bio.h: fix number of arguments passed to BIO_ptr_ctrl()
-----------------------------------------------------------------------
More information about the openssl-commits
mailing list