diff options
author | 2019-06-06 01:06:58 +0000 | |
---|---|---|
committer | 2019-06-06 01:06:58 +0000 | |
commit | c4c55c717f7c6cecf5056005e95f1f75ebc2bae6 (patch) | |
tree | 3b585b85477295499978f101318b07359e5c289f /lib/libcrypto/man/CRYPTO_set_ex_data.3 | |
parent | Reapply patches lost in the perl 5.28.2 update (diff) | |
download | wireguard-openbsd-c4c55c717f7c6cecf5056005e95f1f75ebc2bae6.tar.xz wireguard-openbsd-c4c55c717f7c6cecf5056005e95f1f75ebc2bae6.zip |
Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
Diffstat (limited to 'lib/libcrypto/man/CRYPTO_set_ex_data.3')
-rw-r--r-- | lib/libcrypto/man/CRYPTO_set_ex_data.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/lib/libcrypto/man/CRYPTO_set_ex_data.3 index ca5080dfb91..c2990f5a07a 100644 --- a/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/lib/libcrypto/man/CRYPTO_set_ex_data.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.10 2018/04/08 01:00:15 schwarze Exp $ +.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.11 2019/06/06 01:06:58 schwarze Exp $ .\" full merge up to: .\" OpenSSL CRYPTO_get_ex_new_index 9e183d22 Mar 11 08:56:44 2017 -0500 .\" selective merge up to: a73d990e Feb 27 19:02:24 2018 +0100 @@ -52,7 +52,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 8 2018 $ +.Dd $Mdocdate: June 6 2019 $ .Dt CRYPTO_SET_EX_DATA 3 .Os .Sh NAME @@ -345,7 +345,11 @@ On failure an error code can be obtained from .Xr DH_get_ex_new_index 3 , .Xr DSA_get_ex_new_index 3 , .Xr RSA_get_ex_new_index 3 , -.Xr X509_STORE_CTX_get_ex_new_index 3 +.Xr SSL_CTX_get_ex_new_index 3 , +.Xr SSL_get_ex_new_index 3 , +.Xr SSL_SESSION_get_ex_new_index 3 , +.Xr X509_STORE_CTX_get_ex_new_index 3 , +.Xr X509_STORE_get_ex_new_index 3 .Sh HISTORY .Fn CRYPTO_get_ex_new_index , .Fn CRYPTO_set_ex_data , |