mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +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:
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.28.1
|
||||
// protoc-gen-go v1.30.0
|
||||
// protoc v3.21.12
|
||||
// source: config.proto
|
||||
|
||||
@@ -27,10 +27,11 @@ type Config struct {
|
||||
|
||||
// Default hostname to use when saying hello.
|
||||
// This is used:
|
||||
// 1) To say hello to clients, for aesthetic purposes.
|
||||
// 2) As the HELO/EHLO domain on outgoing SMTP connections, so ideally
|
||||
// 1. To say hello to clients, for aesthetic purposes.
|
||||
// 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
|
||||
// deal if it isn't, but it makes troubleshooting easier.
|
||||
//
|
||||
// Default: the system's hostname.
|
||||
Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
|
||||
// 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"`
|
||||
// Addresses to listen on for submission-over-TLS (usually port 465).
|
||||
// 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"`
|
||||
// Address for the monitoring http server.
|
||||
// Do NOT expose this to the public internet.
|
||||
// Default: no monitoring http server.
|
||||
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.
|
||||
// This should point to the binary to use to deliver email to local users.
|
||||
// The content of the email will be passed via stdin.
|
||||
// If it exits unsuccessfully, we assume the mail was not delivered.
|
||||
// This should point to the binary to use to deliver email to local
|
||||
// users. The content of the email will be passed via stdin. If it exits
|
||||
// unsuccessfully, we assume the mail was not delivered.
|
||||
// Default: "maildrop".
|
||||
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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.28.1
|
||||
// protoc-gen-go v1.30.0
|
||||
// protoc v3.21.12
|
||||
// source: domaininfo.proto
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.28.1
|
||||
// protoc-gen-go v1.30.0
|
||||
// protoc v3.21.12
|
||||
// source: testpb.proto
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.28.1
|
||||
// protoc-gen-go v1.30.0
|
||||
// protoc v3.21.12
|
||||
// source: queue.proto
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ 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",
|
||||
0x1306: "TLS_AEGIS_256_SHA512",
|
||||
0x1307: "TLS_AEGIS_128L_SHA256",
|
||||
0x5600: "TLS_FALLBACK_SCSV",
|
||||
0xc001: "TLS_ECDH_ECDSA_WITH_NULL_SHA",
|
||||
|
||||
@@ -8,7 +8,7 @@ import urllib.request
|
||||
import sys
|
||||
|
||||
# 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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user