Differences From Artifact [24a2c6b174]:
- File
src/tls/Makefile
— part of check-in
[43864736e7]
at
2024-11-16 22:36:57
on branch tls-server
— OFTLSStream: Add API for server mode
Not implemented using any TLS library yet. (user: js, size: 1344) [annotate] [blame] [check-ins using]
To Artifact [6ba02952f9]:
- File src/tls/Makefile — part of check-in [2cb48ceaf1] at 2024-11-18 00:38:04 on branch tls-server — OFGnuTLSTLSStream: Add server support (user: js, size: 1428) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
11 12 13 14 15 16 17 | INCLUDES := ObjFWTLS.h SRCS = ${USE_SRCS_GNUTLS} \ ${USE_SRCS_MBEDTLS} \ ${USE_SRCS_OPENSSL} \ ${USE_SRCS_SECURETRANSPORT} | | > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | INCLUDES := ObjFWTLS.h SRCS = ${USE_SRCS_GNUTLS} \ ${USE_SRCS_MBEDTLS} \ ${USE_SRCS_OPENSSL} \ ${USE_SRCS_SECURETRANSPORT} SRCS_GNUTLS = OFGnuTLSTLSStream.m \ OFGnuTLSX509Certificate.m \ OFGnuTLSX509CertificatePrivateKey.m SRCS_MBEDTLS = OFMbedTLSTLSStream.m SRCS_OPENSSL = OFOpenSSLTLSStream.m SRCS_SECURETRANSPORT = OFSecureTransportTLSStream.m includesubdir = ObjFWTLS include ../../buildsys.mk |
︙ | ︙ |