summaryrefslogtreecommitdiff
path: root/sys/crypto/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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