mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +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
|
|
@ -504,8 +504,6 @@ extern CERTCertificate *CERT_FindCertByKeyID(CERTCertDBHandle *handle,
|
|||
*/
|
||||
extern CERTCertificate *CERT_FindCertByIssuerAndSN(
|
||||
CERTCertDBHandle *handle, CERTIssuerAndSN *issuerAndSN);
|
||||
extern CERTCertificate *CERT_FindCertByIssuerAndSNCX(
|
||||
CERTCertDBHandle *handle, CERTIssuerAndSN *issuerAndSN, void *wincx);
|
||||
|
||||
/*
|
||||
** Find a certificate in the database by a subject key ID
|
||||
|
|
@ -549,9 +547,6 @@ CERTCertificate *CERT_FindCertByEmailAddr(CERTCertDBHandle *handle,
|
|||
*/
|
||||
CERTCertificate *CERT_FindCertByNicknameOrEmailAddr(CERTCertDBHandle *handle,
|
||||
const char *name);
|
||||
CERTCertificate *CERT_FindCertByNicknameOrEmailAddrCX(CERTCertDBHandle *handle,
|
||||
const char *name,
|
||||
void *wincx);
|
||||
|
||||
/*
|
||||
** Find a certificate in the database by a email address or nickname
|
||||
|
|
@ -560,9 +555,6 @@ CERTCertificate *CERT_FindCertByNicknameOrEmailAddrCX(CERTCertDBHandle *handle,
|
|||
*/
|
||||
CERTCertificate *CERT_FindCertByNicknameOrEmailAddrForUsage(
|
||||
CERTCertDBHandle *handle, const char *name, SECCertUsage lookingForUsage);
|
||||
CERTCertificate *CERT_FindCertByNicknameOrEmailAddrForUsageCX(
|
||||
CERTCertDBHandle *handle, const char *name, SECCertUsage lookingForUsage,
|
||||
void *wincx);
|
||||
|
||||
/*
|
||||
** Find a certificate in the database by a digest of a subject public key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue