Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1536)

Unified Diff: third_party/grpc/src/core/tsi/test_creds/server1-openssl.cnf

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/src/core/tsi/test_creds/server1-openssl.cnf
diff --git a/third_party/grpc/src/core/tsi/test_creds/server1-openssl.cnf b/third_party/grpc/src/core/tsi/test_creds/server1-openssl.cnf
new file mode 100644
index 0000000000000000000000000000000000000000..8a021082891c2219beecd070a373d0df7586f46c
--- /dev/null
+++ b/third_party/grpc/src/core/tsi/test_creds/server1-openssl.cnf
@@ -0,0 +1,26 @@
+[req]
+distinguished_name = req_distinguished_name
+req_extensions = v3_req
+
+[req_distinguished_name]
+countryName = Country Name (2 letter code)
+countryName_default = US
+stateOrProvinceName = State or Province Name (full name)
+stateOrProvinceName_default = Illinois
+localityName = Locality Name (eg, city)
+localityName_default = Chicago
+organizationName = Organization Name (eg, company)
+organizationName_default = Example, Co.
+commonName = Common Name (eg, YOUR name)
+commonName_max = 64
+
+[v3_req]
+basicConstraints = CA:FALSE
+keyUsage = nonRepudiation, digitalSignature, keyEncipherment
+subjectAltName = @alt_names
+
+[alt_names]
+DNS.1 = *.test.google.fr
+DNS.2 = waterzooi.test.google.be
+DNS.3 = *.test.youtube.com
+IP.1 = "192.168.1.3"
« no previous file with comments | « third_party/grpc/src/core/tsi/test_creds/server1.pem ('k') | third_party/grpc/src/core/tsi/transport_security.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698