diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-11 23:04:59 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-11 23:04:59 -0500 |
commit | 5c66c183913b1f94930100bd0543b8533584a761 (patch) | |
tree | 0fd745ac808c367a0ca31bc207731f0b6b8f081e /docs/development | |
parent | 770d0a07eaa09623873cba61f472dd778ae6aa11 (diff) | |
parent | d3c21ca45d31e8e78513b953b610e6a9d36a1fa6 (diff) | |
download | cryptography-5c66c183913b1f94930100bd0543b8533584a761.tar.gz cryptography-5c66c183913b1f94930100bd0543b8533584a761.tar.bz2 cryptography-5c66c183913b1f94930100bd0543b8533584a761.zip |
Merge pull request #2814 from reaperhulk/add-russian-cert-vector
add e-trust russian x509 test vector
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index e4618927..73ddb976 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -113,6 +113,9 @@ X.509 * ``department-of-state-root.pem`` - The intermediary CA for the Department of State, issued by the United States Federal Government's Common Policy CA. Notably has a ``critical`` policy constraints extensions. +* ``e-trust.ru.der`` - A certificate from a `Russian CA`_ signed using the GOST + cipher and containing numerous unusual encodings such as NUMERICSTRING in + the subject DN. Custom X.509 Vectors ~~~~~~~~~~~~~~~~~~~~ @@ -450,3 +453,4 @@ header format (substituting the correct information): .. _`root data`: https://hg.mozilla.org/projects/nss/file/25b2922cc564/security/nss/lib/ckfw/builtins/certdata.txt#l2053 .. _`asymmetric/public/PKCS1/dsa.pub.pem`: https://github.com/ruby/ruby/blob/4ccb387f3bc436a08fc6d72c4931994f5de95110/test/openssl/test_pkey_dsa.rb#L53 .. _`Mozilla bug`: https://bugzilla.mozilla.org/show_bug.cgi?id=233586 +.. _`Russian CA`: http://e-trust.gosuslugi.ru/MainCA |