File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments