openssl.git
2016-04-29 Dr. Stephen... Sanity check buffer length.
2016-04-29 Dr. Stephen... Add size limit to X509_NAME structure.
2016-04-27 Dr. Stephen... Reject inappropriate private key encryption ciphers.
2016-04-26 Matt CaswellEnsure we check i2d_X509 return val
2016-04-25 Matt CaswellFix a signed/unsigned warning
2016-04-25 Rich SalzFix NULL deref in apps/pkcs7
2016-04-25 Andy Polyakovs390x assembly pack: cache capability query results.
2016-04-23 Viktor DukhovniFix buffer overrun in ASN1_parse().
2016-04-22 Dr. Stephen... Harden ASN.1 BIO handling of large amounts of data.
2016-04-07 Andy PolyakovPPC assembly pack: remove branch hints.
2016-04-07 David BenjaminFix memory leak on invalid CertificateRequest.
2016-04-04 Todd ShortFix ALPN
2016-03-26 Dr. Stephen... Fix FIPS SSLv2 test
2016-03-18 Matt CaswellFix the no-comp option for Windows
2016-03-18 Matt CaswellAdd a check for a failed malloc
2016-03-18 Matt CaswellEnsure that memory allocated for the ticket is freed
2016-03-18 Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-14 Kurt RoeckxAdd no-ssl2-method
2016-03-09 Richard LevitteTouch the correct variables for the system; shlib_wrap...
2016-03-09 Richard LevitteRecognise 32-bit Solaris in util/shlib_wrap.sh
2016-03-09 Viktor Dukhovniexpose SSLv2 method prototypes
2016-03-08 Viktor DukhovniRetain SSLv2 methods as functions that return NULL
2016-03-07 Kurt RoeckxRemove LOW from the default
2016-03-07 Dr. Stephen... Don't shift serial number into sign bit
2016-03-07 Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-07 Andy Polyakovperlasm/x86_64-xlate.pl: handle binary constants early.
2016-03-04 Dr. Stephen... Sanity check PVK file fields.
2016-03-01 Eric S. RaymondRT4358: Extra ] in doc/ocsp.pod
2016-03-01 Matt CaswellPrepare for 1.0.2h-dev
2016-03-01 Matt CaswellPrepare for 1.0.2g release OpenSSL_1_0_2g
2016-03-01 Matt Caswellmake update
2016-03-01 Matt CaswellEnsure mk1mf.pl is aware of no-weak-ssl-ciphers option
2016-03-01 Matt CaswellUpdate CHANGES and NEWS for new release
2016-03-01 Andy Polyakovbn/asm/x86_64-mont5.pl: unify gather procedure in hardl...
2016-03-01 Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsaz-avx2.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsax-x86_64.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
2016-03-01 Viktor DukhovniDisable EXPORT and LOW SSLv3+ ciphers by default
2016-03-01 Matt CaswellAdd a test for SSLv2 configuration
2016-03-01 Viktor DukhovniBring SSL method documentation up to date
2016-03-01 Viktor DukhovniDisable SSLv2 default build, default negotiation and...
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-28 Kurt RoeckxFix invalid free
2016-02-27 FdaSilvaYYFix two possible leaks
2016-02-27 FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2016-02-27 Andy Polyakovmodes/asm/ghash-x86_64.pl: refine GNU assembler version...
2016-02-27 Kurt RoeckxRevert "Don't check RSA_FLAG_SIGN_VER."
2016-02-25 Matt CaswellFix memory issues in BIO_*printf functions
2016-02-24 Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-23 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: get corner case logic...
2016-02-23 FdaSilvaYYGH714: missing field initialisation
2016-02-23 David WoodhouseRT4175: Fix PKCS7_verify() regression with Authenticode...
2016-02-22 Corinna VinschenDon't strip object files on Cygwin
2016-02-22 Richard LevitteRecognise Cygwin-x86_64 in config
2016-02-19 Dr. Stephen... Fix double free in DSA private key parsing.
2016-02-19 Andy PolyakovMakefile.shared: limit .dll image base pinning to FIPS...
2016-02-19 Andy Polyakovevp/e_des3.c: address compiler warning.
2016-02-18 Dr. Stephen... typo
2016-02-16 Dr. Stephen... Switch to FIPS implementation for CMAC.
2016-02-13 Andy Polyakovevp/e_des[3].c: address compiler warnings, fix formatting.
2016-02-12 Andy Polyakovmodes/ctr128.c: pay attention to ecount_buf alignment...
2016-02-12 Emilia KasperRT 3854: Update apps/req
2016-02-11 Andy Polyakovperlasm/x86_64-xlate.pl: pass pure constants verbatim.
2016-02-11 Andy Polyakovutil/mk1mf.pl: use LINK_CMD instead of LINK variable.
2016-02-10 Andy Polyakovms/uplink-x86.pl: make it work.
2016-02-08 Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-06 Dr. Stephen... if no comparison function set make sk_sort no op
2016-02-05 Viktor DukhovniFix missing ok=0 with locally blacklisted CAs
2016-02-04 Kurt RoeckxRestore xmm7 from the correct address on win64
2016-02-02 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-02-02 Rich SalzGH611: s_client help message bug
2016-02-01 Hubert KarioGH554: Improve pkeyutl doc
2016-02-01 Daniel Kahn... RT4129: BUF_new_mem_buf should take const void *
2016-01-30 Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-29 Dr. Stephen... Backport SHA2 support for capi engine
2016-01-29 Matt CaswellAdd have_precompute_mult tests
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-29 Matt CaswellAdd missing return value checks
2016-01-29 Matt CaswellCorrect value of DH_CHECK_PUBKEY_INVALID
2016-01-28 Kurt RoeckxFix CHANGES entry about DSA_generate_parameters_ex
2016-01-28 Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-28 Matt CaswellPrepare for 1.0.2g-dev
2016-01-28 Matt CaswellPrepare for 1.0.2f release OpenSSL_1_0_2f
2016-01-28 Matt CaswellUpdate CHANGES and NEWS for release
2016-01-28 Matt CaswellAdd a test for small subgroup attacks on DH/DHE
2016-01-28 Matt CaswellAlways generate DH keys for ephemeral DH cipher suites
2016-01-28 Matt CaswellPrevent small subgroup attacks on DH/DHE
2016-01-28 Viktor DukhovniBetter SSLv2 cipher-suite enforcement
2016-01-22 Mousepkeyutl: allow peerkey for EC_DERIVE to reside on a...
2016-01-21 Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2016-01-20 Rich SalzGH issue 572: Error in help message
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-19 Richard LevitteFix BSD -rpath parameter
2016-01-19 Alessandro... Validate ClientHello session_id field length and send...
2016-01-19 Prayag VermaUpdate license year range to 2016
2016-01-18 Kristian AmlieDon't use "grep -q", "-q" is not POSIX, and fails on...
2016-01-17 Viktor DukhovniEmpty SNI names are not valid
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2016-01-14 Dr. Stephen... To avoid possible time_t overflow use X509_time_adj_ex()
next