[openssl-commits] [openssl] OpenSSL_1_0_1m create
Matt Caswell
matt at openssl.org
Thu Mar 19 14:06:58 UTC 2015
The annotated tag OpenSSL_1_0_1m has been created
at 40cafb764479e2e1b2348b6c5f63815043f6b303 (tag)
tagging 506c1068801fdeef5cb00f2053854bf56150fb6d (commit)
replaces OpenSSL_1_0_1-post-reformat
tagged by Matt Caswell
on Thu Mar 19 13:38:37 2015 +0000
- Log -----------------------------------------------------------------
OpenSSL 1.0.1m release tag
Andy Polyakov (3):
Harmonize objects.pl output with new format.
Bring objects.pl output even closer to new format.
Avoid reading an unused byte after the buffer
Dmitry-Me (1):
Fix wrong numbers being passed as string lengths
Doug Hogan (1):
Avoid a double-free in an error path.
Dr. Stephen Henson (14):
Check PKCS#8 pkey field is valid before cleansing.
Make objxref.pl output in correct format
Fix memory leak reporting.
Document -no_explicit
Fix format script.
Check public key is not NULL.
Additional CMS documentation.
Cleanse PKCS#8 private key components.
fix warning
update ordinals
ASN.1 print fix.
additional configuration documentation
Free up ADB and CHOICE if already initialised.
Fix ASN1_TYPE_cmp
Edgar Pek (1):
Fix null-pointer dereference
Emilia Kasper (4):
Harmonize return values in dtls1_buffer_record
Fix undefined behaviour in shifts.
PKCS#7: avoid NULL pointer dereferences with missing content
Fix reachable assert in SSLv2 servers.
Eric Dequin (1):
Missing OPENSSL_free on error path.
Graeme Perrow (1):
RT3670: Check return from BUF_MEM_grow_clean
Kurt Cancemi (1):
Use constants not numbers
Kurt Roeckx (3):
Fix segfault with empty fields as last in the config.
Fix memory leak
Remove export ciphers from the DEFAULT cipher list
Matt Caswell (43):
Fix formatting error in pem.h
Fix for reformat problems with e_padlock.c
Make DTLS always act as if read_ahead is set. The actual value of read_ahead is ignored for DTLS.
Remove explicit setting of read_ahead for DTLS. It never makes sense not to use read_ahead with DTLS because it doesn't work. Therefore read_ahead needs to be the default.
Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_ahead functions.
Fix error handling in ssltest
Import evp_test.c from BoringSSL. Unfortunately we already have a file called evp_test.c, so I have called this one evp_extra_test.c
Fix a failure to NULL a pointer freed on error.
Provide documentation for i2d_ECPrivateKey and d2i_ECPrivateKey
Add dire warnings about the "reuse" capability of the d2i_* functions.
Remove pointless free, and use preferred way of calling d2i_* functions
Fix some minor documentation issues
Fix evp_extra_test.c with no-ec When OpenSSL is configured with no-ec, then the new evp_extra_test fails to pass. This change adds appropriate OPENSSL_NO_EC guards around the code.
Fix no-ec warning
Fix warning with no-ec
Fix missing return value checks.
Fixed missing return value checks.
Fix d2i_SSL_SESSION for DTLS1_BAD_VER
Unchecked malloc fixes
Update mkerr.pl for new format
Cleanse buffers
Fix seg fault in ASN1_generate_v3/ASN1_generate_nconf
Fix error handling in bn_exp
Fix EVP_DigestInit_ex with NULL digest
ASN1_primitive_new NULL param handling
Fix asn1_item_print_ctx
Fix dh_pub_encode
Fix dsa_pub_encode
Fix missing return checks in v3_cpols.c
Add malloc failure checks
Move malloc fail checks closer to malloc
Fix memset call in stack.c
Add sanity check to PRF
Fix seg fault in s_time
Remove dead code from crypto
Dead code removal from apps
Remove overlapping CHANGES/NEWS entries
Update CHANGES for release
Update NEWS file
Fix a failure to NULL a pointer freed on error.
Fix unsigned/signed warnings
make update
Prepare for 1.0.1m release
Rich Salz (5):
Make OPENSSL_config truly ignore errors.
Remove engine_rsax and its asm file.
Revert "Remove engine_rsax and its asm file."
Fixed bad formatting in crypto/des/spr.h
RT3684: rand_egd needs stddef.h
Richard Godbee (1):
BIO_debug_callback: Fix output on 64-bit machines
Richard Levitte (3):
dso_vms needs to add the .EXE extension if there is none already
Assume TERMIOS is default, remove TERMIO on all Linux.
Restore -DTERMIO/-DTERMIOS on Windows platforms.
Rob Stradling (1):
Use inner algorithm when printing certificate.
Viktor Dkhovni (1):
Replace exit() with error return.
-----------------------------------------------------------------------
More information about the openssl-commits
mailing list