Closed Bug 1341302 Opened 7 years ago Closed 7 years ago

certutil --pss is undocumented

Categories

(NSS :: Tools, defect)

3.29
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hkario, Unassigned)

References

Details

Attachments

(1 file)

Running the following commands works:

mkdir nssdb/
certutil -N --empty-password -d sql:nssdb/
dd if=/dev/urandom of=noise bs=1 count=32
certutil -S -z ./noise -n rsaca -s "cn=RSA PSS Testing CA" -t "C,C,C" -m 1000 -Z SHA256 -k rsa -g 2048 -x -v 12 -d sql:nssdb/ --keyUsage digitalSignature,certSigning,crlSigning,critical -2 --pss


Generating key.  This may take a few moments...

Is this a CA certificate [y/N]?
y
Enter the path length constraint, enter to skip [<0 for unlimited path]: > 0
Is this a critical extension [y/N]?
y


but --pss is not documented in -H messages:

certutil -H 2>&1 | grep -i pss
echo $?
1

running 3.29.2 beta (13162:c01143dead54)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attachment #8922714 - Flags: review?(kaie)
Attachment #8922714 - Flags: review?(hkario)
Depends on: 1400844, 1290847
Attachment #8922714 - Flags: review?(kaie) → review+
Attachment #8922714 - Flags: review?(hkario) → review+
Thank you for the review.  Landed as:
https://hg.mozilla.org/projects/nss/rev/c04395842414
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.34
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: