Skip to content

Commit

Permalink
Regenerate auto-generated files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
albertito committed Dec 1, 2024
1 parent 7e560ab commit 19ce435
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
32 changes: 17 additions & 15 deletions internal/config/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/domaininfo/domaininfo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/protoio/testpb/testpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/queue/queue.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/tlsconst/ciphers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion internal/tlsconst/generate-ciphers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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"


Expand Down

0 comments on commit 19ce435

Please sign in to comment.