diff options
author | David Hook <dgh@cryptoworkshop.com> | 2020-04-18 18:31:37 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2020-04-18 18:31:37 +1000 |
commit | 8448146a59473218d8c2c96dd9e659ce7f15bc20 (patch) | |
tree | cc51fda98f715c655e276e8f86ae283e3ac20710 /crypto/src/asn1/misc | |
parent | added extra key store (diff) | |
download | BouncyCastle.NET-ed25519-8448146a59473218d8c2c96dd9e659ce7f15bc20.tar.xz |
initial support for non-default PRF with PBKDF2
Diffstat (limited to 'crypto/src/asn1/misc')
-rw-r--r-- | crypto/src/asn1/misc/MiscObjectIdentifiers.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/asn1/misc/MiscObjectIdentifiers.cs b/crypto/src/asn1/misc/MiscObjectIdentifiers.cs index 1ff19e737..9a817f5c3 100644 --- a/crypto/src/asn1/misc/MiscObjectIdentifiers.cs +++ b/crypto/src/asn1/misc/MiscObjectIdentifiers.cs @@ -52,6 +52,8 @@ namespace Org.BouncyCastle.Asn1.Misc public static readonly DerObjectIdentifier cast5CBC = new DerObjectIdentifier(Entrust+ ".66.10"); + public static readonly DerObjectIdentifier HMAC_SHA1 = new DerObjectIdentifier("1.3.6.1.5.5.8.1.2"); + // // Ascom // |