]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
RFC7250 (RPK) support
[thirdparty/openssl.git] / CHANGES.md
index 253f2fd8236b73df9636dd57abdf2752016e880f..452e5d0e7490cdd7087c32f39f8d544921348ab2 100644 (file)
@@ -25,6 +25,14 @@ OpenSSL 3.2
 
 ### Changes between 3.1 and 3.2 [xx XXX xxxx]
 
+ * Add Raw Public Key (RFC7250) support. Authentication is supported
+   by matching keys against either local policy (TLSA records synthesised
+   from the expected keys) or DANE (TLSA records obtained by the
+   application from DNS). TLSA records will also match the same key in
+   the server certificate, should RPK use not happen to be negotiated.
+
+   *Todd Short*
+
  * Added EC_GROUP_to_params which creates an OSSL_PARAM array
    from a given EC_GROUP.