summaryrefslogtreecommitdiff
path: root/security/nss/lib/nss/nss.def
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2007-07-11 23:28:31 +0000
committernelson%bolyard.com <devnull@localhost>2007-07-11 23:28:31 +0000
commit2b2cf8dd3599084e67cdc9ba970bf4e198ae371a (patch)
tree66946224577bbbb2f6ef1debe7ccf6124af4de49 /security/nss/lib/nss/nss.def
parent79b224b1fb33f7b27a84f216f370dcb81dd14bc2 (diff)
downloadnss-hg-2b2cf8dd3599084e67cdc9ba970bf4e198ae371a.tar.gz
Implement SEC_StringToOID(), which converts ASCII dotted decimal OID
strings to their DER encoded binary form. Bug 161326. r=Neil
Diffstat (limited to 'security/nss/lib/nss/nss.def')
-rw-r--r--security/nss/lib/nss/nss.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index 8500b6faa..d49d5ab54 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -908,6 +908,7 @@ CERT_FindNameConstraintsExten;
PK11_GetAllSlotsForCert;
PK11_GenerateKeyPairWithOpFlags;
SEC_GetRegisteredHttpClient;
+SEC_StringToOID;
SECKEY_ECParamsToKeySize;
SECKEY_ECParamsToBasePointOrderLen;
SECMOD_DeleteModuleEx;