summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/internal/persist-format.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/internal/persist-format.txt b/doc/internal/persist-format.txt
index a0a3194..cb863be 100644
--- a/doc/internal/persist-format.txt
+++ b/doc/internal/persist-format.txt
@@ -22,10 +22,15 @@ constants are available.
PEM blocks can be present within an object, and these contribute certain
PKCS#11 attributes to the object. The attributes that come from PEM blocks
-never override those explicitly specified. A 'CERTIFICATE' type PEM block
-contributes the 'value', 'class', 'certificate-type', 'subject', 'issuer'
-'start-date', 'end-date', 'id', 'certificate-category', 'check-value',
-'serial-number' attributes with appropriate values.
+never override those explicitly specified.
+
+A 'CERTIFICATE' type PEM block contributes the 'value', 'class',
+'certificate-type', 'subject', 'issuer' 'start-date', 'end-date', 'id',
+'certificate-category', 'check-value', 'serial-number', 'public-key-info'
+attributes with appropriate values.
+
+A 'PUBLIC KEY' type PEM block contributes the 'public-key-info' attribute
+with an appropriate value.
Comments starting with a '#' and blank lines are ignored.