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
commitb4cb0b6340ab8cc6bc259824012ca232d8590410 (patch)
treed53f82f2944050e1bed1bf6e33f6a472b99204ca /src/lib/libssl/man/Makefile
parentb10a5db99b3dc600dbc2bcb0285204a7b9a669bf (diff)
downloadopenbsd-b4cb0b6340ab8cc6bc259824012ca232d8590410.tar.gz
openbsd-b4cb0b6340ab8cc6bc259824012ca232d8590410.tar.bz2
openbsd-b4cb0b6340ab8cc6bc259824012ca232d8590410.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