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

Fix compile errors without 0-RTT, MPS and compatible mode #359

Open
wants to merge 17 commits into
base: tls13-prototype
Choose a base branch
from

Commits on Sep 4, 2021

  1. fix printf fmt warning

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    8966204 View commit details
    Browse the repository at this point in the history
  2. fix compile error without 0-rtt and mps

    Change-Id: Ibba188d13b15eb5cf1d5ecc7e9032b9044a98f22
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    96378bf View commit details
    Browse the repository at this point in the history
  3. Add early data config option

    Change-Id: Iec27c917a35a375adb16e82236e8abaaee00517a
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d3d8e02 View commit details
    Browse the repository at this point in the history
  4. Wrap early data relative codes

    change the state machine if early data is not
    enabled
    
    Change-Id: Iede5ab0dee6158110ac33976536117681d1d4a71
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d32c487 View commit details
    Browse the repository at this point in the history
  5. Add state to name debug function

    Change-Id: I015ae35a141a8b99352f5b90218fe919d7bbdc55
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0ed9f12 View commit details
    Browse the repository at this point in the history
  6. modify stat to str functions

    Change-Id: I6de197161d012960c391503db3e26db9b1342ff1
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    dfde1e8 View commit details
    Browse the repository at this point in the history
  7. fix build fail without session ticket

    Change-Id: Ic8dd4967c9b11de41d2357a78303d9f6b03684a4
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d5cddcc View commit details
    Browse the repository at this point in the history
  8. fix compile warnings in encrypt extensions

    if all extensions are disabled, it reports
    unused variable or parameter error
    
    CustomizedGitHooks: yes
    Change-Id: I74cffec7b0bb9d4e11d33414d27ad90758e630cf
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    51d4058 View commit details
    Browse the repository at this point in the history
  9. fix build and test fail without ticket and cookie

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    3f31e22 View commit details
    Browse the repository at this point in the history
  10. fix build fail without server name

    Change-Id: I8fe177515d462f6b70e1c824ea75ffc4b5987a68
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    751a133 View commit details
    Browse the repository at this point in the history
  11. move position of some extensions

    Move support groups, signature algorithm and key share
    up. To make consistent with `development`
    
    Change-Id: I44583b08d70e86a4af51c5f486c0f3617fc970c2
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    a561802 View commit details
    Browse the repository at this point in the history
  12. move key_exchange out of some psk_enable

    Change-Id: Ib002ea7cc783a649d44a26e9ff56e6dbd5280e73
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    f01299b View commit details
    Browse the repository at this point in the history
  13. fix test fail when all psk disabled

    Change-Id: Ic028e292504cff6f3621288bfd0043b18556ea77
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    25c1b4f View commit details
    Browse the repository at this point in the history
  14. fix fail without have_time

    Change-Id: I81e378d43a4a52aaa8d3c7bd7712b52b8249da01
    CustomizedGitHooks: yes
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    a2e457b View commit details
    Browse the repository at this point in the history
  15. fix unused variable warning

    Change-Id: I3c4bf28f23d596edb2d435174888b71254961bd7
    CustomizedGitHooks: yes
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    23ca050 View commit details
    Browse the repository at this point in the history
  16. fix issue without psk

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    9036999 View commit details
    Browse the repository at this point in the history
  17. fix warnings without psk

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    29604d5 View commit details
    Browse the repository at this point in the history