Skip to content

Commit 2660f93

Browse files
authored
Document that Firefox doesn't support unencrypted pkcs12 (#5596)
1 parent a209669 commit 2660f93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/hazmat/primitives/asymmetric/serialization.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@ file suffix.
496496

497497
Serialize a PKCS12 blob.
498498

499+
.. note::
500+
501+
Due to `a bug in Firefox`_ it's not possible to load unencrypted PKCS12
502+
blobs in Firefox.
503+
499504
:param name: The friendly name to use for the supplied certificate and key.
500505
:type name: bytes
501506

@@ -942,6 +947,7 @@ Serialization Encryption Types
942947
Do not encrypt.
943948

944949

950+
.. _`a bug in Firefox`: https://bugzilla.mozilla.org/show_bug.cgi?id=773111
945951
.. _`PKCS3`: https://www.teletrust.de/fileadmin/files/oid/oid_pkcs-3v1-4.pdf
946952
.. _`SEC 1 v2.0`: https://www.secg.org/sec1-v2.pdf
947953
.. _`PROTOCOL.key`: https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key

0 commit comments

Comments
 (0)