]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test a bad SmtpUTF8Mailbox name constraint
authorMatt Caswell <matt@openssl.org>
Thu, 3 Jun 2021 10:50:48 +0000 (11:50 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Jun 2021 16:18:31 +0000 (17:18 +0100)
commitf43f9d6313e31e90bb33a7f6f2fc0c657ef8495a
tree157c0c11fdd9cebcaceab127c9548cb11b7633dd
parent39145c4111aaa358f521212f5e4c741f265b012a
Test a bad SmtpUTF8Mailbox name constraint

We add a verify test with a cert with a SAN and a bad SmtpUTF8Mailbox
entry, with an intermediate certificate with email name constraints.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15611)
test/certs/bad-othername-namec-inter.pem [new file with mode: 0644]
test/certs/bad-othername-namec-key.pem [new file with mode: 0644]
test/certs/bad-othername-namec.pem [new file with mode: 0644]
test/recipes/25-test_verify.t