Open
Bug 213795
Opened 21 years ago
Updated 2 years ago
Add PK11 wrapper functions for AES Key Wrap algorithm
Categories
(NSS :: Libraries, enhancement, P3)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: tejbiz, Unassigned)
Details
(Whiteboard: [xmlsec-nss])
Attachments
(1 file)
2.98 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
Build Identifier:
The AES wrap algorithm needs to be done with the entire
buffer in place and not in multiple steps (Init, update, update..., Final).
However, there is no PK11 wrapper exposed to do a one-step Encrypt
or Decrypt.
There is another related problem: CKM_NETSCAPE_AES_KEY_WRAP* is
missing from the switch statement in PK11_GetKeyType.
I'll be attaching a sample program that attempted to do
AES Unwrapping using the multi-step approach (init, update.. , final)
when the problem was dicsovered.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
Assigned the bug to Nelson.
Nelson, are these the "to do" items you described
in bug 167818 comment 5 and bug 167818 comment 6?
Assignee: wtc → nelsonb
Whiteboard: [xmlsec-nss]
Comment 3•21 years ago
|
||
Yes, this RFE is the one to which I referred in bug 167818 comment 6
Severity: normal → enhancement
Summary: AES Wrap algorithm unusable because of missing PK11 wrappers → Add PK11 wrapper functions for AES Key Wrap algorithm
Comment 4•20 years ago
|
||
This is a feature that no-one seems to really want/need. -> P3
Priority: -- → P3
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•19 years ago
|
QA Contact: jason.m.reid → libraries
Updated•15 years ago
|
Assignee: nelson → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•