From 31b9fa4f384115e400c0a49b35730b42d07b6ff6 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Thu, 7 Apr 2016 10:03:04 +0200 Subject: Add BoringSSL to third_party . As usual, README.md contains reproduction instructions. It would be better to directly use the source tree under `boringssl.googlesource.com`, but for the time being, this will do. Change-Id: I72ef030251c41eaed459c4abd93228f23223783b --- third_party/boringssl/src/ssl/test/runner/ecdsa_key.pem | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 third_party/boringssl/src/ssl/test/runner/ecdsa_key.pem (limited to 'third_party/boringssl/src/ssl/test/runner/ecdsa_key.pem') diff --git a/third_party/boringssl/src/ssl/test/runner/ecdsa_key.pem b/third_party/boringssl/src/ssl/test/runner/ecdsa_key.pem new file mode 100644 index 0000000000..b9116f0cac --- /dev/null +++ b/third_party/boringssl/src/ssl/test/runner/ecdsa_key.pem @@ -0,0 +1,8 @@ +-----BEGIN EC PARAMETERS----- +BggqhkjOPQMBBw== +-----END EC PARAMETERS----- +-----BEGIN EC PRIVATE KEY----- +MHcCAQEEIAcPCHJ61KBKnN1ZyU2JaHcItW/JXTB3DujRyc4Ki7RqoAoGCCqGSM49 +AwEHoUQDQgAE5itp4r9ln5e+Lx4NlIpM1Zdrt6keDUb73ampHp3culoB59aXqAoY ++cPEox5W4nyDSNsWGhz1HX7xlC1Lz3IiwQ== +-----END EC PRIVATE KEY----- -- cgit v1.2.3