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 301582 Details for
Bug 441425
IPV6DOD: aes-ctr definition needs to be added to xfrm_nalgo.c
[?]
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.
Add aes-ctr definition to list of ipsec algorithms to be used in xfrm_nalgo.c.
ctr.patch (text/plain), 710 bytes, created by
IBM Bug Proxy
on 2008-04-08 00:48:35 UTC
(
hide
)
Description:
Add aes-ctr definition to list of ipsec algorithms to be used in xfrm_nalgo.c.
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2008-04-08 00:48:35 UTC
Size:
710 bytes
patch
obsolete
>diff -urpN linux-2.6.18.ppc64.orig/net/xfrm/xfrm_nalgo.c linux-2.6.18.ppc64.sb/net/xfrm/xfrm_nalgo.c >--- linux-2.6.18.ppc64.orig/net/xfrm/xfrm_nalgo.c 2008-04-04 06:34:33.000000000 -0500 >+++ linux-2.6.18.ppc64.sb/net/xfrm/xfrm_nalgo.c 2008-04-04 13:21:53.000000000 -0500 >@@ -332,6 +332,23 @@ static struct xfrm_nalgo_desc ealg_list[ > .sadb_alg_maxbits = 256 > } > }, >+{ >+ .name = "rfc3686(ctr(aes))", >+ >+ .uinfo = { >+ .encr = { >+ .blockbits = 128, >+ .defkeybits = 160, /* 128-bit key + 32-bit nonce */ >+ } >+ }, >+ >+ .desc = { >+ .sadb_alg_id = SADB_X_EALG_AESCTR, >+ .sadb_alg_ivlen = 8, >+ .sadb_alg_minbits = 128, >+ .sadb_alg_maxbits = 256 >+ } >+}, > }; > > static struct xfrm_nalgo_desc calg_list[] = {
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 Raw
Actions:
View
Attachments on
bug 441425
: 301582