We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a209669 commit 2660f93Copy full SHA for 2660f93
docs/hazmat/primitives/asymmetric/serialization.rst
@@ -496,6 +496,11 @@ file suffix.
496
497
Serialize a PKCS12 blob.
498
499
+ .. note::
500
+
501
+ Due to `a bug in Firefox`_ it's not possible to load unencrypted PKCS12
502
+ blobs in Firefox.
503
504
:param name: The friendly name to use for the supplied certificate and key.
505
:type name: bytes
506
@@ -942,6 +947,7 @@ Serialization Encryption Types
942
947
Do not encrypt.
943
948
944
949
950
+.. _`a bug in Firefox`: https://bugzilla.mozilla.org/show_bug.cgi?id=773111
945
951
.. _`PKCS3`: https://www.teletrust.de/fileadmin/files/oid/oid_pkcs-3v1-4.pdf
946
952
.. _`SEC 1 v2.0`: https://www.secg.org/sec1-v2.pdf
953
.. _`PROTOCOL.key`: https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key
0 commit comments