Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point extension #517

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 27, 2024

  1. advertising ec point extension format

    check if the client adverties the uncompressed point format extension
    
    error when uncompressed is not supported
    
    fix: changes in accepting the format(form ECPointFormat to string) of ec format.
    
    fix: tests, keyShares added to tests for checking ecc point extension
    gstarovo committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5ddb283 View commit details
    Browse the repository at this point in the history
  2. fix: decode error wording

    gstarovo committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d590dc6 View commit details
    Browse the repository at this point in the history
  3. fix: alert illegal_extension is added due to rfc, when uncompressed f…

    …ormat is not found; alert decode_error is added when the list of ecc extenison is empty
    
    fix: message alert description
    gstarovo committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2a21d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08ee649 View commit details
    Browse the repository at this point in the history
  5. fix: moved control of uncompressed point ext from server key exchange…

    … to check of client hello by server; that way the server will abort the connection after bad client hello, not after server key exchange
    gstarovo committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f59374b View commit details
    Browse the repository at this point in the history