opnsense-src/sys/crypto/openssl
Piotr Kubaj ce35a3bc85 Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le
Summary:
1. 34ab13b7d8
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, alfredo (MFC to stable/13)
MFC after:	1 month
Differential Revision: https://reviews.freebsd.org/D33076

(cherry picked from commit 3a60869237)
2021-12-29 14:45:29 +01:00
..
aarch64 Merge OpenSSL 1.1.1i. 2020-12-09 02:05:14 +00:00
amd64
arm OpenSSL: Regen assembly files for OpenSSL 1.1.1j 2021-02-17 00:37:16 -05:00
i386
powerpc Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-12-29 14:45:29 +01:00
powerpc64 Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-12-29 14:45:29 +01:00
powerpc64le Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-12-29 14:45:29 +01:00
ossl.c ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-10-21 08:51:24 -07:00
ossl.h ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-10-21 08:51:24 -07:00
ossl_aarch64.c ossl: port to arm64 2020-12-04 21:12:17 +00:00
ossl_chacha.h ossl: Add ChaCha20 cipher support. 2021-10-21 08:51:24 -07:00
ossl_chacha20.c crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes. 2021-10-21 14:19:30 -07:00
ossl_hash.h
ossl_poly1305.c ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-10-21 08:51:24 -07:00
ossl_poly1305.h ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-10-21 08:51:24 -07:00
ossl_sha.h
ossl_sha1.c
ossl_sha256.c
ossl_sha512.c
ossl_x86.c ossl: split out x86 bits to x86/ossl_cpuid.c 2020-12-04 20:54:20 +00:00