opnsense-src/sys
John Baldwin b53f356918 crypto: Fix assertions for digest-only sessions with separate output.
Digest-only sessions do not generate modified payload as an output, so
don't bother asserting anything about the payload with respect to the
output buffer other than the payload output start being zero.

In addition, a verify request on a digest-only session doesn't
generate any output at all so should never have a separate output
buffer.

PR:		252316
Reviewed by:	markj
Co-authored-by:	Jeremy Faulkner <gldisater@gmail.com>
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D35578

(cherry picked from commit c71f2370c5)
2022-07-13 09:25:14 -07:00
..
amd64 vmm: Destroy character devices synchronously. 2022-07-13 09:18:01 -07:00
arm busdma: _bus_dmamap_addseg repaired 2022-07-12 11:26:11 -05:00
arm64 busdma: _bus_dmamap_addseg repaired 2022-07-12 11:26:11 -05:00
bsm
cam CTL: Fix double command completions on HA failover. 2022-06-28 14:14:42 -04:00
cddl Use KERNEL_PANICKED() in more places 2022-06-23 19:19:26 -03:00
compat linprocfs: Decode SGX CPU feature in cpuinfo 2022-07-13 14:48:38 +03:00
conf newvers.sh: Don't use return to exit. 2022-07-13 09:20:34 -07:00
contrib rtw88: update Realtek's rtw88 driver 2022-07-01 13:49:02 +00:00
crypto OpenSSL: Regen assembly file for OpenSSSL 1.1.1q 2022-07-05 12:27:52 -04:00
ddb kerneldump: remove physical from dump routines 2022-06-27 16:32:06 -03:00
dev hwpmc: Permit the minimum sampling count to be set as a sysctl. 2022-07-13 09:19:13 -07:00
dts
fs null_vptocnp(): busy nullfs mp instead of refing it 2022-06-21 15:43:38 +03:00
gdb
geom kerneldump: remove physical from dump routines 2022-06-27 16:32:06 -03:00
gnu
i386 set_cputicker: use a bool 2022-07-04 13:37:05 -03:00
isa
kern Add register sets for NT_THRMISC and NT_PTLWPINFO. 2022-07-13 09:24:54 -07:00
kgssapi
libkern
mips mips busdma: expunge an extra closing brace 2022-07-12 13:47:44 -05:00
modules Enable CRC64 checksums in xz. 2022-07-11 21:43:34 +00:00
net debugnet: Fix an error handling bug in the DDB command tokenizer 2022-06-30 10:12:15 -04:00
net80211 net80211 / LinuxKPI: 802.11: add Control Trigger Subframe information 2022-07-01 13:49:19 +00:00
netgraph ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device. 2022-06-14 11:39:23 +02:00
netinet tcp: Correctly compute the TCP goodput in bits per second by using SEQ_SUB(). 2022-06-30 11:39:43 +02:00
netinet6 rip6: Fix a lock order reversal in rip6_bind() 2022-06-21 08:53:34 -04:00
netipsec
netpfil pf: Improve route-to handling of pfsync'd states 2022-06-18 09:29:18 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed ibcore: Fix sysfs registration error flow 2022-06-27 10:14:49 +02:00
opencrypto crypto: Fix assertions for digest-only sessions with separate output. 2022-07-13 09:25:14 -07:00
powerpc busdma: _bus_dmamap_addseg repaired 2022-07-12 11:26:11 -05:00
riscv busdma: _bus_dmamap_addseg repaired 2022-07-12 11:26:11 -05:00
rpc
security sysent: Get rid of bogus sys/sysent.h include. 2022-06-17 22:35:31 +03:00
sys bitstring: fix ff_area() when start!=0 2022-07-11 01:01:30 -05:00
teken
tests
tools firmware: Map '@' in filenames to '_' in symbols. 2022-07-13 09:19:51 -07:00
ufs ufs_rename(): revert the bump of fvp nlink count in case of EMLINK for tdvp 2022-07-13 11:38:01 +03:00
vm vm_addr_ok: add power2 invariant check 2022-07-12 11:26:12 -05:00
x86 x86 mptable: Include <x86/legacvar.h> for legacy_get_pcibus(). 2022-07-13 09:21:27 -07:00
xdr
xen Create wrapper for Giant taken for newbus 2022-06-21 17:13:20 +02:00
Makefile