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

TLSv1.3: add optional integrity-only ciphers [RFC 9150] #22903

Closed

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    acadb56 View commit details
    Browse the repository at this point in the history
  2. Add support for integrity-only cipher suites for TLS v1.3

    add test vectors for tls1_3 integrity-only ciphers.
    
    udate enull_hmac* to null_hmac*
    
    EVP_CIPHER-NULL.pod: Add NULL-HMAC-* algorithms
    
    recmethod_local.h: add new member for MAC
    
    tls13_meth.c: add MAC only to tls 1.3
    
    tls13_enc.c: extend function to add MAC only
    
    ssl_local.h: add macros & function for MAC only
    
    s3_lib.c: update SHA256_SHA256 integrity only
    
    ssl_ciph.c : add macro and function
    
    tls13secretstest.c: add dummy test function
    
    remove old code with EVP cipher
    
    ssl_ciph.c: update ssl_cipher_get_evp_md_mac
    rajeev-0 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    73f842b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c36b935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54b164b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    5189582 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    efa76a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc4581 View commit details
    Browse the repository at this point in the history