aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-23 22:32:26 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-23 22:32:26 -0500
commit77c98e3c4ef69d0cfee665cd0835670f4ac44242 (patch)
tree0bffee232bbdfbc3499e80f051dba3e4a46fbd88 /docs/x509.rst
parent45de23a64653a68e8c23b892f0b017b6c4a57213 (diff)
parent3aadabf82fd81948334aa3e72510d64b16d96a15 (diff)
downloadcryptography-77c98e3c4ef69d0cfee665cd0835670f4ac44242.tar.gz
cryptography-77c98e3c4ef69d0cfee665cd0835670f4ac44242.tar.bz2
cryptography-77c98e3c4ef69d0cfee665cd0835670f4ac44242.zip
Merge pull request #2062 from alex/x509-ecdsa-sha1
Added teh OID for ECDSA with SHA1.
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 1e4efb4c..b8e3c8ee 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -1267,6 +1267,11 @@ Signature Algorithm OIDs
Corresponds to the dotted string ``"1.2.840.113549.1.1.13"``. This is
a SHA512 digest signed by an RSA key.
+.. data:: OID_ECDSA_WITH_SHA1
+
+ Corresponds to the dotted string ``"1.2.840.10045.4.1"``. This is a SHA1
+ digest signed by an ECDSA key.
+
.. data:: OID_ECDSA_WITH_SHA224
Corresponds to the dotted string ``"1.2.840.10045.4.3.1"``. This is