diff options
author | Richard Levitte <levitte@openssl.org> | 2017-11-16 01:09:50 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-11-16 01:19:31 +0100 |
commit | d1453d60a58b3e5de24a71d6fa65938629c144c8 (patch) | |
tree | a03bd568c6470c556fd0aa6648a4a788087b02ae /test/certs | |
parent | Add padding spaces before printing algo. (diff) | |
download | openssl-d1453d60a58b3e5de24a71d6fa65938629c144c8.tar.xz openssl-d1453d60a58b3e5de24a71d6fa65938629c144c8.zip |
Modify expected output of a certificate to match the changed printout
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4746)
Diffstat (limited to 'test/certs')
-rw-r--r-- | test/certs/cyrillic.msb | 2 | ||||
-rw-r--r-- | test/certs/cyrillic.utf8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/certs/cyrillic.msb b/test/certs/cyrillic.msb index 87f76cb0b0..ec58ac9b2f 100644 --- a/test/certs/cyrillic.msb +++ b/test/certs/cyrillic.msb @@ -3,7 +3,7 @@ Certificate: Version: 3 (0x2) Serial Number: be:47:3c:53:a6:2a:c0:3a - Signature Algorithm: sha256WithRSAEncryption + Signature Algorithm: sha256WithRSAEncryption Issuer: C=RU, ST=\U041C\U043E\U0441\U043A\U0432\U0430, L=\U041C\U043E\U0441\U043A\U0432\U0430, O=\U0414\U043C\U0438\U0442\U0440\U0438\U0439 \U0411\U0435\U043B\U044F\U0432\U0441\U043A\U0438\U0439, OU=\U042F, CN=Dmitry Belyavskiy, emailAddress=beldmit@example.com Validity Not Before: Feb 21 19:35:22 2017 GMT diff --git a/test/certs/cyrillic.utf8 b/test/certs/cyrillic.utf8 index 6eda733fa7..2096e4fb35 100644 --- a/test/certs/cyrillic.utf8 +++ b/test/certs/cyrillic.utf8 @@ -3,7 +3,7 @@ Certificate: Version: 3 (0x2) Serial Number: be:47:3c:53:a6:2a:c0:3a - Signature Algorithm: sha256WithRSAEncryption + Signature Algorithm: sha256WithRSAEncryption Issuer: C=RU, ST=Москва, L=Москва, O=Дмитрий Белявский, OU=Я, CN=Dmitry Belyavskiy, emailAddress=beldmit@example.com Validity Not Before: Feb 21 19:35:22 2017 GMT |