diff options
author | Matt Caswell <matt@openssl.org> | 2017-06-16 17:27:33 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-06-21 15:45:35 +0200 |
commit | 93a048a1d8f1f6307aea0c1e7854a40b2daf236f (patch) | |
tree | 6050118af7f68d0beaf4a46c486e9a99ddf1d628 /util/private.num | |
parent | Tweak the client side PSK callback (diff) | |
download | openssl-93a048a1d8f1f6307aea0c1e7854a40b2daf236f.tar.xz openssl-93a048a1d8f1f6307aea0c1e7854a40b2daf236f.zip |
Document SSL_set_psk_use_session_callback() and SSL_CTX equivalent
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3670)
Diffstat (limited to 'util/private.num')
-rw-r--r-- | util/private.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index 9488f00a66..10fa954dcf 100644 --- a/util/private.num +++ b/util/private.num @@ -22,6 +22,8 @@ GEN_SESSION_CB datatype OPENSSL_Applink external SSL_CTX_keylog_cb_func datatype SSL_early_cb_fn datatype +SSL_psk_client_cb_func datatype +SSL_psk_use_session_cb_func datatype SSL_verify_cb datatype UI datatype UI_METHOD datatype |