From 8f81c8ef78ee6ba47d883ba1f0b6f25912503af0 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 8 Mar 2015 19:49:32 +0700 Subject: Add newer TLS test data from Java build --- .gitattributes | 1 + crypto/crypto.csproj | 38 ++++++++++++++++++++++++-- crypto/test/data/tls/x509-client-dsa.pem | 32 ++++++++++++++++++++++ crypto/test/data/tls/x509-client-ecdsa.pem | 17 ++++++++++++ crypto/test/data/tls/x509-client-key-dsa.pem | 15 ++++++++++ crypto/test/data/tls/x509-client-key-ecdsa.pem | 6 ++++ crypto/test/data/tls/x509-server-dsa.pem | 32 ++++++++++++++++++++++ crypto/test/data/tls/x509-server-ecdsa.pem | 17 ++++++++++++ crypto/test/data/tls/x509-server-key-dsa.pem | 15 ++++++++++ crypto/test/data/tls/x509-server-key-ecdsa.pem | 6 ++++ 10 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 crypto/test/data/tls/x509-client-dsa.pem create mode 100644 crypto/test/data/tls/x509-client-ecdsa.pem create mode 100644 crypto/test/data/tls/x509-client-key-dsa.pem create mode 100644 crypto/test/data/tls/x509-client-key-ecdsa.pem create mode 100644 crypto/test/data/tls/x509-server-dsa.pem create mode 100644 crypto/test/data/tls/x509-server-ecdsa.pem create mode 100644 crypto/test/data/tls/x509-server-key-dsa.pem create mode 100644 crypto/test/data/tls/x509-server-key-ecdsa.pem diff --git a/.gitattributes b/.gitattributes index ba5445104..14f495692 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,7 @@ *.pem text *.README text *.sln text +*.tmpl text *.txt text *.xml text diff=xml diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 7b3dde612..66a50bb39 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -9913,12 +9913,24 @@ RelPath = "test\data\scrypt\TestVectors.txt" BuildAction = "EmbeddedResource" /> + + + + + + + +