projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccae4a1
)
It's called SSL_session_reused(), not SSL_session_resumed()
author
Kurt Roeckx
<kurt@roeckx.be>
Sun, 27 Mar 2016 18:52:03 +0000
(20:52 +0200)
committer
Kurt Roeckx
<kurt@roeckx.be>
Sun, 27 Mar 2016 21:58:55 +0000
(23:58 +0200)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
MR: #2452
doc/ssl/SSL_CTX_dane_enable.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_dane_enable.pod
b/doc/ssl/SSL_CTX_dane_enable.pod
index f2cb99ed4246b88a71351e14380c8edbe5dc1253..8463a3d093e74880734a0479fa6e059afefd2499 100644
(file)
--- a/
doc/ssl/SSL_CTX_dane_enable.pod
+++ b/
doc/ssl/SSL_CTX_dane_enable.pod
@@
-214,7
+214,7
@@
the lifetime of the SSL connection.
/* Perform SSL_connect() handshake and handle errors here */
- if (SSL_session_re
sum
ed(ssl)) {
+ if (SSL_session_re
us
ed(ssl)) {
if (SSL_get_verify_result(ssl) == X509_V_OK) {
/*
* Resumed session was originally verified, this connection is