| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Complete removal of opt_compat.h | Dmitry Chagin | 2023-02-13 | 1 | -1/+0 |
| * | Disable -Wunused-function for {ed,x}25519_ref10.c in libsodium. | John Baldwin | 2022-02-02 | 1 | -0/+2 |
| * | crypto: Remove xform.c and compile xform_*.c standalone. | John Baldwin | 2022-01-24 | 1 | -1/+4 |
| * | crypto: Add an API supporting curve25519. | John Baldwin | 2022-01-24 | 1 | -0/+12 |
| * | crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers. | John Baldwin | 2022-01-18 | 1 | -0/+1 |
| * | crypto.ko: Add hchacha20 from libsodium. | John Baldwin | 2022-01-11 | 1 | -0/+3 |
| * | Sort libsodium sources by path in sys/modules/crypto/Makefile. | John Baldwin | 2021-12-16 | 1 | -4/+4 |
| * | Add an implementation of CHACHA20_POLY1305 to cryptosoft. | John Baldwin | 2021-02-18 | 1 | -1/+8 |
| * | Add an OCF algorithm for ChaCha20-Poly1305 AEAD. | John Baldwin | 2021-02-18 | 1 | -0/+1 |
| * | modules/crypto: reenable assembly optimized skein implementation | Ed Maste | 2020-10-10 | 1 | -8/+12 |
| * | modules/crypto: disable optimized assembly skein1024 implementation | Ed Maste | 2020-07-23 | 1 | -8/+8 |
| * | Rename skein_block_asm.s to .S and assemble using Clang IAS | Ed Maste | 2020-06-06 | 1 | -3/+3 |
| * | Also pass SKEIN_USE_ASM to the assembler, via AFLAGS | Ed Maste | 2020-06-05 | 1 | -1/+1 |
| * | Apply C SKEIN_LOOP setting only to skein_block.c | Ed Maste | 2020-06-05 | 1 | -1/+1 |
| * | Add opt_compat.h needed by r359374. | John Baldwin | 2020-06-03 | 1 | -0/+1 |
| * | Remove support for the Blowfish algorithm from OCF. | John Baldwin | 2020-05-11 | 1 | -2/+0 |
| * | Remove support for the skipjack encryption algorithm. | John Baldwin | 2020-05-11 | 1 | -1/+1 |
| * | Remove support for the cast128 encryption algorithm. | John Baldwin | 2020-05-11 | 1 | -1/+1 |
| * | Expose zlib's utility functions in Z_SOLO library when building kernel. | Xin LI | 2019-08-07 | 1 | -1/+0 |
| * | Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib, | Xin LI | 2019-08-01 | 1 | -0/+1 |
| * | Add CBC-MAC authentication. | Sean Eric Fagan | 2019-02-15 | 1 | -0/+2 |
| * | Add xform-conforming auth_hash wrapper for Poly-1305 | Conrad Meyer | 2018-08-17 | 1 | -0/+22 |
| * | Silence non-actionable warnings in vendor code | Matt Macy | 2018-05-19 | 1 | -2/+2 |
| * | blake2: Disable warnings (not just error) for code we will not modify | Conrad Meyer | 2018-04-21 | 1 | -2/+2 |
| * | opencrypto: Integrate Chacha20 algorithm into OCF | Conrad Meyer | 2018-03-29 | 1 | -0/+3 |
| * | Import Blake2 algorithms (blake2b, blake2s) from libb2 | Conrad Meyer | 2018-03-21 | 1 | -0/+10 |
| * | Increase loop unrolling for skein hashes | Allan Jude | 2017-07-01 | 1 | -0/+4 |
| * | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper | 2017-03-04 | 1 | -10/+10 |
| * | Import the skein hashing algorithm, based on the threefish block cipher | Allan Jude | 2016-05-29 | 1 | -0/+8 |
| * | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | Allan Jude | 2015-12-27 | 1 | -1/+1 |
| * | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 1 | -1/+1 |
| * | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 1 | -0/+1 |
| * | I clearly didn't test the modules... add sha256c.c to the various | John-Mark Gurney | 2014-03-16 | 1 | -1/+1 |
| * | Add siphash.c. While here, sort. | Marcel Moolenaar | 2014-03-06 | 1 | -2/+5 |
| * | Chase down cryptodeflate.c change from r259109. | Alfred Perlstein | 2013-12-09 | 1 | -1/+1 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+1 |
| * | List low-level Blowfish ECB module in the SRCS. It looks like it was dropped | Ivan Voras | 2010-09-12 | 1 | -1/+1 |
| * | After adding an SDT provider for opencrypto in r199884 we should also | Bjoern A. Zeeb | 2010-01-07 | 1 | -1/+1 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -1/+2 |
| * | catchup w/ crypto changes | Sam Leffler | 2007-03-21 | 1 | -2/+3 |
| * | This patch fixes a problem, which exists if you have IPSEC in your kernel | Wojciech A. Koszek | 2006-02-27 | 1 | -2/+0 |
| * | just use crypto/rijndael, and nuke opencrypto/rindael.[ch]. | Hajimu UMEMOTO | 2005-03-11 | 1 | -2/+3 |
| * | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | Bruce M Simpson | 2003-12-15 | 1 | -1/+1 |
| * | Module-ize the 'core' crypto stuff. This may still need to be compiled | Mark Murray | 2002-10-16 | 1 | -0/+20 |