* Reordered the cipher suites offered in SSL/TLS client hello
messages to match modern best practices. * Improved SSL/TLS false start. In addition to enabling the SSL_ENABLE_FALSE_START option, an application must now register a callback using the SSL_SetCanFalseStartCallback function. * When false start is enabled, libssl will sometimes return unencrypted, unauthenticated data from PR_Recv (CVE-2013-1740, bmo#919877) New functionality * Implemented OCSP querying using the HTTP GET method, which is the new default, and will fall back to the HTTP POST method. * Implemented OCSP server functionality for testing purposes (httpserv utility). * Support SHA-1 signatures with TLS 1.2 client authentication. * Added the --empty-password command-line option to certutil, to be used with -N: use an empty password when creating a new database. * Added the -w command-line option to pp: don't wrap long output lines. New functions * CERT_ForcePostMethodForOCSP * CERT_GetSubjectNameDigest * CERT_GetSubjectPublicKeyDigest * SSL_PeerCertificateChain * SSL_RecommendedCanFalseStart * SSL_SetCanFalseStartCallback New types * CERT_REV_M_FORCE_POST_METHOD_FOR_OCSP: When this flag is used, libpkix will never attempt to use the HTTP GET method for OCSP requests; it will always use POST. OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=147
This commit is contained in:
parent
58591dfdb2
commit
186557c50a
@ -4,8 +4,36 @@ Tue Jan 7 08:39:04 UTC 2014 - wr@rosenauer.org
|
||||
- update to 3.15.4
|
||||
* required for Firefox 27
|
||||
* regular CA root store update (1.96)
|
||||
* some OSCP improvments
|
||||
* other bugfixes
|
||||
* Reordered the cipher suites offered in SSL/TLS client hello
|
||||
messages to match modern best practices.
|
||||
* Improved SSL/TLS false start. In addition to enabling the
|
||||
SSL_ENABLE_FALSE_START option, an application must now register
|
||||
a callback using the SSL_SetCanFalseStartCallback function.
|
||||
* When false start is enabled, libssl will sometimes return
|
||||
unencrypted, unauthenticated data from PR_Recv
|
||||
(CVE-2013-1740, bmo#919877)
|
||||
New functionality
|
||||
* Implemented OCSP querying using the HTTP GET method, which is
|
||||
the new default, and will fall back to the HTTP POST method.
|
||||
* Implemented OCSP server functionality for testing purposes
|
||||
(httpserv utility).
|
||||
* Support SHA-1 signatures with TLS 1.2 client authentication.
|
||||
* Added the --empty-password command-line option to certutil,
|
||||
to be used with -N: use an empty password when creating a new
|
||||
database.
|
||||
* Added the -w command-line option to pp: don't wrap long output
|
||||
lines.
|
||||
New functions
|
||||
* CERT_ForcePostMethodForOCSP
|
||||
* CERT_GetSubjectNameDigest
|
||||
* CERT_GetSubjectPublicKeyDigest
|
||||
* SSL_PeerCertificateChain
|
||||
* SSL_RecommendedCanFalseStart
|
||||
* SSL_SetCanFalseStartCallback
|
||||
New types
|
||||
* CERT_REV_M_FORCE_POST_METHOD_FOR_OCSP: When this flag is used,
|
||||
libpkix will never attempt to use the HTTP GET method for OCSP
|
||||
requests; it will always use POST.
|
||||
- removed obsolete char.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user