From e85ad54a73a11ef912a44a6e92b09536bed8b855 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Fri, 3 Mar 2023 11:24:40 +0000 Subject: [PATCH] Regenerate auto-generated files This patch regenerates the auto-generated files. There are no significant changes, the protobuf just get an updated comment due to protoc version change, but it is just informational. Two new TLS ciphers are added, matching the new IANA assignments. --- internal/config/config.pb.go | 2 +- internal/domaininfo/domaininfo.pb.go | 2 +- internal/protoio/testpb/testpb.pb.go | 2 +- internal/queue/queue.pb.go | 2 +- internal/tlsconst/ciphers.go | 2 ++ internal/userdb/userdb.pb.go | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/internal/config/config.pb.go b/internal/config/config.pb.go index cf07bea..f29f0b0 100644 --- a/internal/config/config.pb.go +++ b/internal/config/config.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 -// protoc v3.12.4 +// protoc v3.21.12 // source: config.proto package config diff --git a/internal/domaininfo/domaininfo.pb.go b/internal/domaininfo/domaininfo.pb.go index 8a039a4..69577e8 100644 --- a/internal/domaininfo/domaininfo.pb.go +++ b/internal/domaininfo/domaininfo.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 -// protoc v3.12.4 +// protoc v3.21.12 // source: domaininfo.proto package domaininfo diff --git a/internal/protoio/testpb/testpb.pb.go b/internal/protoio/testpb/testpb.pb.go index 163c965..e1f7c73 100644 --- a/internal/protoio/testpb/testpb.pb.go +++ b/internal/protoio/testpb/testpb.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 -// protoc v3.12.4 +// protoc v3.21.12 // source: testpb.proto package testpb diff --git a/internal/queue/queue.pb.go b/internal/queue/queue.pb.go index 37cfbb1..f2a001b 100644 --- a/internal/queue/queue.pb.go +++ b/internal/queue/queue.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 -// protoc v3.12.4 +// protoc v3.21.12 // source: queue.proto package queue diff --git a/internal/tlsconst/ciphers.go b/internal/tlsconst/ciphers.go index d25498a..6b8e83e 100644 --- a/internal/tlsconst/ciphers.go +++ b/internal/tlsconst/ciphers.go @@ -155,6 +155,8 @@ var cipherSuiteName = map[uint16]string{ 0x1303: "TLS_CHACHA20_POLY1305_SHA256", 0x1304: "TLS_AES_128_CCM_SHA256", 0x1305: "TLS_AES_128_CCM_8_SHA256", + 0x1306: "TLS_AEGIS_256_SHA384", + 0x1307: "TLS_AEGIS_128L_SHA256", 0x5600: "TLS_FALLBACK_SCSV", 0xc001: "TLS_ECDH_ECDSA_WITH_NULL_SHA", 0xc002: "TLS_ECDH_ECDSA_WITH_RC4_128_SHA", diff --git a/internal/userdb/userdb.pb.go b/internal/userdb/userdb.pb.go index 4128dfc..9b734ff 100644 --- a/internal/userdb/userdb.pb.go +++ b/internal/userdb/userdb.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 -// protoc v3.12.4 +// protoc v3.21.12 // source: userdb.proto package userdb