Skip to content

Add a few extension numbers in the server hello#2692

Merged
drwetter merged 1 commit into3.2from
more_extension_numbers
Mar 12, 2025
Merged

Add a few extension numbers in the server hello#2692
drwetter merged 1 commit into3.2from
more_extension_numbers

Conversation

@drwetter
Copy link
Copy Markdown
Collaborator

Issue #2686 showed a server which listed an unknown extension number from RFC 8446. THis PR adds this number and a few (later) ones.

It just lists them when detected in parse_tls_serverhello()

See also https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml

What is your pull request about?

  • Bug fix
  • Improvement
  • New feature (adds functionality)
  • Breaking change (bug fix, feature or improvement that would cause existing functionality to not work as expected)
  • Typo fix
  • Documentation update
  • Update of other files

If it's a code change please check the boxes which are applicable

  • For the main program: My edits contain no tabs and the indentation is five spaces
  • I've read CONTRIBUTING.md and Coding_Convention.md
  • I have tested this fix or improvement against >=2 hosts and I couldn't spot a problem
  • I have tested this new feature against >=2 hosts which show this feature and >=2 host which does not (in order to avoid side effects) . I couldn't spot a problem
  • For the new feature I have made corresponding changes to the documentation and / or to help()
  • If it's a bigger change: I added myself to CREDITS.md (alphabetical order) and the change to CHANGELOG.md

Issue #2686 showed a server which listed an unknown extension number from
RFC 8446. THis PR adds this number and a few (later) ones.

It just lists them when detected in `parse_tls_serverhello()`

See also https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
@drwetter drwetter merged commit 31a09ec into 3.2 Mar 12, 2025
3 checks passed
@drwetter drwetter deleted the more_extension_numbers branch March 12, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant