зеркало из https://github.com/mozilla/gecko-dev.git
Added mapfiles for libnss3.so, libsmime.so, and libssl3.so. The linkers
on Solaris and Linux support mapfiles (also called version scripts). Added Files: nss/mapfile smime/mapfile ssl/mapfile
This commit is contained in:
Родитель
06d6488334
Коммит
4f92128074
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,226 @@
|
||||||
|
#
|
||||||
|
# The contents of this file are subject to the Mozilla Public
|
||||||
|
# License Version 1.1 (the "License"); you may not use this file
|
||||||
|
# except in compliance with the License. You may obtain a copy of
|
||||||
|
# the License at http://www.mozilla.org/MPL/
|
||||||
|
#
|
||||||
|
# Software distributed under the License is distributed on an "AS
|
||||||
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||||
|
# implied. See the License for the specific language governing
|
||||||
|
# rights and limitations under the License.
|
||||||
|
#
|
||||||
|
# The Original Code is the Netscape security libraries.
|
||||||
|
#
|
||||||
|
# The Initial Developer of the Original Code is Netscape
|
||||||
|
# Communications Corporation. Portions created by Netscape are
|
||||||
|
# Copyright (C) 2000 Netscape Communications Corporation. All
|
||||||
|
# Rights Reserved.
|
||||||
|
#
|
||||||
|
# Contributor(s):
|
||||||
|
#
|
||||||
|
# Alternatively, the contents of this file may be used under the
|
||||||
|
# terms of the GNU General Public License Version 2 or later (the
|
||||||
|
# "GPL"), in which case the provisions of the GPL are applicable
|
||||||
|
# instead of those above. If you wish to allow use of your
|
||||||
|
# version of this file only under the terms of the GPL and not to
|
||||||
|
# allow others to use your version of this file under the MPL,
|
||||||
|
# indicate your decision by deleting the provisions above and
|
||||||
|
# replace them with the notice and other provisions required by
|
||||||
|
# the GPL. If you do not delete the provisions above, a recipient
|
||||||
|
# may use your version of this file under either the MPL or the
|
||||||
|
# GPL.
|
||||||
|
#
|
||||||
|
|
||||||
|
NSS_3.2 { # NSS 3.2 release
|
||||||
|
global:
|
||||||
|
NSS_CMSAlgArray_GetIndexByAlgID;
|
||||||
|
NSS_CMSAlgArray_GetIndexByAlgTag;
|
||||||
|
NSS_CMSArray_Add;
|
||||||
|
NSS_CMSArray_Alloc;
|
||||||
|
NSS_CMSArray_Count;
|
||||||
|
NSS_CMSArray_IsEmpty;
|
||||||
|
NSS_CMSArray_Sort;
|
||||||
|
NSS_CMSArray_SortByDER;
|
||||||
|
NSS_CMSAttributeArray_AddAttr;
|
||||||
|
NSS_CMSAttributeArray_Encode;
|
||||||
|
NSS_CMSAttributeArray_FindAttrByOidTag;
|
||||||
|
NSS_CMSAttributeArray_Reorder;
|
||||||
|
NSS_CMSAttributeArray_SetAttr;
|
||||||
|
NSS_CMSAttribute_AddValue;
|
||||||
|
NSS_CMSAttribute_CompareValue;
|
||||||
|
NSS_CMSAttribute_Create;
|
||||||
|
NSS_CMSAttribute_GetType;
|
||||||
|
NSS_CMSAttribute_GetValue;
|
||||||
|
NSS_CMSCipherContext_Decrypt;
|
||||||
|
NSS_CMSCipherContext_DecryptLength;
|
||||||
|
NSS_CMSCipherContext_Destroy;
|
||||||
|
NSS_CMSCipherContext_Encrypt;
|
||||||
|
NSS_CMSCipherContext_EncryptLength;
|
||||||
|
NSS_CMSCipherContext_StartDecrypt;
|
||||||
|
NSS_CMSCipherContext_StartEncrypt;
|
||||||
|
NSS_CMSContentInfo_Destroy;
|
||||||
|
NSS_CMSContentInfo_GetBulkKey;
|
||||||
|
NSS_CMSContentInfo_GetBulkKeySize;
|
||||||
|
NSS_CMSContentInfo_GetChildContentInfo;
|
||||||
|
NSS_CMSContentInfo_GetContent;
|
||||||
|
NSS_CMSContentInfo_GetContentEncAlg;
|
||||||
|
NSS_CMSContentInfo_GetContentEncAlgTag;
|
||||||
|
NSS_CMSContentInfo_GetContentTypeOID;
|
||||||
|
NSS_CMSContentInfo_GetContentTypeTag;
|
||||||
|
NSS_CMSContentInfo_GetInnerContent;
|
||||||
|
NSS_CMSContentInfo_SetBulkKey;
|
||||||
|
NSS_CMSContentInfo_SetContent;
|
||||||
|
NSS_CMSContentInfo_SetContentEncAlg;
|
||||||
|
NSS_CMSContentInfo_SetContentEncAlgID;
|
||||||
|
NSS_CMSContentInfo_SetContent_Data;
|
||||||
|
NSS_CMSContentInfo_SetContent_DigestedData;
|
||||||
|
NSS_CMSContentInfo_SetContent_EncryptedData;
|
||||||
|
NSS_CMSContentInfo_SetContent_EnvelopedData;
|
||||||
|
NSS_CMSContentInfo_SetContent_SignedData;
|
||||||
|
NSS_CMSContent_GetContentInfo;
|
||||||
|
NSS_CMSDEREncode;
|
||||||
|
NSS_CMSDecoder_Cancel;
|
||||||
|
NSS_CMSDecoder_Finish;
|
||||||
|
NSS_CMSDecoder_Start;
|
||||||
|
NSS_CMSDecoder_Update;
|
||||||
|
NSS_CMSDigestContext_Cancel;
|
||||||
|
NSS_CMSDigestContext_FinishMultiple;
|
||||||
|
NSS_CMSDigestContext_FinishSingle;
|
||||||
|
NSS_CMSDigestContext_StartMultiple;
|
||||||
|
NSS_CMSDigestContext_StartSingle;
|
||||||
|
NSS_CMSDigestContext_Update;
|
||||||
|
NSS_CMSDigestedData_Create;
|
||||||
|
NSS_CMSDigestedData_Decode_AfterData;
|
||||||
|
NSS_CMSDigestedData_Decode_AfterEnd;
|
||||||
|
NSS_CMSDigestedData_Decode_BeforeData;
|
||||||
|
NSS_CMSDigestedData_Destroy;
|
||||||
|
NSS_CMSDigestedData_Encode_AfterData;
|
||||||
|
NSS_CMSDigestedData_Encode_BeforeData;
|
||||||
|
NSS_CMSDigestedData_Encode_BeforeStart;
|
||||||
|
NSS_CMSDigestedData_GetContentInfo;
|
||||||
|
NSS_CMSEncoder_Cancel;
|
||||||
|
NSS_CMSEncoder_Finish;
|
||||||
|
NSS_CMSEncoder_Start;
|
||||||
|
NSS_CMSEncoder_Update;
|
||||||
|
NSS_CMSEncryptedData_Create;
|
||||||
|
NSS_CMSEncryptedData_Decode_AfterData;
|
||||||
|
NSS_CMSEncryptedData_Decode_AfterEnd;
|
||||||
|
NSS_CMSEncryptedData_Decode_BeforeData;
|
||||||
|
NSS_CMSEncryptedData_Destroy;
|
||||||
|
NSS_CMSEncryptedData_Encode_AfterData;
|
||||||
|
NSS_CMSEncryptedData_Encode_BeforeData;
|
||||||
|
NSS_CMSEncryptedData_Encode_BeforeStart;
|
||||||
|
NSS_CMSEncryptedData_GetContentInfo;
|
||||||
|
NSS_CMSEnvelopedData_AddRecipient;
|
||||||
|
NSS_CMSEnvelopedData_Create;
|
||||||
|
NSS_CMSEnvelopedData_Decode_AfterData;
|
||||||
|
NSS_CMSEnvelopedData_Decode_AfterEnd;
|
||||||
|
NSS_CMSEnvelopedData_Decode_BeforeData;
|
||||||
|
NSS_CMSEnvelopedData_Destroy;
|
||||||
|
NSS_CMSEnvelopedData_Encode_AfterData;
|
||||||
|
NSS_CMSEnvelopedData_Encode_BeforeData;
|
||||||
|
NSS_CMSEnvelopedData_Encode_BeforeStart;
|
||||||
|
NSS_CMSEnvelopedData_GetContentInfo;
|
||||||
|
NSS_CMSMessage_ContainsCertsOrCrls;
|
||||||
|
NSS_CMSMessage_ContentLevel;
|
||||||
|
NSS_CMSMessage_ContentLevelCount;
|
||||||
|
NSS_CMSMessage_Copy;
|
||||||
|
NSS_CMSMessage_Create;
|
||||||
|
NSS_CMSMessage_CreateFromDER;
|
||||||
|
NSS_CMSMessage_Destroy;
|
||||||
|
NSS_CMSMessage_GetArena;
|
||||||
|
NSS_CMSMessage_GetContent;
|
||||||
|
NSS_CMSMessage_GetContentInfo;
|
||||||
|
NSS_CMSMessage_IsContentEmpty;
|
||||||
|
NSS_CMSMessage_IsEncrypted;
|
||||||
|
NSS_CMSMessage_IsSigned;
|
||||||
|
NSS_CMSMessage_SetEncodingParams;
|
||||||
|
NSS_CMSRecipientEncryptedKey_Create;
|
||||||
|
NSS_CMSRecipientInfo_Create;
|
||||||
|
NSS_CMSRecipientInfo_Destroy;
|
||||||
|
NSS_CMSRecipientInfo_GetEncryptedKey;
|
||||||
|
NSS_CMSRecipientInfo_GetKeyEncryptionAlgorithmTag;
|
||||||
|
NSS_CMSRecipientInfo_GetVersion;
|
||||||
|
NSS_CMSRecipientInfo_UnwrapBulkKey;
|
||||||
|
NSS_CMSRecipientInfo_WrapBulkKey;
|
||||||
|
NSS_CMSSignedData_AddCertChain;
|
||||||
|
NSS_CMSSignedData_AddCertList;
|
||||||
|
NSS_CMSSignedData_AddCertificate;
|
||||||
|
NSS_CMSSignedData_AddDigest;
|
||||||
|
NSS_CMSSignedData_AddSignerInfo;
|
||||||
|
NSS_CMSSignedData_ContainsCertsOrCrls;
|
||||||
|
NSS_CMSSignedData_Create;
|
||||||
|
NSS_CMSSignedData_CreateCertsOnly;
|
||||||
|
NSS_CMSSignedData_Decode_AfterData;
|
||||||
|
NSS_CMSSignedData_Decode_AfterEnd;
|
||||||
|
NSS_CMSSignedData_Decode_BeforeData;
|
||||||
|
NSS_CMSSignedData_Destroy;
|
||||||
|
NSS_CMSSignedData_Encode_AfterData;
|
||||||
|
NSS_CMSSignedData_Encode_BeforeData;
|
||||||
|
NSS_CMSSignedData_Encode_BeforeStart;
|
||||||
|
NSS_CMSSignedData_GetCertificateList;
|
||||||
|
NSS_CMSSignedData_GetContentInfo;
|
||||||
|
NSS_CMSSignedData_GetDigestAlgs;
|
||||||
|
NSS_CMSSignedData_GetDigestByAlgTag;
|
||||||
|
NSS_CMSSignedData_GetDigestValue;
|
||||||
|
NSS_CMSSignedData_GetSignerInfo;
|
||||||
|
NSS_CMSSignedData_GetSignerInfos;
|
||||||
|
NSS_CMSSignedData_HasDigests;
|
||||||
|
NSS_CMSSignedData_ImportCerts;
|
||||||
|
NSS_CMSSignedData_SetDigestValue;
|
||||||
|
NSS_CMSSignedData_SetDigests;
|
||||||
|
NSS_CMSSignedData_SignerInfoCount;
|
||||||
|
NSS_CMSSignedData_VerifyCertsOnly;
|
||||||
|
NSS_CMSSignedData_VerifySignerInfo;
|
||||||
|
NSS_CMSSignerInfo_AddAuthAttr;
|
||||||
|
NSS_CMSSignerInfo_AddCounterSignature;
|
||||||
|
NSS_CMSSignerInfo_AddSMIMECaps;
|
||||||
|
NSS_CMSSignerInfo_AddSMIMEEncKeyPrefs;
|
||||||
|
NSS_CMSSignerInfo_AddSigningTime;
|
||||||
|
NSS_CMSSignerInfo_AddUnauthAttr;
|
||||||
|
NSS_CMSSignerInfo_Create;
|
||||||
|
NSS_CMSSignerInfo_Destroy;
|
||||||
|
NSS_CMSSignerInfo_GetCertList;
|
||||||
|
NSS_CMSSignerInfo_GetDigestAlg;
|
||||||
|
NSS_CMSSignerInfo_GetDigestAlgTag;
|
||||||
|
NSS_CMSSignerInfo_GetSignerCommonName;
|
||||||
|
NSS_CMSSignerInfo_GetSignerEmailAddress;
|
||||||
|
NSS_CMSSignerInfo_GetSigningCertificate;
|
||||||
|
NSS_CMSSignerInfo_GetSigningTime;
|
||||||
|
NSS_CMSSignerInfo_GetVerificationStatus;
|
||||||
|
NSS_CMSSignerInfo_GetVersion;
|
||||||
|
NSS_CMSSignerInfo_IncludeCerts;
|
||||||
|
NSS_CMSSignerInfo_Sign;
|
||||||
|
NSS_CMSSignerInfo_Verify;
|
||||||
|
NSS_CMSSignerInfo_VerifyCertificate;
|
||||||
|
NSS_CMSUtil_DERCompare;
|
||||||
|
NSS_CMSUtil_DecryptSymKey_ESDH;
|
||||||
|
NSS_CMSUtil_DecryptSymKey_MISSI;
|
||||||
|
NSS_CMSUtil_DecryptSymKey_RSA;
|
||||||
|
NSS_CMSUtil_EncryptSymKey_ESDH;
|
||||||
|
NSS_CMSUtil_EncryptSymKey_MISSI;
|
||||||
|
NSS_CMSUtil_EncryptSymKey_RSA;
|
||||||
|
NSS_CMSUtil_GetHashObjByAlgID;
|
||||||
|
NSS_CMSUtil_GetSizeByTypeTag;
|
||||||
|
NSS_CMSUtil_GetTemplateByTypeTag;
|
||||||
|
NSS_CMSUtil_MakeSignatureAlgorithm;
|
||||||
|
NSS_CMSUtil_VerificationStatusToString;
|
||||||
|
NSS_PointerToCMSDigestedDataTemplate;
|
||||||
|
NSS_PointerToCMSEncryptedDataTemplate;
|
||||||
|
NSS_PointerToCMSEnvelopedDataTemplate;
|
||||||
|
NSS_PointerToCMSSignedDataTemplate;
|
||||||
|
NSS_SMIMEKEAParamTemplateAllParams;
|
||||||
|
NSS_SMIMEKEAParamTemplateNoSkipjack;
|
||||||
|
NSS_SMIMEKEAParamTemplateSkipjack;
|
||||||
|
NSS_SMIMESignerInfo_SaveSMIMEProfile;
|
||||||
|
NSS_SMIMEUtil_AllowCipher;
|
||||||
|
NSS_SMIMEUtil_CreateSMIMECapabilities;
|
||||||
|
NSS_SMIMEUtil_CreateSMIMEEncKeyPrefs;
|
||||||
|
NSS_SMIMEUtil_DecryptionAllowed;
|
||||||
|
NSS_SMIMEUtil_EnableCipher;
|
||||||
|
NSS_SMIMEUtil_EncryptionPossible;
|
||||||
|
NSS_SMIMEUtil_FindBulkAlgForRecipients;
|
||||||
|
NSS_SMIMEUtil_GetCertFromEncryptionKeyPreference;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
|
@ -0,0 +1,101 @@
|
||||||
|
#
|
||||||
|
# The contents of this file are subject to the Mozilla Public
|
||||||
|
# License Version 1.1 (the "License"); you may not use this file
|
||||||
|
# except in compliance with the License. You may obtain a copy of
|
||||||
|
# the License at http://www.mozilla.org/MPL/
|
||||||
|
#
|
||||||
|
# Software distributed under the License is distributed on an "AS
|
||||||
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||||
|
# implied. See the License for the specific language governing
|
||||||
|
# rights and limitations under the License.
|
||||||
|
#
|
||||||
|
# The Original Code is the Netscape security libraries.
|
||||||
|
#
|
||||||
|
# The Initial Developer of the Original Code is Netscape
|
||||||
|
# Communications Corporation. Portions created by Netscape are
|
||||||
|
# Copyright (C) 2000 Netscape Communications Corporation. All
|
||||||
|
# Rights Reserved.
|
||||||
|
#
|
||||||
|
# Contributor(s):
|
||||||
|
#
|
||||||
|
# Alternatively, the contents of this file may be used under the
|
||||||
|
# terms of the GNU General Public License Version 2 or later (the
|
||||||
|
# "GPL"), in which case the provisions of the GPL are applicable
|
||||||
|
# instead of those above. If you wish to allow use of your
|
||||||
|
# version of this file only under the terms of the GPL and not to
|
||||||
|
# allow others to use your version of this file under the MPL,
|
||||||
|
# indicate your decision by deleting the provisions above and
|
||||||
|
# replace them with the notice and other provisions required by
|
||||||
|
# the GPL. If you do not delete the provisions above, a recipient
|
||||||
|
# may use your version of this file under either the MPL or the
|
||||||
|
# GPL.
|
||||||
|
#
|
||||||
|
|
||||||
|
NSS_3.2 { # NSS 3.2 release
|
||||||
|
global:
|
||||||
|
NSS_CmpCertChainWCANames;
|
||||||
|
NSS_FindCertKEAType;
|
||||||
|
NSS_GetClientAuthData;
|
||||||
|
NSS_SetDomesticPolicy;
|
||||||
|
NSS_SetExportPolicy;
|
||||||
|
NSS_SetFrancePolicy;
|
||||||
|
SSL3_SendAlert;
|
||||||
|
SSL_AuthCertificate;
|
||||||
|
SSL_AuthCertificateHook;
|
||||||
|
SSL_BadCertHook;
|
||||||
|
SSL_CertDBHandleSet;
|
||||||
|
SSL_CheckDirectSock;
|
||||||
|
SSL_CipherPolicyGet;
|
||||||
|
SSL_CipherPolicySet;
|
||||||
|
SSL_CipherPrefGet;
|
||||||
|
SSL_CipherPrefGetDefault;
|
||||||
|
SSL_CipherPrefSet;
|
||||||
|
SSL_CipherPrefSetDefault;
|
||||||
|
SSL_ClearSessionCache;
|
||||||
|
SSL_ConfigMPServerSIDCache;
|
||||||
|
SSL_ConfigSecureServer;
|
||||||
|
SSL_ConfigServerSessionIDCache;
|
||||||
|
SSL_ConfigSockd;
|
||||||
|
SSL_DataPending;
|
||||||
|
SSL_Enable;
|
||||||
|
SSL_EnableCipher;
|
||||||
|
SSL_EnableDefault;
|
||||||
|
SSL_ForceHandshake;
|
||||||
|
SSL_GetClientAuthDataHook;
|
||||||
|
SSL_GetSessionID;
|
||||||
|
SSL_HandshakeCallback;
|
||||||
|
SSL_ImplementedCiphers;
|
||||||
|
SSL_ImportFD;
|
||||||
|
SSL_InheritMPServerSIDCache;
|
||||||
|
SSL_InvalidateSession;
|
||||||
|
SSL_NumImplementedCiphers;
|
||||||
|
SSL_OptionGet;
|
||||||
|
SSL_OptionGetDefault;
|
||||||
|
SSL_OptionSet;
|
||||||
|
SSL_OptionSetDefault;
|
||||||
|
SSL_PeerCertificate;
|
||||||
|
SSL_PreencryptedFileToStream;
|
||||||
|
SSL_PreencryptedStreamToFile;
|
||||||
|
SSL_ReHandshake;
|
||||||
|
SSL_ReadSocksConfFile;
|
||||||
|
SSL_RedoHandshake;
|
||||||
|
SSL_ResetHandshake;
|
||||||
|
SSL_RestartHandshakeAfterCertReq;
|
||||||
|
SSL_RestartHandshakeAfterServerCert;
|
||||||
|
SSL_RevealCert;
|
||||||
|
SSL_RevealPinArg;
|
||||||
|
SSL_RevealURL;
|
||||||
|
SSL_SecurityStatus;
|
||||||
|
SSL_SetPKCS11PinArg;
|
||||||
|
SSL_SetPolicy;
|
||||||
|
SSL_SetSockPeerID;
|
||||||
|
SSL_SetURL;
|
||||||
|
ssl3_hch_sid_cache_hits;
|
||||||
|
ssl3_hch_sid_cache_misses;
|
||||||
|
ssl3_hch_sid_cache_not_ok;
|
||||||
|
ssl3_hsh_sid_cache_hits;
|
||||||
|
ssl3_hsh_sid_cache_misses;
|
||||||
|
ssl3_hsh_sid_cache_not_ok;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
Загрузка…
Ссылка в новой задаче