History log of /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ssl_err.c (Results 1 – 24 of 24)
Revision Date Author Comments
# b46c97fe 11-Jun-2024 christos <christos@NetBSD.org>

Merge conflicts between 3.0.12 and 3.0.14


# 8fbed61e 07-May-2023 christos <christos@NetBSD.org>

merge conflicts between 1.1.1t and 3.0.8


# fb48e4b2 07-Jan-2022 christos <christos@NetBSD.org>

merge conflicts between openssl-1-1-1k and openssl-1-1-1m


# 84a88c11 05-Apr-2020 christos <christos@NetBSD.org>

merge conflicts


# 52629741 22-Mar-2020 christos <christos@NetBSD.org>

merge conflicts


# 65b9e620 12-Mar-2019 christos <christos@NetBSD.org>

merge conflicts


# e0ea3921 23-Sep-2018 christos <christos@NetBSD.org>

merge conflicts


# 78327f04 06-Apr-2018 christos <christos@NetBSD.org>

merge conflicts


# 5af53050 08-Feb-2018 christos <christos@NetBSD.org>

merged conflicts


# b367ed38 27-Jan-2017 spz <spz@NetBSD.org>

merge for OpenSSL 1.0.2k


# 31b855a0 14-Oct-2016 spz <spz@NetBSD.org>

merge for openssl 1.0.2j


# 261bb388 06-Dec-2015 christos <christos@NetBSD.org>

merge conflicts


# 2dedb221 12-Jun-2015 christos <christos@NetBSD.org>

merge conflicts, restore binary compatibility in hmac, regen.


# 9cef71b6 23-Mar-2015 spz <spz@NetBSD.org>

merge OpenSSL 1.0.1m
do the necessary changes in src/crypto/external/bsd/openssl
update doc


# e289ce59 17-Oct-2014 spz <spz@NetBSD.org>

update of openssl to the next higher version, 1.0.1j

Upstream condensed log:
Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]

o Fix for CVE-2014-3513
o Fix for CV

update of openssl to the next higher version, 1.0.1j

Upstream condensed log:
Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]

o Fix for CVE-2014-3513
o Fix for CVE-2014-3567
o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
o Fix for CVE-2014-3568

show more ...


# 3beda010 10-Aug-2014 spz <spz@NetBSD.org>

merge openssl 1.0.1i


# b33532b6 05-Jun-2014 christos <christos@NetBSD.org>

Merge conflicts.


# 523f268b 05-Feb-2013 christos <christos@NetBSD.org>

merge changes


# e3d33c04 26-Jul-2012 christos <christos@NetBSD.org>

merge openssl-1.0.1c


# 716cca63 05-Jan-2012 drochner <drochner@NetBSD.org>

pull in some patches from upstream CVS, following secadv_20120104.txt:
-rev.21964 for DTLS Plaintext Recovery Attack (CVE-2011-4108)
-rev.21961 for Uninitialized SSL 3.0 Padding (CVE-2011-4576)
-rev.

pull in some patches from upstream CVS, following secadv_20120104.txt:
-rev.21964 for DTLS Plaintext Recovery Attack (CVE-2011-4108)
-rev.21961 for Uninitialized SSL 3.0 Padding (CVE-2011-4576)
-rev.21456+21954 for Malformed RFC 3779 Data Can Cause Assertion Failures
(CVE-2011-4577)
(rev.21456 is not mentioned in the advisory, but there is code overlap)
-rev.21958 for SGC Restart DoS Attack (CVE-2011-4619)
-rev.21956 for Invalid GOST parameters DoS Attack (CVE-2012-0027)

show more ...


# 4e3dcb23 05-Jun-2011 spz <spz@NetBSD.org>

Import OpenSSL 1.0.1 stable of 20110605:

this is sort of a sidegrade onto the release branch. Changes against the
last version imported:

*) Backport libcrypto audit of return value checking from HE

Import OpenSSL 1.0.1 stable of 20110605:

this is sort of a sidegrade onto the release branch. Changes against the
last version imported:

*) Backport libcrypto audit of return value checking from HEAD, not
all cases can be covered as some introduce binary incompatibilities.
[Steve Henson]

*) Redirect RSA operations to FIPS module including keygen,
encrypt, decrypt, sign and verify. Block use of non FIPS RSA methods.
[Steve Henson]

*) Add similar low level API blocking to ciphers.
[Steve Henson]

*) Low level digest APIs are not approved in FIPS mode: any attempt
to use these will cause a fatal error. Applications that *really* want
to use them can use the private_* version instead.
[Steve Henson]

*) Redirect cipher operations to FIPS module for FIPS builds.
[Steve Henson]

*) Redirect digest operations to FIPS module for FIPS builds.
[Steve Henson]

*) Update build system to add "fips" flag which will link in fipscanister.o
for static and shared library builds embedding a signature if needed.
[Steve Henson]

*) Output TLS supported curves in preference order instead of numerical
order. This is currently hardcoded for the highest order curves first.
This should be configurable so applications can judge speed vs strength.
[Steve Henson]

*) Add protection against ECDSA timing attacks as mentioned in the paper
by Billy Bob Brumley and Nicola Tuveri, see:

http://eprint.iacr.org/2011/232.pdf

[Billy Bob Brumley and Nicola Tuveri]

*) Add TLS v1.2 server support for client authentication.
[Steve Henson]

*) Add support for FIPS mode in ssl library: disable SSLv3, non-FIPS ciphers
and enable MD5.
[Steve Henson]

*) Functions FIPS_mode_set() and FIPS_mode() which call the underlying
FIPS modules versions.
[Steve Henson]

*) Add TLS v1.2 client side support for client authentication. Keep cache
of handshake records longer as we don't know the hash algorithm to use
until after the certificate request message is received.
[Steve Henson]

*) Initial TLS v1.2 client support. Add a default signature algorithms
extension including all the algorithms we support. Parse new signature
format in client key exchange. Relax some ECC signing restrictions for
TLS v1.2 as indicated in RFC5246.
[Steve Henson]

*) Add server support for TLS v1.2 signature algorithms extension. Switch
to new signature format when needed using client digest preference.
All server ciphersuites should now work correctly in TLS v1.2. No client
support yet and no support for client certificates.
[Steve Henson]

*) Initial TLS v1.2 support. Add new SHA256 digest to ssl code, switch
to SHA256 for PRF when using TLS v1.2 and later. Add new SHA256 based
ciphersuites. At present only RSA key exchange ciphersuites work with
TLS v1.2. Add new option for TLS v1.2 replacing the old and obsolete
SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods
and version checking.
[Steve Henson]

*) New option OPENSSL_NO_SSL_INTERN. If an application can be compiled
with this defined it will not be affected by any changes to ssl internal
structures. Add several utility functions to allow openssl application
to work with OPENSSL_NO_SSL_INTERN defined.
[Steve Henson]

*) Add SRP support.
[Tom Wu <tjw@cs.stanford.edu> and Ben Laurie]

*) Add functions to copy EVP_PKEY_METHOD and retrieve flags and id.
[Steve Henson]

*) Add EC_GFp_nistp224_method(), a 64-bit optimized implementation for
elliptic curve NIST-P224 with constant-time single point multiplication on
typical inputs. EC_GROUP_new_by_curve_name() will automatically use this
(while EC_GROUP_new_curve_GFp() currently won't and prefers the more
flexible implementations).

The implementation requires support for the nonstandard type __uint128_t,
and so is disabled by default. To include this in your build of OpenSSL,
use -DEC_NISTP224_64_GCC_128 on the Configure (or config) command line,
and run "make depend" (or "make update").
[Emilia K<E4>sper <emilia.kasper@esat.kuleuven.be> (Google)]

*) Permit abbreviated handshakes when renegotiating using the function
SSL_renegotiate_abbreviated().
[Robin Seggelmann <seggelmann@fh-muenster.de>]

*) Add call to ENGINE_register_all_complete() to
ENGINE_load_builtin_engines(), so some implementations get used
automatically instead of needing explicit application support.
[Steve Henson]

*) Add support for TLS key exporter as described in RFC5705.
[Robin Seggelmann <seggelmann@fh-muenster.de>, Steve Henson]

show more ...


# cef2ee70 26-Dec-2009 christos <christos@NetBSD.org>

import SNAP-20091226


# 86adef1b 05-Aug-2009 christos <christos@NetBSD.org>

import 20090805 snapshot.


# a89c9211 19-Jul-2009 christos <christos@NetBSD.org>

import new openssl snapshot