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)

enhancement

Tracking

(Not tracked)

People

(Reporter: tejbiz, Unassigned)

Details

(Whiteboard: [xmlsec-nss])

Attachments

(1 file)

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.
sample program attempting AES unwrap
Status: UNCONFIRMED → NEW
Ever confirmed: true
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]
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
This is a feature that no-one seems to really want/need. -> P3
Priority: -- → P3
QA Contact: bishakhabanerjee → jason.m.reid
QA Contact: jason.m.reid → libraries
Assignee: nelson → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: