| Commit message (Expand) | Author | Age | Files | Lines |
| * | ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc | Abdelkader Boudih | 2026-08-15 | 1 | -1/+1 |
| * | crypto/openssl: update artifacts to match 3.5.7 release | Enji Cooper | 2026-06-10 | 3 | -12/+138 |
| * | kernel: address executable stack warnings in amd64 gcc build | Ryan Libby | 2026-05-16 | 1 | -0/+2 |
| * | PHYS_TO_DMAP: Return a void * instead of a vm_offset_t | John Baldwin | 2026-04-23 | 1 | -1/+1 |
| * | i386: mark the stack as non-executable | Warner Losh | 2026-04-17 | 1 | -0/+2 |
| * | crypto/openssl: update artifacts to match 3.5.6 release artifacts | Enji Cooper | 2026-04-09 | 7 | -65/+61 |
| * | ccp: Don't name anonymous structure and union types | John Baldwin | 2026-02-24 | 1 | -5/+5 |
| * | OpenSSL: commit sys/crypto changes for 3.5.5 | Enji Cooper | 2026-02-01 | 5 | -3630/+2591 |
| * | crypto: Update sha256 and sha512 ifuncs to use passed HWCAP flags | Sarah Walker | 2026-01-13 | 2 | -13/+4 |
| * | crypto: avoid warnings about too-long initializer strings | Dimitry Andric | 2025-12-30 | 1 | -2/+2 |
| * | sys/crypto: import md5c.c C rewrite | Robert Clausecker | 2025-10-24 | 1 | -268/+244 |
| * | sys: move sys/kern/md[45].c to sys/crypto | Robert Clausecker | 2025-10-24 | 2 | -0/+639 |
| * | style(9): white space after ; and around binary operators | David E. O'Brien | 2025-10-16 | 2 | -5/+5 |
| * | ossl: Add GCM support on powerpc64/powerpc64le (POWER8+) | Timothy Pearson | 2025-09-11 | 5 | -242/+394 |
| * | random: Make random_source definitions const | Mark Johnston | 2025-08-19 | 1 | -1/+1 |
| * | openssl: Import version 3.5.1 | Pierre Pronchery | 2025-08-07 | 93 | -7665/+62463 |
| * | newbus: replace leftover device unit wildcards | Ahmad Khalifa | 2025-06-21 | 5 | -9/+9 |
| * | openssl: update ASM and version info for 3.0.16 import | Enji Cooper | 2025-03-14 | 1 | -0/+2 |
| * | libmd: re-apply masking of _Transform names | Kyle Evans | 2024-09-30 | 3 | -0/+12 |
| * | libmd: stop exporting _version symbols | Kyle Evans | 2024-09-30 | 5 | -24/+0 |
| * | libmd: stop exporting Transform() symbols | Kyle Evans | 2024-09-30 | 5 | -16/+0 |
| * | sys/crypto/openssl: update powerpc* ASM | Enji Cooper | 2024-09-14 | 6 | -243/+378 |
| * | siphash: minor improvements to siphash unit test | Mark O'Donovan | 2024-07-29 | 1 | -5/+5 |
| * | siphash: allow zero values for final & len in SipBuf() | Mark O'Donovan | 2024-07-29 | 1 | -5/+10 |
| * | newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | ossl: Add support for powerpc64/powerpc64le | Shawn Anastasio | 2024-06-21 | 3 | -0/+203 |
| * | padlock: Use device_set_descf() | Mark Johnston | 2024-06-16 | 1 | -19/+2 |
| * | ossl: Remove a stray __FBSDID("$FreeBSD$") | Mark Johnston | 2023-12-04 | 1 | -3/+0 |
| * | ossl: Move arm_arch.h to a common subdirectory | Mark Johnston | 2023-12-04 | 6 | -88/+4 |
| * | ossl: Add AES-GCM support for NEON-enabled armv7 | Mark Johnston | 2023-11-30 | 2 | -0/+365 |
| * | ossl: Add support for armv7 | Mark Johnston | 2023-11-30 | 6 | -5/+248 |
| * | ossl: Fix some bugs in the fallback AES-GCM implementation | Mark Johnston | 2023-11-30 | 1 | -4/+4 |
| * | ossl: Keep mutable AES-GCM state on the stack | Mark Johnston | 2023-11-29 | 1 | -14/+15 |
| * | ossl: Fix handling of separate AAD buffers in ossl_aes_gcm() | Mark Johnston | 2023-11-28 | 1 | -7/+13 |
| * | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 28 | -28/+4 |
| * | OpenSSL: regenerate asm files for 3.0.12 | Ed Maste | 2023-10-25 | 4 | -34/+29 |
| * | ossl: Rebuild the openssl asm | Andrew Turner | 2023-10-02 | 14 | -83/+219 |
| * | ossl: Update arm_arch.h from OpenSSL 1.1.1 to 3.0 | Andrew Turner | 2023-09-22 | 1 | -2/+47 |
| * | armv8_crypto: fix recursive fpu_kern_enter call | Zachary Leaf | 2023-09-01 | 1 | -2/+2 |
| * | ossl: Update the generated assembly files from OpenSSL 3.0. | John Baldwin | 2023-08-29 | 99 | -1660/+37239 |
| * | aesni: Push FPU sections down further | Mark Johnston | 2023-08-29 | 1 | -3/+9 |
| * | blake2: Remove dieing flag and rw lock | John Baldwin | 2023-08-28 | 1 | -22/+0 |
| * | blake2: Switch to using FPU_KERN_NOCTX | John Baldwin | 2023-08-28 | 1 | -86/+22 |
| * | armv8_crypto: Remove dieing flag and rw lock | John Baldwin | 2023-08-28 | 1 | -21/+0 |
| * | armv8_crypto: Switch to using FPU_KERN_NOCTX | John Baldwin | 2023-08-28 | 1 | -76/+9 |
| * | aesni: Switch to using FPU_KERN_NOCTX. | John Baldwin | 2023-08-28 | 1 | -79/+9 |
| * | padlock: Switch to using FPU_KERN_NOCTX | John Baldwin | 2023-08-25 | 4 | -21/+15 |
| * | Delete trailing whitespace from $FreeBSD$ removal | Warner Losh | 2023-08-22 | 2 | -2/+0 |
| * | sys: Remove $FreeBSD$: one-line bare tag | Warner Losh | 2023-08-16 | 1 | -2/+0 |