mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
79a0481d1c
- 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
4 lines
197 B
Plaintext
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.
|