diff options
author | 2018-03-17 14:37:41 +0000 | |
---|---|---|
committer | 2018-03-17 14:37:41 +0000 | |
commit | 0d23aa01ff3ab50c32db25691c9832076b3a5af3 (patch) | |
tree | dcc3c1ab3755b8a4e2ef9f0c07708229390308ec /lib | |
parent | Provide object identifiers for TLS cipher suite key exchange and (diff) | |
download | wireguard-openbsd-0d23aa01ff3ab50c32db25691c9832076b3a5af3.tar.xz wireguard-openbsd-0d23aa01ff3ab50c32db25691c9832076b3a5af3.zip |
Provide object identifier for chacha20-poly1305.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/objects/obj_mac.num | 1 | ||||
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/obj_mac.num b/lib/libcrypto/objects/obj_mac.num index 6adf1ae878d..8efb2333088 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -964,3 +964,4 @@ auth_rsa 963 auth_ecdsa 964 auth_gost01 965 auth_null 966 +chacha20_poly1305 967 diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 1bce9a87b93..24a6fd345ba 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -1320,6 +1320,8 @@ brainpool 1 14 : brainpoolP512t1 !Cname chacha20 : ChaCha : chacha + : ChaCha20-Poly1305 : chacha20-poly1305 + : gost89-ecb : gost89-cbc |