summary refs log tree commit diff
path: root/crypto/src/asn1/misc/MiscObjectIdentifiers.cs
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2020-04-18 18:31:37 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2020-04-18 18:31:37 +1000
commit8448146a59473218d8c2c96dd9e659ce7f15bc20 (patch)
treecc51fda98f715c655e276e8f86ae283e3ac20710 /crypto/src/asn1/misc/MiscObjectIdentifiers.cs
parentadded extra key store (diff)
downloadBouncyCastle.NET-ed25519-8448146a59473218d8c2c96dd9e659ce7f15bc20.tar.xz
initial support for non-default PRF with PBKDF2
Diffstat (limited to 'crypto/src/asn1/misc/MiscObjectIdentifiers.cs')
-rw-r--r--crypto/src/asn1/misc/MiscObjectIdentifiers.cs2
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
         //