forked from wolfSSL/wolfssl
add note about s/mime addition to changelog
This commit is contained in:
@@ -7,6 +7,7 @@ Release 4.7.0 of wolfSSL embedded TLS has bug fixes and new features including:
|
|||||||
* Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
|
* Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
|
||||||
* Implement RFC 5705: Keying Material Exporters for TLS
|
* Implement RFC 5705: Keying Material Exporters for TLS
|
||||||
* Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging
|
* Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging
|
||||||
|
* Added support for S/MIME (Secure/Multipurpose Internet Mail Extensions) bundles
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix to free mutex when cert manager is free’d
|
* Fix to free mutex when cert manager is free’d
|
||||||
|
1
README
1
README
@@ -82,6 +82,7 @@ Release 4.7.0 of wolfSSL embedded TLS has bug fixes and new features including:
|
|||||||
* Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
|
* Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
|
||||||
* Implement RFC 5705: Keying Material Exporters for TLS
|
* Implement RFC 5705: Keying Material Exporters for TLS
|
||||||
* Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging
|
* Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging
|
||||||
|
* Added support for S/MIME (Secure/Multipurpose Internet Mail Extensions) bundles
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix to free mutex when cert manager is free’d
|
* Fix to free mutex when cert manager is free’d
|
||||||
|
@@ -85,6 +85,7 @@ Release 4.7.0 of wolfSSL embedded TLS has bug fixes and new features including:
|
|||||||
* Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
|
* Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available
|
||||||
* Implement RFC 5705: Keying Material Exporters for TLS
|
* Implement RFC 5705: Keying Material Exporters for TLS
|
||||||
* Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging
|
* Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging
|
||||||
|
* Added support for S/MIME (Secure/Multipurpose Internet Mail Extensions) bundles
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix to free mutex when cert manager is free’d
|
* Fix to free mutex when cert manager is free’d
|
||||||
|
Reference in New Issue
Block a user