commit | 6c8b07c6f55d90854a4785016a9c26a2b4607b1f | [log] [tgz] |
---|---|---|
author | Matt Mueller <[email protected]> | Mon Oct 09 21:02:25 2017 |
committer | Commit Bot <[email protected]> | Mon Oct 09 21:02:25 2017 |
tree | 11c68d1144fa2280be99a61ee9651880af41f955 | |
parent | cbde21cc10818a0d9a2d4bf4c56900a37a3249d0 [diff] [blame] |
Allow UTF-8 in PrintableStrings inside client certificate DNs. Bug: 770323 Change-Id: I684c92fb407276a46bd83b7520e02fe6a113a828 Reviewed-on: https://chromium-review.googlesource.com/701930 Reviewed-by: Eric Roman <[email protected]> Commit-Queue: Matt Mueller <[email protected]> Cr-Commit-Position: refs/heads/master@{#507484}
diff --git a/net/test/cert_test_util.h b/net/test/cert_test_util.h index cba4747..d6870ed 100644 --- a/net/test/cert_test_util.h +++ b/net/test/cert_test_util.h
@@ -37,6 +37,8 @@ const std::string& key_filename, PK11SlotInfo* slot); +bool ImportClientCertToSlot(CERTCertificate* cert, PK11SlotInfo* slot); + ScopedCERTCertificate ImportClientCertToSlot( const scoped_refptr<X509Certificate>& cert, PK11SlotInfo* slot);