Skip to content

Commit

Permalink
update oids [doc/dumpasn1by.cfg]
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed Sep 23, 2020
1 parent 273be42 commit 3a5aa2c
Showing 1 changed file with 77 additions and 15 deletions.
92 changes: 77 additions & 15 deletions doc/dumpasn1by.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Extension of dumpasn1 Object Identifier configuration file, available from
# http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg.
###############################################################################
# \brief OIDs of Belarusian Cryptography Standards
# \format http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg
###############################################################################

# Belarusian Cryptography Standards
###############################################################################
# Cryptographic algorithms and related data
###############################################################################

OID = 1 2 112 0 2 0 34 101 31 3
Comment = Block Encryption Algorithms
Expand Down Expand Up @@ -103,6 +107,18 @@ OID = 1 2 112 0 2 0 34 101 31 63
Comment = AEAD Algorithms
Description = belt-dwp256

OID = 1 2 112 0 2 0 34 101 31 64
Comment = AEAD Algorithms
Description = belt-che128

OID = 1 2 112 0 2 0 34 101 31 65
Comment = AEAD Algorithms
Description = belt-che192

OID = 1 2 112 0 2 0 34 101 31 66
Comment = AEAD Algorithms
Description = belt-che256

OID = 1 2 112 0 2 0 34 101 31 71
Comment = Key Wrap Algorithms
Description = belt-kwp128
Expand All @@ -129,25 +145,37 @@ Description = belt-keyrep

OID = 1 2 112 0 2 0 34 101 31 111
Comment = Disk Encryption Algorithms
Description = belt-dsk128
Description = belt-bde128

OID = 1 2 112 0 2 0 34 101 31 112
Comment = Disk Encryption Algorithms
Description = belt-dsk192
Description = belt-bde192

OID = 1 2 112 0 2 0 34 101 31 113
Comment = Disk Encryption Algorithms
Description = belt-dsk256
Description = belt-bde256

OID = 1 2 112 0 2 0 34 101 31 121
Comment = Disk Encryption Algorithms
Description = belt-sde128

OID = 1 2 112 0 2 0 34 101 31 122
Comment = Disk Encryption Algorithms
Description = belt-sde192

OID = 1 2 112 0 2 0 34 101 31 123
Comment = Disk Encryption Algorithms
Description = belt-sde256

OID = 1 2 112 0 2 0 34 101 31 131
Comment = Format Preserving Encryption Algorithms
Description = belt-fmt128

OID = 1 2 112 0 2 0 34 101 31 122
OID = 1 2 112 0 2 0 34 101 31 132
Comment = Format Preserving Encryption Algorithms
Description = belt-fmt192

OID = 1 2 112 0 2 0 34 101 31 123
OID = 1 2 112 0 2 0 34 101 31 133
Comment = Format Preserving Encryption Algorithms
Description = belt-fmt256

Expand Down Expand Up @@ -328,19 +356,53 @@ Comment = Hashing Algorithm
Description = bash512

OID = 1 2 112 0 2 0 34 101 77 21
Comment = Authenticated Encryption Algorithms
Description = bash-ae128
Comment = Hashing Algorithm
Description = bash-prg-hash2561

OID = 1 2 112 0 2 0 34 101 77 22
Comment = Authenticated Encryption Algorithms
Description = bash-ae192
Comment = Hashing Algorithm
Description = bash-prg-hash2562

OID = 1 2 112 0 2 0 34 101 77 23
Comment = Hashing Algorithm
Description = bash-prg-hash3841

OID = 1 2 112 0 2 0 34 101 77 24
Comment = Hashing Algorithm
Description = bash-prg-hash3842

OID = 1 2 112 0 2 0 34 101 77 25
Comment = Hashing Algorithm
Description = bash-prg-hash5121

OID = 1 2 112 0 2 0 34 101 77 26
Comment = Hashing Algorithm
Description = bash-prg-hash5122

OID = 1 2 112 0 2 0 34 101 77 31
Comment = Authenticated Encryption Algorithms
Description = bash-ae1281

OID = 1 2 112 0 2 0 34 101 77 32
Comment = Authenticated Encryption Algorithms
Description = bash-ae256
Description = bash-ae1282

OID = 1 2 112 0 2 0 34 101 77 33
Comment = Authenticated Encryption Algorithms
Description = bash-ae1921

OID = 1 2 112 0 2 0 34 101 77 34
Comment = Authenticated Encryption Algorithms
Description = bash-ae1922

OID = 1 2 112 0 2 0 34 101 77 35
Comment = Authenticated Encryption Algorithms
Description = bash-ae2561

OID = 1 2 112 0 2 0 34 101 77 36
Comment = Authenticated Encryption Algorithms
Description = bash-ae2562

OID = 1 2 112 0 2 0 34 101 77 101
Comment = Sponge Function
Description = bash-f

# End of Belarusian Cryptography Standards

0 comments on commit 3a5aa2c

Please sign in to comment.