summaryrefslogtreecommitdiff
path: root/sys/crypto/openssl
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-09-11ossl: Add GCM support on powerpc64/powerpc64le (POWER8+)Timothy Pearson
2025-08-07openssl: Import version 3.5.1Pierre Pronchery
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-03-13openssl: update ASM and version info for 3.0.16 importEnji Cooper
2024-09-14sys/crypto/openssl: update powerpc* ASMEnji Cooper
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-06-21ossl: Add support for powerpc64/powerpc64leShawn Anastasio
2023-12-04ossl: Remove a stray __FBSDID("$FreeBSD$")Mark Johnston
2023-12-04ossl: Move arm_arch.h to a common subdirectoryMark Johnston
2023-11-30ossl: Add AES-GCM support for NEON-enabled armv7Mark Johnston
2023-11-30ossl: Add support for armv7Mark Johnston
2023-11-30ossl: Fix some bugs in the fallback AES-GCM implementationMark Johnston
2023-11-29ossl: Keep mutable AES-GCM state on the stackMark Johnston
2023-11-28ossl: Fix handling of separate AAD buffers in ossl_aes_gcm()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-25OpenSSL: regenerate asm files for 3.0.12Ed Maste
2023-10-02ossl: Rebuild the openssl asmAndrew Turner
2023-09-22ossl: Update arm_arch.h from OpenSSL 1.1.1 to 3.0Andrew Turner
2023-08-29ossl: Update the generated assembly files from OpenSSL 3.0.John Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07ossl: Add missing labels to bsaes-armv7.SMark Johnston
2023-06-20ossl: Don't try to initialize the cipher for Chacha20+Poly1305.John Baldwin
2023-06-04ossl: Provide a fallback definition of __uint128_t when neededMark Johnston
2023-06-02ossl: Add a fallback AES-GCM implementation using AES-NIMark Johnston
2023-06-02ossl: Add a VAES-based AES-GCM implementation for amd64Mark Johnston
2023-06-02ossl: Expose more CPUID bits in OPENSSL_ia32cap_PMark Johnston
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-21OpenSSL: Regen an assembly file for armJung-uk Kim
2023-02-07OpenSSL: Regen assembly files for OpenSSL 1.1.1tJung-uk Kim
2022-11-01OpenSSL: Regen assembly file for OpenSSSL 1.1.1sJung-uk Kim
2022-07-05OpenSSL: Regen assembly file for OpenSSSL 1.1.1qJung-uk Kim
2022-06-21OpenSSL: Regen assembly file for OpenSSSL 1.1.1pJung-uk Kim
2022-05-06crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-11-23Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64lePiotr Kubaj
2021-11-08ossl: Add support for ETA modeKornel Duleba
2021-11-08ossl: Add support for AES-CBC cipherKornel Duleba
2021-11-06Revert "ossl: Add support for AES-CBC cipher"Wojciech Macek
2021-11-06Revert "ossl: Add support for ETA mode"Wojciech Macek
2021-11-06ossl: Add support for ETA modeKornel Duleba
2021-11-06ossl: Add support for AES-CBC cipherKornel Duleba
2021-10-06crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes.John Baldwin
2021-05-25ossl: Use crypto_cursor_segment().John Baldwin
2021-04-01ossl: Don't encryt/decrypt too much data for chacha20.John Baldwin
2021-03-03ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439John Baldwin
2021-03-03ossl: Add ChaCha20 cipher support.John Baldwin
2021-03-03ossl: Add Poly1305 digest support.John Baldwin
2021-02-17OpenSSL: Regen assembly files for OpenSSL 1.1.1jJung-uk Kim