mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Revert "Update NSS to 3.35-RTM"
This reverts commit f1a0f0a56fdd0fc39f255174ce08c06b91c66c94.
This commit is contained in:
parent
5f958910dd
commit
9e32522120
388 changed files with 24887 additions and 43210 deletions
|
|
@ -35,11 +35,13 @@
|
|||
#include "../../lib/freebl/mpi/mpi.h"
|
||||
#endif
|
||||
|
||||
#ifndef NSS_DISABLE_ECC
|
||||
extern SECStatus
|
||||
EC_DecodeParams(const SECItem *encodedParams, ECParams **ecparams);
|
||||
extern SECStatus
|
||||
EC_CopyParams(PLArenaPool *arena, ECParams *dstParams,
|
||||
const ECParams *srcParams);
|
||||
#endif
|
||||
|
||||
#define ENCRYPT 1
|
||||
#define DECRYPT 0
|
||||
|
|
@ -2092,6 +2094,7 @@ get_next_line(FILE *req, char *key, char *val, FILE *rsp)
|
|||
return (c == EOF) ? -1 : ignore;
|
||||
}
|
||||
|
||||
#ifndef NSS_DISABLE_ECC
|
||||
typedef struct curveNameTagPairStr {
|
||||
char *curveName;
|
||||
SECOidTag curveOidTag;
|
||||
|
|
@ -2955,6 +2958,7 @@ loser:
|
|||
}
|
||||
fclose(ecdsareq);
|
||||
}
|
||||
#endif /* NSS_DISABLE_ECC */
|
||||
|
||||
PRBool
|
||||
isblankline(char *b)
|
||||
|
|
@ -5922,7 +5926,8 @@ tls(char *reqfn)
|
|||
goto loser;
|
||||
}
|
||||
crv = NSC_DeriveKey(session, &master_mech, pms_handle,
|
||||
derive_template, derive_template_count - 1,
|
||||
derive_template, derive_template_count -
|
||||
1,
|
||||
&master_handle);
|
||||
if (crv != CKR_OK) {
|
||||
fprintf(stderr, "NSC_DeriveKey(master) failed crv=0x%x\n",
|
||||
|
|
@ -6089,6 +6094,7 @@ main(int argc, char **argv)
|
|||
/* Signature Verification Test */
|
||||
dsa_sigver_test(argv[3]);
|
||||
}
|
||||
#ifndef NSS_DISABLE_ECC
|
||||
/*************/
|
||||
/* ECDSA */
|
||||
/*************/
|
||||
|
|
@ -6107,6 +6113,7 @@ main(int argc, char **argv)
|
|||
/* Signature Verification Test */
|
||||
ecdsa_sigver_test(argv[3]);
|
||||
}
|
||||
#endif /* NSS_DISABLE_ECC */
|
||||
/*************/
|
||||
/* RNG */
|
||||
/*************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue