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

tls resumption with external session cache #35014

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. tls resumption with external session cache

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e0470db View commit details
    Browse the repository at this point in the history
  2. fix format

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    199bb34 View commit details
    Browse the repository at this point in the history
  3. fix doc

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9cc4211 View commit details
    Browse the repository at this point in the history
  4. fix format

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4b7ae71 View commit details
    Browse the repository at this point in the history
  5. fix format

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    239bd97 View commit details
    Browse the repository at this point in the history
  6. format fix

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    de6a78e View commit details
    Browse the repository at this point in the history
  7. format docs

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6324547 View commit details
    Browse the repository at this point in the history
  8. remove unused header file

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c3d913f View commit details
    Browse the repository at this point in the history
  9. remove unused code

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c79ff84 View commit details
    Browse the repository at this point in the history
  10. format fix

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    266091b View commit details
    Browse the repository at this point in the history
  11. use vector instead of uint8_t*

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c23eb45 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. refactor some code

    Signed-off-by: Zhang Bo <[email protected]>
    zhangbo1882 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    56a296d View commit details
    Browse the repository at this point in the history