aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/SSL_CTX_set_session_id_context.3
Commit message (Collapse)AuthorAgeFilesLines
* secure: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* OpenSSL: update to 3.0.11Pierre Pronchery2023-10-091-3/+3
| | | | | | | | | | OpenSSL 3.0.11 addresses: POLY1305 MAC implementation corrupts XMM registers on Windows (CVE-2023-4807) Relnotes: Yes Pull request: https://github.com/freebsd/freebsd-src/pull/852 Sponsored by: The FreeBSD Foundation
* OpenSSL: update to 3.0.10Pierre Pronchery2023-08-101-1/+1
| | | | | | | | | | | | | OpenSSL 3.0.10 addresses: - CVE-2023-3817 - CVE-2023-3446 - CVE-2023-2975 (Note that the vendor branch commit incorrectly referenced 3.0.9.) Relnotes: Yes Pull request: https://github.com/freebsd/freebsd-src/pull/808 Sponsored by: The FreeBSD Foundation
* Merge OpenSSL 3.0.9Pierre Pronchery2023-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate to OpenSSL 3.0 in advance of FreeBSD 14.0. OpenSSL 1.1.1 (the version we were previously using) will be EOL as of 2023-09-11. Most of the base system has already been updated for a seamless switch to OpenSSL 3.0. For many components we've added `-DOPENSSL_API_COMPAT=0x10100000L` to CFLAGS to specify the API version, which avoids deprecation warnings from OpenSSL 3.0. Changes have also been made to avoid OpenSSL APIs that were already deprecated in OpenSSL 1.1.1. The process of updating to contemporary APIs can continue after this merge. Additional changes are still required for libarchive and Kerberos- related libraries or tools; workarounds will immediately follow this commit. Fixes are in progress in the upstream projects and will be incorporated when those are next updated. There are some performance regressions in benchmarks (certain tests in `openssl speed`) and in some OpenSSL consumers in ports (e.g. haproxy). Investigation will continue for these. Netflix's testing showed no functional regression and a rather small, albeit statistically significant, increase in CPU consumption with OpenSSL 3.0. Thanks to ngie@ and des@ for updating base system components, to antoine@ and bofh@ for ports exp-runs and port fixes/workarounds, and to Netflix and everyone who tested prior to commit or contributed to this update in other ways. PR: 271615 PR: 271656 [exp-run] Relnotes: Yes Sponsored by: The FreeBSD Foundation
* OpenSSL: Regen manual pages for OpenSSL 1.1.1uJung-uk Kim2023-05-301-1/+1
|
* OpenSSL: Regen manual pages for OpenSSL 1.1.1tJung-uk Kim2023-02-071-1/+1
|
* OpenSSL: Regen manual pages for OpenSSL 1.1.1sJung-uk Kim2022-11-011-1/+1
|
* OpenSSL: Regen manual pages for OpenSSL 1.1.1qJung-uk Kim2022-07-051-1/+1
|
* OpenSSL: Regen manual pages for OpenSSL 1.1.1pJung-uk Kim2022-06-211-2/+2
|
* OpenSSL: Merge OpenSSL 1.1.1oJung-uk Kim2022-05-031-1/+1
|
* OpenSSL: Merge OpenSSL 1.1.1nJung-uk Kim2022-03-151-1/+1
|
* OpenSSL: Merge OpenSSL 1.1.1mJung-uk Kim2021-12-141-1/+1
|
* OpenSSL: Regen manual pages for 1.1.1lJung-uk Kim2021-09-011-2/+2
|
* OpenSSL: Regen manual pages for 1.1.1kJung-uk Kim2021-03-251-1/+1
|
* OpenSSL: Regen manual pages for OpenSSL 1.1.1j.Jung-uk Kim2021-02-161-1/+1
|
* OpenSSL: Regenerate manual pages.Jung-uk Kim2021-01-281-1/+1
| | | | MFC after: 1 week
* Merge OpenSSL 1.1.1i.Jung-uk Kim2020-12-091-2/+2
| | | | Notes: svn path=/head/; revision=368472
* Merge OpenSSL 1.1.1h.Jung-uk Kim2020-09-221-4/+4
| | | | Notes: svn path=/head/; revision=366004
* Merge OpenSSL 1.1.1g.Jung-uk Kim2020-04-211-1/+1
| | | | Notes: svn path=/head/; revision=360175
* Merge OpenSSL 1.1.1f.Jung-uk Kim2020-03-311-1/+1
| | | | Notes: svn path=/head/; revision=359486
* Merge OpenSSL 1.1.1e.Jung-uk Kim2020-03-181-2/+2
| | | | Notes: svn path=/head/; revision=359060
* Install man5 and man7 for OpenSSL.Jung-uk Kim2020-01-221-0/+215
Note config.5 and crypto.7 are not installed because we have conflicts. Requested by: phk MFC after: 1 month Notes: svn path=/head/; revision=356963