aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/openssl
Commit message (Expand)AuthorAgeFilesLines
* ossl: Add missing labels to bsaes-armv7.SMark Johnston2023-08-241-4/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-234-8/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-23132-132/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-235-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-254-4/+4
* OpenSSL: Regen assembly files for OpenSSL 1.1.1tJung-uk Kim2023-02-072-0/+6
* OpenSSL: Regen assembly file for OpenSSSL 1.1.1sJung-uk Kim2022-11-181-14/+14
* OpenSSL: Regen assembly file for OpenSSSL 1.1.1qJung-uk Kim2022-07-051-4/+4
* OpenSSL: Regen assembly file for OpenSSSL 1.1.1pJung-uk Kim2022-06-211-179/+0
* Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64lePiotr Kubaj2021-12-2951-0/+70645
* crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes.John Baldwin2021-10-211-6/+8
* ossl: Use crypto_cursor_segment().John Baldwin2021-10-211-24/+12
* ossl: Don't encryt/decrypt too much data for chacha20.John Baldwin2021-10-211-3/+6
* ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439John Baldwin2021-10-215-4/+333
* ossl: Add ChaCha20 cipher support.John Baldwin2021-10-214-19/+251
* ossl: Add Poly1305 digest support.John Baldwin2021-10-214-17/+248
* OpenSSL: Regen assembly files for OpenSSL 1.1.1jJung-uk Kim2021-02-171-4/+7
* Merge OpenSSL 1.1.1i.Jung-uk Kim2020-12-097-39/+56
* ossl: port to arm64Mitchell Horne2020-12-042-0/+146
* ossl: split out x86 bits to x86/ossl_cpuid.cMitchell Horne2020-12-043-80/+120
* Add a kernel crypto driver using assembly routines from OpenSSL.John Baldwin2020-10-207-0/+1090
* Move generated OpenSSL assembly routines into the kernel sources.John Baldwin2020-10-2081-0/+204613