summaryrefslogtreecommitdiffstats
path: root/security/nss/doc/rst/legacy/pkcs_12_functions/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /security/nss/doc/rst/legacy/pkcs_12_functions/index.rst
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'security/nss/doc/rst/legacy/pkcs_12_functions/index.rst')
-rw-r--r--security/nss/doc/rst/legacy/pkcs_12_functions/index.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/security/nss/doc/rst/legacy/pkcs_12_functions/index.rst b/security/nss/doc/rst/legacy/pkcs_12_functions/index.rst
new file mode 100644
index 0000000000..fa2dba95d7
--- /dev/null
+++ b/security/nss/doc/rst/legacy/pkcs_12_functions/index.rst
@@ -0,0 +1,37 @@
+.. _mozilla_projects_nss_pkcs_12_functions:
+
+PKCS 12 functions
+=================
+
+.. container::
+
+ The public functions listed here perform PKCS #12 operations required by some of the NSS tools
+ and other applications.
+
+ The `Mozilla Cross Reference <http://mxr.mozilla.org/>`__ (MXR) link for each function provides
+ access to the function definition, prototype definition, and source code references. The NSS
+ version column indicates which versions of NSS support the function.
+
+ ====================================== =========== ==============
+ Function name/documentation Source code NSS versions
+ ``SEC_PKCS12AddCertAndKey`` MXR 3.2 and later
+ ``SEC_PKCS12AddPasswordIntegrity`` MXR 3.2 and later
+ ``SEC_PKCS12CreateExportContext`` MXR 3.2 and later
+ ``SEC_PKCS12CreatePasswordPrivSafe`` MXR 3.2 and later
+ ``SEC_PKCS12CreateUnencryptedSafe`` MXR 3.2 and later
+ ``SEC_PKCS12DecoderFinish`` MXR 3.2 and later
+ ``SEC_PKCS12DecoderGetCerts`` MXR 3.4 and later
+ ``SEC_PKCS12DecoderImportBags`` MXR 3.2 and later
+ ``SEC_PKCS12DecoderIterateInit`` MXR 3.10 and later
+ ``SEC_PKCS12DecoderIterateNext`` MXR 3.10 and later
+ ``SEC_PKCS12DecoderSetTargetTokenCAs`` MXR 3.8 and later
+ ``SEC_PKCS12DecoderStart`` MXR 3.2 and later
+ ``SEC_PKCS12DecoderUpdate`` MXR 3.2 and later
+ ``SEC_PKCS12DecoderValidateBags`` MXR 3.2 and later
+ ``SEC_PKCS12DecoderVerify`` MXR 3.2 and later
+ ``SEC_PKCS12DestroyExportContext`` MXR 3.2 and later
+ ``SEC_PKCS12EnableCipher`` MXR 3.2 and later
+ ``SEC_PKCS12Encode`` MXR 3.2 and later
+ ``SEC_PKCS12IsEncryptionAllowed`` MXR 3.2 and later
+ ``SEC_PKCS12SetPreferredCipher`` MXR 3.2 and later
+ ====================================== =========== ============== \ No newline at end of file