Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 297012 Details for
Bug 436267
Cannot create an SA with ESP enc only or AH only
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix digest_null support
p (text/plain), 819 bytes, created by
Herbert Xu
on 2008-03-06 09:08:37 UTC
(
hide
)
Description:
Fix digest_null support
Filename:
MIME Type:
Creator:
Herbert Xu
Created:
2008-03-06 09:08:37 UTC
Size:
819 bytes
patch
obsolete
>commit ce5bd4aca3c467936370846119b7f3daf9ccea78 >Author: Herbert Xu <herbert@gondor.apana.org.au> >Date: Fri Dec 14 00:28:40 2007 +0800 > > [CRYPTO] null: Allow setkey on digest_null > > We need to allow setkey on digest_null if it is to be used directly by > authenc instead of through hmac. > > Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> > >diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c >index fc2d2a4..ff7b3de 100644 >--- a/crypto/crypto_null.c >+++ b/crypto/crypto_null.c >@@ -98,6 +98,7 @@ static struct crypto_alg digest_null = { > .cra_list = LIST_HEAD_INIT(digest_null.cra_list), > .cra_u = { .digest = { > .dia_digestsize = NULL_DIGEST_SIZE, >+ .dia_setkey = null_setkey, > .dia_init = null_init, > .dia_update = null_update, > .dia_final = null_final } }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436267
:
297012
|
299254