Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102745881
D20043.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D20043.diff
View Options
Index: head/sys/opencrypto/cbc_mac.c
===================================================================
--- head/sys/opencrypto/cbc_mac.c
+++ head/sys/opencrypto/cbc_mac.c
@@ -82,9 +82,6 @@
uint8_t *bp = b0, flags = 0;
uint8_t L = 0;
uint64_t dataLength = ctx->cryptDataLength;
-
- KASSERT(ctx->authDataLength != 0 || ctx->cryptDataLength != 0,
- ("Auth Data and Data lengths cannot both be 0"));
KASSERT(nonceLen >= 7 && nonceLen <= 13,
("nonceLen must be between 7 and 13 bytes"));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 3:34 PM (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14681611
Default Alt Text
D20043.diff (506 B)
Attached To
Mode
D20043: Don't panic for empty CCM requests.
Attached
Detach File
Event Timeline
Log In to Comment