1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-19 14:57:04 +00:00

Regenerate auto-generated files

This patch regenerates the auto-generated files. There are no
significant changes.

- Protobuf files updated the comment formatting to match recent changes
  in Go libraries.
- IANA assignment for a AEGIS (currently an IETF draft) has been
  updated.
- The link to the human-readable IANA assignment tables from the
  generator was manually updated.
This commit is contained in:
Alberto Bertogli
2024-12-01 22:21:19 +00:00
parent 7e560aba6e
commit 19ce435e92
6 changed files with 22 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.28.1 // protoc-gen-go v1.30.0
// protoc v3.21.12 // protoc v3.21.12
// source: config.proto // source: config.proto
@@ -27,10 +27,11 @@ type Config struct {
// Default hostname to use when saying hello. // Default hostname to use when saying hello.
// This is used: // This is used:
// 1) To say hello to clients, for aesthetic purposes. // 1. To say hello to clients, for aesthetic purposes.
// 2) As the HELO/EHLO domain on outgoing SMTP connections, so ideally // 2. As the HELO/EHLO domain on outgoing SMTP connections, so ideally
// it would resolve back to the server. In practice, it's not a big // it would resolve back to the server. In practice, it's not a big
// deal if it isn't, but it makes troubleshooting easier. // deal if it isn't, but it makes troubleshooting easier.
//
// Default: the system's hostname. // Default: the system's hostname.
Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
// Maximum email size, in megabytes. // Maximum email size, in megabytes.
@@ -46,16 +47,17 @@ type Config struct {
SubmissionAddress []string `protobuf:"bytes,4,rep,name=submission_address,json=submissionAddress,proto3" json:"submission_address,omitempty"` SubmissionAddress []string `protobuf:"bytes,4,rep,name=submission_address,json=submissionAddress,proto3" json:"submission_address,omitempty"`
// Addresses to listen on for submission-over-TLS (usually port 465). // Addresses to listen on for submission-over-TLS (usually port 465).
// Default: "systemd", which means systemd passes sockets to us. // Default: "systemd", which means systemd passes sockets to us.
// systemd sockets must be named with "FileDescriptorName=submission_tls". // systemd sockets must be named with
// "FileDescriptorName=submission_tls".
SubmissionOverTlsAddress []string `protobuf:"bytes,5,rep,name=submission_over_tls_address,json=submissionOverTlsAddress,proto3" json:"submission_over_tls_address,omitempty"` SubmissionOverTlsAddress []string `protobuf:"bytes,5,rep,name=submission_over_tls_address,json=submissionOverTlsAddress,proto3" json:"submission_over_tls_address,omitempty"`
// Address for the monitoring http server. // Address for the monitoring http server.
// Do NOT expose this to the public internet. // Do NOT expose this to the public internet.
// Default: no monitoring http server. // Default: no monitoring http server.
MonitoringAddress string `protobuf:"bytes,6,opt,name=monitoring_address,json=monitoringAddress,proto3" json:"monitoring_address,omitempty"` MonitoringAddress string `protobuf:"bytes,6,opt,name=monitoring_address,json=monitoringAddress,proto3" json:"monitoring_address,omitempty"`
// Mail delivery agent (MDA, also known as LDA) to use. // Mail delivery agent (MDA, also known as LDA) to use.
// This should point to the binary to use to deliver email to local users. // This should point to the binary to use to deliver email to local
// The content of the email will be passed via stdin. // users. The content of the email will be passed via stdin. If it exits
// If it exits unsuccessfully, we assume the mail was not delivered. // unsuccessfully, we assume the mail was not delivered.
// Default: "maildrop". // Default: "maildrop".
MailDeliveryAgentBin string `protobuf:"bytes,7,opt,name=mail_delivery_agent_bin,json=mailDeliveryAgentBin,proto3" json:"mail_delivery_agent_bin,omitempty"` MailDeliveryAgentBin string `protobuf:"bytes,7,opt,name=mail_delivery_agent_bin,json=mailDeliveryAgentBin,proto3" json:"mail_delivery_agent_bin,omitempty"`
// Command line arguments for the mail delivery agent. One per argument. // Command line arguments for the mail delivery agent. One per argument.

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.28.1 // protoc-gen-go v1.30.0
// protoc v3.21.12 // protoc v3.21.12
// source: domaininfo.proto // source: domaininfo.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.28.1 // protoc-gen-go v1.30.0
// protoc v3.21.12 // protoc v3.21.12
// source: testpb.proto // source: testpb.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.28.1 // protoc-gen-go v1.30.0
// protoc v3.21.12 // protoc v3.21.12
// source: queue.proto // source: queue.proto

View File

@@ -155,7 +155,7 @@ var cipherSuiteName = map[uint16]string{
0x1303: "TLS_CHACHA20_POLY1305_SHA256", 0x1303: "TLS_CHACHA20_POLY1305_SHA256",
0x1304: "TLS_AES_128_CCM_SHA256", 0x1304: "TLS_AES_128_CCM_SHA256",
0x1305: "TLS_AES_128_CCM_8_SHA256", 0x1305: "TLS_AES_128_CCM_8_SHA256",
0x1306: "TLS_AEGIS_256_SHA384", 0x1306: "TLS_AEGIS_256_SHA512",
0x1307: "TLS_AEGIS_128L_SHA256", 0x1307: "TLS_AEGIS_128L_SHA256",
0x5600: "TLS_FALLBACK_SCSV", 0x5600: "TLS_FALLBACK_SCSV",
0xc001: "TLS_ECDH_ECDSA_WITH_NULL_SHA", 0xc001: "TLS_ECDH_ECDSA_WITH_NULL_SHA",

View File

@@ -8,7 +8,7 @@ import urllib.request
import sys import sys
# Where to get the TLS parameters from. # Where to get the TLS parameters from.
# See http://www.iana.org/assignments/tls-parameters/tls-parameters.xml. # See https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml.
URL = "https://www.iana.org/assignments/tls-parameters/tls-parameters-4.csv" URL = "https://www.iana.org/assignments/tls-parameters/tls-parameters-4.csv"