summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-09-21 08:53:56 +0000
committerschwarze <>2020-09-21 08:53:56 +0000
commit5779d9399959bbcedd72b6c73f1b8d433a6c14fe (patch)
treed53f82f2944050e1bed1bf6e33f6a472b99204ca /src/lib/libssl/man/Makefile
parent2ea91b696c5a52d526d7d3861c1e2d277c29a259 (diff)
downloadopenbsd-5779d9399959bbcedd72b6c73f1b8d433a6c14fe.tar.gz
openbsd-5779d9399959bbcedd72b6c73f1b8d433a6c14fe.tar.bz2
openbsd-5779d9399959bbcedd72b6c73f1b8d433a6c14fe.zip
In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data.
Write documentation from scratch explaining why we don't support 0-RTT but how we stub it out instead. Tweaks and OK tb@. ... and beck@ pointed out that this OpenSSL API is akin to adding a laser sighting system to a giant blackpowder cannon that one keeps blowing one's own feet to mangled scraps with ...
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-rw-r--r--src/lib/libssl/man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index f8e5cffd59..c8edf6311e 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.68 2020/09/20 10:20:43 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.69 2020/09/21 08:53:56 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -120,6 +120,9 @@ MAN = BIO_f_ssl.3 \
120 d2i_SSL_SESSION.3 \ 120 d2i_SSL_SESSION.3 \
121 ssl.3 121 ssl.3
122 122
123# To be enabled after the release of OpenBSD 6.8:
124# SSL_read_early_data.3 \
125
123all clean cleandir depend includes obj tags: 126all clean cleandir depend includes obj tags:
124 127
125install: maninstall 128install: maninstall