| Port details |
- s2n-tls C99 implementation of the TLS/SSL protocols
- 1.7.9,1 security
=0 1.7.5,1Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2022-09-14 11:10:19
- Last Update: 2026-09-04 09:56:28
- Commit Hash: 12620f3
- License: APACHE20
- WWW:
- https://github.com/aws/s2n-tls
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- s2n-tls>0:security/s2n-tls
- To install the port:
- cd /usr/ports/security/s2n-tls/ && make install clean
- To add the package, run one of these commands:
- pkg install security/s2n-tls
- pkg install s2n-tls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: s2n-tls
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788457907
SHA256 (aws-s2n-tls-v1.7.9_GH0.tar.gz) = bf51b37dd04633bbb9e7fae67c208d33edf5a43785ef85df2fceb758152a5288
SIZE (aws-s2n-tls-v1.7.9_GH0.tar.gz) = 4934186
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- databases/arrow
- devel/aws-c-event-stream
- devel/aws-c-http
- devel/aws-c-io
- devel/aws-c-mqtt
- devel/aws-c-s3
- devel/aws-crt-cpp
Configuration Options:
- ===> The following configuration options are available for s2n-tls-1.7.9,1:
ASM=off: Enable PQ crypto assembly (reqs AVX2 and BMI2 support)
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
LTO=on: Use Link-Time Optimization
===> Use 'make config' to modify these settings
- Options name:
- security_s2n-tls
- USES:
- cmake:testing ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Port Moves |
- port moved here from security/s2n on 2022-09-13
REASON: Renamed to match upstream naming
|
Number of commits found: 104 (showing only 4 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.22 22 Sep 2022 15:51:39
    |
Nuno Teixeira (eduardo)  |
security/s2n-tls: Update to 1.3.22
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.3.22 |
1.3.21,1 15 Sep 2022 21:36:06
    |
Nuno Teixeira (eduardo)  |
security/s2n-tls: Add comment with issue url about failed tests |
1.3.21,1 14 Sep 2022 21:30:50
    |
Nuno Teixeira (eduardo)  |
security/s2n-tls: Update to 1.3.21
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.3.21 |
1.3.20_1,1 13 Sep 2022 15:16:48
    |
Nuno Teixeira (eduardo)  Author: Daniel Engberg |
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 |
Number of commits found: 104 (showing only 4 on this page)
|