aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-04-13 17:36:22 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-04-17 21:00:59 +0000
commitf374e1af18c25700923985f6613417847e8f6ab1 (patch)
tree3860777423356f8e125fccbb49ad54a41ce0782f /include
parent5f924229aa9b85ae74c613081fe27de22384e7ee (diff)
downloadboringssl-f374e1af18c25700923985f6613417847e8f6ab1.zip
boringssl-f374e1af18c25700923985f6613417847e8f6ab1.tar.gz
boringssl-f374e1af18c25700923985f6613417847e8f6ab1.tar.bz2
Add some tests for SSL_CTX_set_keylog_callback
We actually don't test this at all right now. Change-Id: Iaac8850da3c012cbd21d0f38b026e7ff14db3650 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/67828 Reviewed-by: Bob Beck <bbe@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 49fb47e..97f1c89 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -4375,7 +4375,7 @@ OPENSSL_EXPORT void SSL_set_msg_callback_arg(SSL *ssl, void *arg);
// access to the log.
//
// The format is described in
-// https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format.
+// https://www.ietf.org/archive/id/draft-ietf-tls-keylogfile-01.html
OPENSSL_EXPORT void SSL_CTX_set_keylog_callback(
SSL_CTX *ctx, void (*cb)(const SSL *ssl, const char *line));