]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/opencrypto
bc: upgrade to version 3.3.4
[FreeBSD/FreeBSD.git] / sys / opencrypto /
2021-03-19 Stefan Eßerbc: upgrade to version 3.3.4
2021-03-14 Dmitry ChaginMerge tcsh 6.22.03-ceccc7f
2021-03-14 Martin Matuskazfs: merge OpenZFS master-9305ff2ed
2021-03-10 John Baldwinktls: Fix non-inplace TLS 1.3 encryption.
2021-03-05 Mark Johnstonopencrypto: Make cryptosoft attach silently
2021-03-05 John Baldwinpoly1305: Don't export generic Poly1305_* symbols from...
2021-03-05 Mark Johnstonktls: Fix CBC encryption when input and output iov...
2021-03-03 Mark Johnstonktls: Cache output buffers for software encryption
2021-03-03 Martin Matuskazfs: merge OpenZFS master-bedbc13da
2021-03-02 Alex RichardsonUpdate capsicum-test to git commit f4d97414d48b8f8356b9...
2021-02-26 Baptiste Daroussindialog: import dialog 1.3-20210117
2021-02-25 Baptiste Daroussinncurses: import version 6.2-20210220
2021-02-22 Martin Matuskazfs: merge OpenZFS master-9312e0fd1
2021-02-18 Dimitry AndricMerge libcxxrt master 8049924686b8414d8e652cbd2a52c763b...
2021-02-18 John Baldwincryptosoft: Support per-op keys for AES-GCM and AES...
2021-02-18 John BaldwinAdd Chacha20-Poly1305 support in the OCF backend for...
2021-02-18 John BaldwinAdd an implementation of CHACHA20_POLY1305 to cryptosoft.
2021-02-18 John BaldwinAdd an OCF algorithm for ChaCha20-Poly1305 AEAD.
2021-02-18 Martin Matuskazfs: merge OpenZFS master-bf156c966
2021-02-16 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1j
2021-02-16 Alex RichardsonUpdate capsicum-test to git commit 7707222b46abe52d18fd...
2021-02-16 Martin Matuskazfs: merge OpenZFS master-436ab35a5
2021-02-11 Simon J. GerratyMerge bmake-20210206
2021-02-10 Cy SchubertMFV d60fa10fd872db7e3d8cb1e161cfdae026c43b14:
2021-02-08 Mark Johnstonktls: Avoid wakeups and locking for synchronous callbacks
2021-02-08 Mark Johnstonopencrypto: Introduce crypto_dispatch_async()
2021-02-08 Mark Johnstonktls: Use COUNTER_U64_DEFINE_EARLY
2021-02-04 Alex RichardsonImport atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31a...
2021-01-31 Stefan EßerMerge commit '47a52dc4d48f259ab7d9f9ba6b65f4f2331a22dc'
2021-01-25 Philip Paepscontrib/tzdata: import tzdata 2021a
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...
2020-10-30 Mark Johnstonopencrypto: Annotate hmac_init_(i|o)pad() to make auth_...
2020-10-27 Cy SchubertMFV r367082:
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-19 John BaldwinFix a couple of bugs for asym crypto introduced in...
2020-10-19 John BaldwinMark asymmetric cryptography via OCF deprecated for...
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Marcin WojtasAdd support for ESN in cryptosoft
2020-10-16 Marcin WojtasPrepare crypto framework for IPsec ESN support
2020-10-13 John BaldwinAdd support to the KTLS OCF module for AES-CBC MTE...
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-06 John BaldwinSimplify swcr_authcompute() after removal of deprecated...
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-15 Warner LoshInclude sys/types.h here
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-26 John BaldwinName the on-stack union of compat thunks.
2020-08-26 John BaldwinAdd freebsd32 compat support for CIOCCRYPTAEAD.
next