aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/openssl/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Import version 3.5.1Pierre Pronchery2025-08-073-0/+2575
| | | | | | | | | | Migrate to OpenSSL 3.5 in advance of FreeBSD 15.0. OpenSSL 3.0 will be EOL after 2026-09-07. Approved by: philip (mentor) Sponsored by: Alpha-Omega Beach Cleaning Project Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D51613
* sys/crypto/openssl: update powerpc* ASMEnji Cooper2024-09-142-81/+126
| | | | | | | | | | | | This change updates the crypto powerpc* ASM via the prescribed process documented in `crypto/openssl/FREEBSD-upgrade`. This change syncs the ASM with 3.0.15's generated ASM. MFC after: 1 week MFC with: a7148ab39c03abd4d1a84997c70bf96f15dd2a09 MFC with: cc717b574d7faa2e0b2de1a985076286cef74187 Differential Revision: https://reviews.freebsd.org/D46604
* ossl: Update the generated assembly files from OpenSSL 3.0.John Baldwin2023-08-293-58/+2902
| | | | | | Tested with: cryptocheck -d ossl0 -a all -z on amd64 Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D41568
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1615-15/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64lePiotr Kubaj2021-11-2315-0/+20721
Summary: 1. https://github.com/openssl/openssl/commit/34ab13b7d8e3e723adb60be8142e38b7c9cd382a needs to be merged for ELFv2 support on big-endian. 2. crypto/openssl/crypto/ppccap.c needs to be patched. Same reason as in https://github.com/openssl/openssl/pull/17082. Approved by: jkim, jhibbits MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33076