]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/opencrypto
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / opencrypto /
2020-12-09 cyMFV r368464:
2020-12-01 mmMFV r368207:
2020-11-26 seUpdate to version 3.2.0
2020-11-25 jhbRemove the cloned file descriptors for /dev/crypto.
2020-11-20 sjgMerge bmake-20201117
2020-11-07 sjgUpdate to bmake-20201101
2020-11-06 jhbUse void * in place of caddr_t.
2020-11-06 jhbGroup session management routines together before first...
2020-11-06 jhbMove cryptof_ioctl() below the routines it calls.
2020-11-06 jhbSplit logic to create new sessions into a separate...
2020-11-05 jhbMove cryptodev_cb earlier before it is used.
2020-11-05 jhbStyle fixes for function prototypes and definitions.
2020-11-05 jhbDon't modify the destination pointer in ioctl requests.
2020-11-03 jhbReplace some K&R function definitions with ANSI C.
2020-11-03 jhbConsistently use C99 fixed-width types in the in-kernel...
2020-10-30 markjopencrypto: Annotate hmac_init_(i|o)pad() to make auth_...
2020-10-19 jhbFix a couple of bugs for asym crypto introduced in...
2020-10-19 jhbMark asymmetric cryptography via OCF deprecated for...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-16 mwAdd support for ESN in cryptosoft
2020-10-16 mwPrepare crypto framework for IPsec ESN support
2020-10-13 jhbAdd support to the KTLS OCF module for AES-CBC MTE...
2020-10-06 jhbSimplify swcr_authcompute() after removal of deprecated...
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-18 mmacyMFV 2.0-rc2
2020-09-15 impInclude sys/types.h here
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-26 jhbName the on-stack union of compat thunks.
2020-08-26 jhbAdd freebsd32 compat support for CIOCCRYPTAEAD.
2020-08-26 jhbSimplify compat shims for /dev/crypto.
2020-08-26 asomerscrypto(9): add CRYPTO_BUF_VMPAGE
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-23 jhbAdd support for KTLS RX via software decryption.
2020-07-23 jhbConsolidate duplicated code into a ktls_ocf_dispatch...
2020-07-20 jhbDon't dynamically allocate data structures for KTLS...
2020-07-20 markjcrypto(9): Stop checking for failures from malloc(M_WAI...
2020-07-17 markjClean up crypto_init().
2020-07-16 jhbAdd crypto_initreq() and crypto_destroyreq().
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-06-30 markjConvert cryptostats to a counter_u64 array.
2020-06-30 markjRemove unused 32-bit compatibility structures from...
2020-06-30 markjRemove CRYPTO_TIMING.
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 jhbZero the temporary HMAC key in hmac_init_pad().
2020-06-25 jhbUse zfree() instead of explicit_bzero() and free().
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-23 jhbStore the AAD in a separate buffer for KTLS.
2020-06-22 jhbAdd support to the crypto framework for separate AAD...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-12 jhbVarious optimizations to software AES-CCM and AES-GCM.
2020-06-12 jhbFix a regression in r361804 for TLS 1.3.
2020-06-10 jhbAdjust crypto_apply function callbacks for OCF.
2020-06-09 jhbAdd a crypto capability flag for accelerated software...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 jhbUse separate output buffers for OCF requests in KTLS.
2020-06-03 jhbAdd explicit bzero's of sensitive data in software...
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 jhbIncrement the correct pointer when a crypto buffer...
2020-05-25 jhbAdd a sysctl knob to use separate output buffers for...
2020-05-25 jhbExport the _kern_crypto sysctl node from crypto.c.
2020-05-25 jhbAdd support for optional separate output buffers to...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-22 jhbCorrect the minimum key length for Camellia to 16 bytes...
2020-05-22 jhbImprove support for stream ciphers in the software...
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 jhbFix libstand build breakage after r361298.
2020-05-20 jhbVarious cleanups to the software encryption transform...
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-13 jhbTrim a few more things I missed from xform_enc.h.
2020-05-11 jhbRemove MD5 HMAC from OCF.
2020-05-11 kpopencrypto: Add missing ioctl exit SDTs
2020-05-11 jhbRemove support for DES and Triple DES from OCF.
2020-05-11 jhbRemove support for the Blowfish algorithm from OCF.
2020-05-11 jhbRemove support for the ARC4 algorithm from OCF.
2020-05-11 jhbRemove support for keyed MD5 and SHA1 authentication...
2020-05-11 jhbRemove support for the skipjack encryption algorithm.
2020-05-11 jhbRemove support for the cast128 encryption algorithm.
next