aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssl/Version.map
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* libcrypto: Add symbol versions for symbols added since 1.1.1d.John Baldwin2021-06-091-1/+0
| | | | | | | | | | | While here, trim a spurious local: I missed when added SSL_sendfile. PR: 255277 Reported by: yuri Reviewed by: jkim Differential Revision: https://reviews.freebsd.org/D30483 (cherry picked from commit 7ad70d22c667173586c04fc13dd315995d78fbbf)
* OpenSSL: Support for kernel TLS offload (KTLS)John Baldwin2021-02-051-0/+6
| | | | | | | | | | | | | | | | This merges upstream patches from OpenSSL's master branch to add KTLS infrastructure for TLS 1.0-1.3 including both RX and TX offload and SSL_sendfile support on both Linux and FreeBSD. Note that TLS 1.3 only supports TX offload. A new WITH/WITHOUT_OPENSSL_KTLS determines if OpenSSL is built with KTLS support. It defaults to enabled on amd64 and disabled on all other architectures. Sponsored by: Netflix (cherry picked from commit aa906e2a4957db700d9e6cc60857e1afe1aecc85)
* Merge OpenSSL 1.1.1a.Jung-uk Kim2018-11-201-1/+6
| | | | Notes: svn path=/head/; revision=340703
* Add OpenSSL symbol version maps.Jung-uk Kim2018-09-131-0/+511
Note the files are not automatically generated for now. Notes: svn path=/projects/openssl111/; revision=338674