diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-07-25 18:03:30 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-07-25 18:03:30 +0700 |
commit | 71fab6422bba26bcbb6e34a16e735e8b05a72b9b (patch) | |
tree | f0f78c1f22d79b9f3b37ed83e02fc0245e9a5912 | |
parent | Make DL encoding public in Asn1 API (diff) | |
download | BouncyCastle.NET-ed25519-71fab6422bba26bcbb6e34a16e735e8b05a72b9b.tar.xz |
Restore deleted members as Obsolete
-rw-r--r-- | crypto/src/asn1/cryptopro/CryptoProObjectIdentifiers.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/src/asn1/cryptopro/CryptoProObjectIdentifiers.cs b/crypto/src/asn1/cryptopro/CryptoProObjectIdentifiers.cs index 56e71d20a..12f369ba2 100644 --- a/crypto/src/asn1/cryptopro/CryptoProObjectIdentifiers.cs +++ b/crypto/src/asn1/cryptopro/CryptoProObjectIdentifiers.cs @@ -57,6 +57,11 @@ namespace Org.BouncyCastle.Asn1.CryptoPro public static readonly DerObjectIdentifier GostR3410x2001CryptoProXchA = GOST_id.Branch("36.0"); public static readonly DerObjectIdentifier GostR3410x2001CryptoProXchB = GOST_id.Branch("36.1"); + [Obsolete("Erroneous; will be removed")] + public static readonly DerObjectIdentifier GostElSgDH3410Default = GOST_id.Branch("36.0"); + [Obsolete("Erroneous; will be removed")] + public static readonly DerObjectIdentifier GostElSgDH3410x1 = GOST_id.Branch("36.1"); + public static readonly DerObjectIdentifier GostR3410x2001CryptoProESDH = GOST_id.Branch("96"); public static readonly DerObjectIdentifier GostR3410x2001DH = GOST_id.Branch("98"); |