summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2017-06-25 18:20:45 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2017-06-25 18:20:45 +1000
commit67aa67a62bfe7b35fe035bafbc5e9770b1debeb1 (patch)
tree9492b3fe1d559ceb9965f4d6b3bb78452796fbbe /crypto/crypto.csproj
parentupdate (diff)
parentInitial cut of DSTU7564 digest and HMAC. (diff)
downloadBouncyCastle.NET-ed25519-67aa67a62bfe7b35fe035bafbc5e9770b1debeb1.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj18
1 files changed, 14 insertions, 4 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj

index 90b858cb0..026a2fe1b 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -5179,6 +5179,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsExtensionsUtilities.cs" SubType = "Code" BuildAction = "Compile" @@ -5189,6 +5194,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsFatalAlertReceived.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsHandshakeHash.cs" SubType = "Code" BuildAction = "Compile" @@ -5454,22 +5464,22 @@ BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1Curve.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1Curve.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1Field.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1Field.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1FieldElement.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1FieldElement.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\SM2P256V1Point.cs" + RelPath = "src\math\ec\custom\gm\SM2P256V1Point.cs" SubType = "Code" BuildAction = "Compile" />