diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-23 13:41:55 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-23 13:41:55 +0700 |
commit | 05a4b3f0a65533aae313dc5429d2dd82243cd9b6 (patch) | |
tree | 626fee4d2a24fbe3b4ecbf3a2fe1e237518e9601 /crypto/crypto.csproj | |
parent | Update TLS for draft-ietf-tls-session-hash-04 (diff) | |
download | BouncyCastle.NET-ed25519-05a4b3f0a65533aae313dc5429d2dd82243cd9b6.tar.xz |
Add ANSSI curve FRP256v1 and refactor curve registries
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 35474aebb..42990292f 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -539,6 +539,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\anssi\ANSSINamedCurves.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\anssi\ANSSIObjectIdentifiers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\bc\BCObjectIdentifiers.cs" SubType = "Code" BuildAction = "Compile" |