diff options
author | Moonchild <moonchild@palemoon.org> | 2023-03-07 13:05:23 +0100 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-03-07 17:36:12 +0100 |
commit | 3f7b0b7164d7479ec16c1c37eda7495b662f44d1 (patch) | |
tree | bf828d1a9677468bb860a5752115b6995a49ca06 /security | |
parent | 98e96503e696c04b6478f01c27ff16eef56599b7 (diff) | |
download | uxp-3f7b0b7164d7479ec16c1c37eda7495b662f44d1.tar.gz |
Issue #1693 - Follow-up: restore exported NSS symbols for mailnews.
This restores the erroneously-removed CMS* symbol exports, as well as a
few NSS functions that are likely to be used or have utility value in
applications.
Diffstat (limited to 'security')
-rw-r--r-- | security/nss.symbols | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/nss.symbols b/security/nss.symbols index 4cd7b4f707..a08d93a85d 100644 --- a/security/nss.symbols +++ b/security/nss.symbols @@ -109,6 +109,7 @@ CERT_FreeNicknames CERT_GenTime2FormattedAscii_Util CERT_GetCertChainFromCert CERT_GetCertEmailAddress +CERT_GetCertificateDer CERT_GetCertificateRequestExtensions CERT_GetCertKeyType CERT_GetCertTimes @@ -182,27 +183,57 @@ HASH_HashBuf HASH_ResultLenByOidTag HASH_Update NSSBase64_DecodeBuffer +NSSBase64_EncodeItem NSSBase64_EncodeItem_Util NSS_CMSContentInfo_GetContent NSS_CMSContentInfo_GetContentTypeTag +NSS_CMSContentInfo_SetContent_Data +NSS_CMSContentInfo_SetContent_EnvelopedData NSS_CMSContentInfo_SetContent_SignedData +NSS_CMSDecoder_Cancel +NSS_CMSDecoder_Finish +NSS_CMSDecoder_Start +NSS_CMSDecoder_Update +NSS_CMSEncoder_Cancel NSS_CMSEncoder_Finish NSS_CMSEncoder_Start +NSS_CMSEncoder_Update +NSS_CMSEnvelopedData_AddRecipient +NSS_CMSEnvelopedData_Create +NSS_CMSEnvelopedData_GetContentInfo NSS_CMSMessage_ContentLevel +NSS_CMSMessage_ContentLevelCount NSS_CMSMessage_Create NSS_CMSMessage_CreateFromDER NSS_CMSMessage_Destroy +NSS_CMSMessage_GetContent NSS_CMSMessage_GetContentInfo NSS_CMSMessage_IsEncrypted NSS_CMSMessage_IsSigned +NSS_CMSRecipientInfo_Create NSS_CMSSignedData_AddCertificate NSS_CMSSignedData_AddCertList +NSS_CMSSignedData_AddSignerInfo +NSS_CMSSignedData_Create NSS_CMSSignedData_CreateCertsOnly NSS_CMSSignedData_Destroy +NSS_CMSSignedData_GetContentInfo +NSS_CMSSignedData_GetDigestAlgs NSS_CMSSignedData_GetSignerInfo +NSS_CMSSignedData_HasDigests +NSS_CMSSignedData_ImportCerts NSS_CMSSignedData_SetDigestValue NSS_CMSSignedData_SignerInfoCount +NSS_CMSSignedData_VerifySignerInfo +NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs +NSS_CMSSignerInfo_AddSigningTime +NSS_CMSSignerInfo_AddSMIMECaps +NSS_CMSSignerInfo_AddSMIMEEncKeyPrefs +NSS_CMSSignerInfo_Create +NSS_CMSSignerInfo_GetSignerCommonName +NSS_CMSSignerInfo_GetSignerEmailAddress NSS_CMSSignerInfo_GetSigningCertificate +NSS_CMSSignerInfo_IncludeCerts NSS_CMSSignerInfo_Verify NSS_FindCertKEAType NSS_GetAlgorithmPolicy @@ -338,6 +369,7 @@ PK11_GetBestSlot PK11_GetBestSlotMultiple PK11_GetBlockSize PK11_GetCertFromPrivateKey +PK11_GetCertsMatchingPrivateKey PK11_GetDefaultArray PK11_GetDefaultFlags PK11_GetDisabledReason @@ -502,6 +534,7 @@ SECITEM_AllocArray SECITEM_AllocItem SECITEM_AllocItem_Util SECITEM_ArenaDupItem_Util +SECITEM_CompareItem SECITEM_CompareItem_Util SECITEM_CopyItem SECITEM_CopyItem_Util |