diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-02-03 23:14:10 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-02-03 23:14:10 +0700 |
commit | 26c0d3e4de498a9b7c8b6712bb765d693fb93de3 (patch) | |
tree | bfa0c30f149dc3e089eda4ab3ad35142394ded86 /crypto/crypto.csproj | |
parent | Implement RFC 7685 in TLS (diff) | |
download | BouncyCastle.NET-ed25519-26c0d3e4de498a9b7c8b6712bb765d693fb93de3.tar.xz |
Port bcrypt from Java API
- Requested in BMA-143
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index d7fef35d9..6ab8faf50 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3719,6 +3719,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\generators\BCrypt.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\generators\DESedeKeyGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -3809,6 +3814,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\generators\OpenBsdBCrypt.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\generators\OpenSSLPBEParametersGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -11250,6 +11260,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\BCryptTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\BlockCipherVectorTest.cs" SubType = "Code" BuildAction = "Compile" @@ -11530,6 +11545,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\OpenBsdBCryptTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\PaddingTest.cs" SubType = "Code" BuildAction = "Compile" |