Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115677694
D32124.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D32124.diff
View Options
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -889,7 +889,7 @@
dst += cse->ivsize;
}
- if (cop->mac != NULL && crp->crp_op & CRYPTO_OP_VERIFY_DIGEST) {
+ if (crp->crp_op & CRYPTO_OP_VERIFY_DIGEST) {
error = copyin(cop->mac, cod->buf + crp->crp_digest_start,
cse->hashsize);
if (error) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 12:13 AM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17823476
Default Alt Text
D32124.diff (400 B)
Attached To
Mode
D32124: opencrypto: Disallow requests which pass VERIFY_DIGEST without a MAC
Attached
Detach File
Event Timeline
Log In to Comment