diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-03-11 23:22:14 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:11 +0700 |
commit | a84281b22d951dc88070fc16584046fae084a999 (patch) | |
tree | 306f6f69d7aa7933e18eecf3229c83aaff5f85fa /python/asn1crypto/README | |
parent | a9715f7d8a838edd3edb6eb5333a571267c812c7 (diff) |
python/asn1crypto: Added (Fast ASN.1 parser and serializer).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/asn1crypto/README')
-rw-r--r-- | python/asn1crypto/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/asn1crypto/README b/python/asn1crypto/README new file mode 100644 index 0000000000000..2093f7fe9467a --- /dev/null +++ b/python/asn1crypto/README @@ -0,0 +1,3 @@ +Fast ASN.1 parser and serializer with definitions for private keys, +public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, +PKCS#12, PKCS#5, X.509 and TSPB. |