mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Update NSS to 3.48 while keeping vc2013 hackfix and no-sslkeylogfile intact.
This commit is contained in:
parent
0b9855b841
commit
171849c8e5
351 changed files with 115185 additions and 57946 deletions
|
|
@ -236,6 +236,8 @@ PK11_GetKeyType(CK_MECHANISM_TYPE type, unsigned long len)
|
|||
case CKM_AES_GCM:
|
||||
case CKM_AES_MAC:
|
||||
case CKM_AES_MAC_GENERAL:
|
||||
case CKM_AES_CMAC:
|
||||
case CKM_AES_CMAC_GENERAL:
|
||||
case CKM_AES_CBC_PAD:
|
||||
case CKM_AES_KEY_GEN:
|
||||
case CKM_NETSCAPE_AES_KEY_WRAP:
|
||||
|
|
@ -453,6 +455,8 @@ PK11_GetKeyGenWithSize(CK_MECHANISM_TYPE type, int size)
|
|||
case CKM_AES_GCM:
|
||||
case CKM_AES_MAC:
|
||||
case CKM_AES_MAC_GENERAL:
|
||||
case CKM_AES_CMAC:
|
||||
case CKM_AES_CMAC_GENERAL:
|
||||
case CKM_AES_CBC_PAD:
|
||||
case CKM_AES_KEY_GEN:
|
||||
return CKM_AES_KEY_GEN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue