mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -93,6 +93,8 @@
|
|||
#define CKA_NSS_JPAKE_X2 (CKA_NSS + 32)
|
||||
#define CKA_NSS_JPAKE_X2S (CKA_NSS + 33)
|
||||
|
||||
#define CKA_NSS_MOZILLA_CA_POLICY (CKA_NSS + 34)
|
||||
|
||||
/*
|
||||
* Trust attributes:
|
||||
*
|
||||
|
|
@ -222,6 +224,12 @@
|
|||
#define CKM_NSS_CHACHA20_KEY_GEN (CKM_NSS + 27)
|
||||
#define CKM_NSS_CHACHA20_POLY1305 (CKM_NSS + 28)
|
||||
|
||||
/* Additional PKCS #12 PBE algorithms defined in v1.1 */
|
||||
#define CKM_NSS_PKCS12_PBE_SHA224_HMAC_KEY_GEN (CKM_NSS + 29)
|
||||
#define CKM_NSS_PKCS12_PBE_SHA256_HMAC_KEY_GEN (CKM_NSS + 30)
|
||||
#define CKM_NSS_PKCS12_PBE_SHA384_HMAC_KEY_GEN (CKM_NSS + 31)
|
||||
#define CKM_NSS_PKCS12_PBE_SHA512_HMAC_KEY_GEN (CKM_NSS + 32)
|
||||
|
||||
/*
|
||||
* HISTORICAL:
|
||||
* Do not attempt to use these. They are only used by NETSCAPE's internal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue