Skip to content

Commit 59fd40d

Browse files
author
Viktor Dukhovni
committed
DANE CHANGES
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 60d8edb commit 59fd40d

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
Changes between 1.0.2e and 1.1.0 [xx XXX xxxx]
66

7+
*) Support for RFC6698/RFC7671 DANE TLSA peer authentication.
8+
9+
Obtaining and performing DNSSEC validation of TLSA records is
10+
the application's responsibility. The application provides
11+
the TLSA records of its choice to OpenSSL, and these are then
12+
used to authenticate the peer.
13+
14+
The TLSA records need not even come from DNS. They can, for
15+
example, be used to implement local end-entity certificate or
16+
trust-anchor "pinning", where the "pin" data takes the form
17+
of TLSA records, which can augment or replace verification
18+
based on the usual WebPKI public certification authorities.
19+
[Viktor Dukhovni]
20+
721
*) Revert default OPENSSL_NO_DEPRECATED setting. Instead OpenSSL
822
continues to support deprecated interfaces in default builds.
923
However, applications are strongly advised to compile their

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
argument, or via the "--api=1.1.0|1.0.0|0.9.8" option.
2929
o Application software can be compiled with -DOPENSSL_API_COMPAT=version
3030
to ensure that features deprecated before that version are not exposed.
31+
o Support for RFC6698/RFC7671 DANE TLSA peer authentication
3132

3233
Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]
3334

0 commit comments

Comments
 (0)