tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (2058B)


      1 .. _mozilla_projects_nss_pkcs_12_functions:
      2 
      3 PKCS 12 functions
      4 =================
      5 
      6 .. container::
      7 
      8   The public functions listed here perform PKCS #12 operations required by some of the NSS tools
      9   and other applications.
     10 
     11   The `Mozilla Cross Reference <http://mxr.mozilla.org/>`__ (MXR) link for each function provides
     12   access to the function definition, prototype definition, and source code references. The NSS
     13   version column indicates which versions of NSS support the function.
     14 
     15   ====================================== =========== ==============
     16   Function name/documentation            Source code NSS versions
     17   ``SEC_PKCS12AddCertAndKey``            MXR         3.2 and later
     18   ``SEC_PKCS12AddPasswordIntegrity``     MXR         3.2 and later
     19   ``SEC_PKCS12CreateExportContext``      MXR         3.2 and later
     20   ``SEC_PKCS12CreatePasswordPrivSafe``   MXR         3.2 and later
     21   ``SEC_PKCS12CreateUnencryptedSafe``    MXR         3.2 and later
     22   ``SEC_PKCS12DecoderFinish``            MXR         3.2 and later
     23   ``SEC_PKCS12DecoderGetCerts``          MXR         3.4 and later
     24   ``SEC_PKCS12DecoderImportBags``        MXR         3.2 and later
     25   ``SEC_PKCS12DecoderIterateInit``       MXR         3.10 and later
     26   ``SEC_PKCS12DecoderIterateNext``       MXR         3.10 and later
     27   ``SEC_PKCS12DecoderSetTargetTokenCAs`` MXR         3.8 and later
     28   ``SEC_PKCS12DecoderStart``             MXR         3.2 and later
     29   ``SEC_PKCS12DecoderUpdate``            MXR         3.2 and later
     30   ``SEC_PKCS12DecoderValidateBags``      MXR         3.2 and later
     31   ``SEC_PKCS12DecoderVerify``            MXR         3.2 and later
     32   ``SEC_PKCS12DestroyExportContext``     MXR         3.2 and later
     33   ``SEC_PKCS12EnableCipher``             MXR         3.2 and later
     34   ``SEC_PKCS12Encode``                   MXR         3.2 and later
     35   ``SEC_PKCS12IsEncryptionAllowed``      MXR         3.2 and later
     36   ``SEC_PKCS12SetPreferredCipher``       MXR         3.2 and later
     37   ====================================== =========== ==============