From 2660f93eca71be5558cfcb9a120310636791e6ec Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 1 Dec 2020 11:54:29 -0500 Subject: [PATCH] Document that Firefox doesn't support unencrypted pkcs12 (#5596) --- docs/hazmat/primitives/asymmetric/serialization.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 8811646045f6..2324340e119c 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -496,6 +496,11 @@ file suffix. Serialize a PKCS12 blob. + .. note:: + + Due to `a bug in Firefox`_ it's not possible to load unencrypted PKCS12 + blobs in Firefox. + :param name: The friendly name to use for the supplied certificate and key. :type name: bytes @@ -942,6 +947,7 @@ Serialization Encryption Types Do not encrypt. +.. _`a bug in Firefox`: https://bugzilla.mozilla.org/show_bug.cgi?id=773111 .. _`PKCS3`: https://www.teletrust.de/fileadmin/files/oid/oid_pkcs-3v1-4.pdf .. _`SEC 1 v2.0`: https://www.secg.org/sec1-v2.pdf .. _`PROTOCOL.key`: https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key