Differences From Artifact [a6c2c67827]:
- File src/tls/Makefile — part of check-in [c9b6dcad9e] at 2022-01-29 12:38:28 on branch trunk — Add OpenSSL support for OFTLSStream (user: js, size: 627) [annotate] [blame] [check-ins using] [more...]
To Artifact [9769a7e248]:
- File
src/tls/Makefile
— part of check-in
[11b2a17595]
at
2024-01-06 00:52:48
on branch trunk
— Initial support for Mbed TLS
Mbed TLS is never automatically picked as a TLS implementation and
always needs to be manually enabled using --with-tls=mbedtls. (user: js, size: 704) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - - + + + + |
include ../../extra.mk
DISTCLEAN = Info.plist
SHARED_LIB = ${OBJFWTLS_SHARED_LIB}
STATIC_LIB = ${OBJFWTLS_STATIC_LIB}
FRAMEWORK = ${OBJFWTLS_FRAMEWORK}
|