]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update doc for GNUTLS_CB_TLS_EXPORTER towards RFC9266.
authorSimon Josefsson <simon@josefsson.org>
Sat, 30 Jul 2022 19:06:42 +0000 (21:06 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sat, 30 Jul 2022 19:08:13 +0000 (21:08 +0200)
Signed-off-by: Simon Josefsson <simon@josefsson.org>
lib/includes/gnutls/gnutls.h.in

index 5840f331e914404b0f17a3f53326e7f3f4c3f47c..9b700e03f42c282ee5a3379f78dae8a952305eb5 100644 (file)
@@ -1169,7 +1169,7 @@ typedef enum {
  * gnutls_channel_binding_t:
  * @GNUTLS_CB_TLS_UNIQUE: "tls-unique" (RFC 5929) channel binding
  * @GNUTLS_CB_TLS_SERVER_END_POINT: "tls-server-end-point" (RFC 5929) channel binding
- * @GNUTLS_CB_TLS_EXPORTER: "tls-exporter" (draft-ietf-kitten-tls-channel-bindings-for-tls13-03)
+ * @GNUTLS_CB_TLS_EXPORTER: "tls-exporter" (RFC 9266) channel binding
  *
  * Enumeration of supported channel binding types.
  */