diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-23 22:32:26 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-23 22:32:26 -0500 |
commit | 77c98e3c4ef69d0cfee665cd0835670f4ac44242 (patch) | |
tree | 0bffee232bbdfbc3499e80f051dba3e4a46fbd88 /docs/x509.rst | |
parent | 45de23a64653a68e8c23b892f0b017b6c4a57213 (diff) | |
parent | 3aadabf82fd81948334aa3e72510d64b16d96a15 (diff) | |
download | cryptography-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.rst | 5 |
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 |