mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +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
|
|
@ -10,6 +10,7 @@ extern int FREEBL_InitStubs(void);
|
|||
#endif
|
||||
|
||||
#include "loader.h"
|
||||
#include "cmac.h"
|
||||
#include "alghmac.h"
|
||||
#include "hmacct.h"
|
||||
#include "blapii.h"
|
||||
|
|
@ -317,10 +318,18 @@ static const struct FREEBLVectorStr vector =
|
|||
|
||||
/* End of Version 3.020 */
|
||||
|
||||
ChaCha20_Xor
|
||||
ChaCha20_Xor,
|
||||
|
||||
/* End of version 3.021 */
|
||||
|
||||
CMAC_Init,
|
||||
CMAC_Create,
|
||||
CMAC_Begin,
|
||||
CMAC_Update,
|
||||
CMAC_Finish,
|
||||
CMAC_Destroy
|
||||
|
||||
/* End of version 3.022 */
|
||||
};
|
||||
|
||||
const FREEBLVector*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue