]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/opencrypto
epair: Simplify the transmit path and address lost wakeups
[FreeBSD/FreeBSD.git] / sys / opencrypto /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 John Baldwinktls_ocf: Reject encrypted TLS records using AEAD that...
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-08-29 Ed Masteopencrypto: mark INVARIANTS variables as __diagused
2022-07-15 Mark Johnstoncrypto: Validate return values from CRYPTODEV_PROCESS()
2022-07-13 John Baldwincrypto: Fix assertions for digest-only sessions with...
2022-07-08 Mark Johnstoncrypto: Fix the NULL_HMAC finalizer
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-05-13 John BaldwinKTLS: Free the MAC session when destroying AES-CBC...
2022-05-10 John Baldwincryptodev: Use a private malloc type (M_CRYPTODEV)...
2022-04-29 John BaldwinOCF: Add crypto_clonereq().
2022-04-29 John Baldwincryptodev.h: Drop 'extern' from function prototypes.
2022-04-29 John Baldwincrypto: Define POLY1305_BLOCK_LEN constant.
2022-04-29 John Baldwinktls: Support for TLS 1.3 receive offload.
2022-04-29 John BaldwinGMAC: Reset initial hash value and counter in AES_GMAC_...
2022-04-29 John Baldwincrypto: Don't assert for empty output buffers.
2022-04-29 John Baldwincryptosoft: Reject AES-CCM/GCM sessions with invalid...
2022-04-29 John Baldwincrypto: Validate AES-GCM IV length in check_csp().
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-18 Mark Johnstonopencrypto: Add a routine to copy a crypto buffer cursor
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-11-23 John Baldwinktls: Split encrypt vs decrypt OCF counters.
2021-11-23 John BaldwinDrop "All rights reserved" from a Netflix copyright.
2021-11-23 John Baldwincrypto: Cleanup mtx_init() calls.
2021-11-23 John Baldwincrypto: Use a single "crypto" kproc for all of the...
2021-11-23 John Baldwinktls: Fix assertion for TLS 1.0 CBC when using non...
2021-11-23 John Baldwinktls_ocf: Fix a few places to not hardcode the GMAC...
2021-11-23 John BaldwinAdd Chacha20-Poly1305 support in the OCF backend for...
2021-11-23 John Baldwincrypto: Don't assert on valid IV length for Chacha20...
2021-10-21 John Baldwincrypto: Support Chacha20-Poly1305 with a nonce size...
2021-10-21 John Baldwincryptosoft: Fix support for variable tag lengths in...
2021-10-21 John Baldwincrypto: Support multiple nonce lengths for AES-CCM.
2021-10-21 John Baldwincryptodev: Allow some CIOCCRYPT operations with an...
2021-10-21 John Baldwincryptodev: Permit CIOCCRYPT for AEAD ciphers.
2021-10-21 John Baldwincryptodev: Permit explicit IV/nonce and MAC/tag lengths.
2021-10-21 John Baldwincryptosoft, ccr: Use crp_iv directly for AES-CCM and...
2021-10-21 John Baldwincrypto: Permit variable-sized IVs for ciphers with...
2021-10-21 John Baldwincryptosoft: Use crypto_cursor_segment().
2021-10-21 John Baldwincrypto: Add crypto_cursor_segment() to fetch both base...
2021-10-21 John Baldwincrypto: Add a new type of crypto buffer for a single...
2021-10-21 John BaldwinSupport unmapped mbufs in crypto buffers.
2021-10-21 John Baldwincryptodev: Use 'csp' in the handlers for requests.
2021-10-21 John Baldwinpoly1305: Don't export generic Poly1305_* symbols from...
2021-10-21 John Baldwincryptosoft: Support per-op keys for AES-GCM and AES...
2021-10-21 John BaldwinAdd an implementation of CHACHA20_POLY1305 to cryptosoft.
2021-10-21 John BaldwinAdd an OCF algorithm for ChaCha20-Poly1305 AEAD.
2021-10-01 Mark Johnstonopencrypto: Disallow requests which pass VERIFY_DIGEST...
2021-09-27 Mark Johnstonopencrypto: Allow kern.crypto.allow_soft to be specifie...
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-05-14 Mark Johnstoncryptodev: Fix some input validation bugs
2021-04-26 John BaldwinFix a typo in a comment: frame -> framework.
2021-03-12 Mark Johnstonopencrypto: Make cryptosoft attach silently
2021-02-15 Mark Johnstonktls: Use COUNTER_U64_DEFINE_EARLY
2021-01-20 Mark Johnstonopencrypto: Add comments describing the new crypto_sess...
2021-01-20 Mark Johnstonopencrypto: Fix assignment of crypto completions to...
2021-01-20 Mark Johnstonopencrypto: Embed the driver softc in the session structure
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-25 John BaldwinRemove the cloned file descriptors for /dev/crypto.
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-06 John BaldwinUse void * in place of caddr_t.
2020-11-06 John BaldwinGroup session management routines together before first...
2020-11-06 John BaldwinMove cryptof_ioctl() below the routines it calls.
2020-11-06 John BaldwinSplit logic to create new sessions into a separate...
2020-11-05 John BaldwinMove cryptodev_cb earlier before it is used.
2020-11-05 John BaldwinStyle fixes for function prototypes and definitions.
2020-11-05 John BaldwinDon't modify the destination pointer in ioctl requests.
2020-11-03 John BaldwinReplace some K&R function definitions with ANSI C.
2020-11-03 John BaldwinConsistently use C99 fixed-width types in the in-kernel...
next