1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/security/s2n-tls/pkg-descr
Daniel Engberg 79a0481d1c security/s2n-tls: Various improvements
- Define LICENSE_FILE
 - Use ports framework for unit testing
 - Add option for assembly optimization and LTO
 - Disable building tests by default
 - Disable assembly optimization by default (requires AVX2 and BMI2 support without runtime detection)
 - Use CMake helpers provided by framework
 - Rename s2n -> s2n-tls to match upstream name

PR:		266397
2022-09-13 16:16:48 +01:00

4 lines
197 B
Plaintext

s2n is a C99 implementation of the TLS/SSL protocols that
is designed to be simple, small, fast, and with security as
a priority. It is released and licensed under the Apache Software License 2.0.