mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +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
|
|
@ -1405,23 +1405,10 @@ void CERT_SetStatusConfig(CERTCertDBHandle *handle, CERTStatusConfig *config);
|
|||
void CERT_LockCertRefCount(CERTCertificate *cert);
|
||||
|
||||
/*
|
||||
* Free the cert reference count lock
|
||||
* Release the cert reference count lock
|
||||
*/
|
||||
void CERT_UnlockCertRefCount(CERTCertificate *cert);
|
||||
|
||||
/*
|
||||
* Acquire the cert trust lock
|
||||
* There is currently one global lock for all certs, but I'm putting a cert
|
||||
* arg here so that it will be easy to make it per-cert in the future if
|
||||
* that turns out to be necessary.
|
||||
*/
|
||||
void CERT_LockCertTrust(const CERTCertificate *cert);
|
||||
|
||||
/*
|
||||
* Free the cert trust lock
|
||||
*/
|
||||
void CERT_UnlockCertTrust(const CERTCertificate *cert);
|
||||
|
||||
/*
|
||||
* Digest the cert's subject public key using the specified algorithm.
|
||||
* NOTE: this digests the value of the BIT STRING subjectPublicKey (excluding
|
||||
|
|
@ -1579,6 +1566,12 @@ extern CERTRevocationFlags *CERT_AllocCERTRevocationFlags(
|
|||
*/
|
||||
extern void CERT_DestroyCERTRevocationFlags(CERTRevocationFlags *flags);
|
||||
|
||||
/*
|
||||
* Get istemp and isperm fields from a cert in a thread safe way.
|
||||
*/
|
||||
extern SECStatus CERT_GetCertIsTemp(const CERTCertificate *cert, PRBool *istemp);
|
||||
extern SECStatus CERT_GetCertIsPerm(const CERTCertificate *cert, PRBool *isperm);
|
||||
|
||||
SEC_END_PROTOS
|
||||
|
||||
#endif /* _CERT_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue