Skip to content

add session-tickets and resumption#381

Merged
TakayukiMatsuo merged 1 commit intowolfSSL:masterfrom
tamasan238:session-ticket
Apr 20, 2023
Merged

add session-tickets and resumption#381
TakayukiMatsuo merged 1 commit intowolfSSL:masterfrom
tamasan238:session-ticket

Conversation

@tamasan238
Copy link
Copy Markdown
Member

Added sample programs about session-tickets and resumption for TLS 1.2/1.3.

Programs are based on below.
https://github.com/kojo1/TLSbook-pub/tree/master/Examples/1.Protocol/05.resume

I wrote README.md and changed some points of programs to work with tls/server-tls.c and server-tls13.c .

The differences from ../tls/client-tls-resume.c are

  • "The program that creates the first session and generates the session file" and "the program that uses the session file" are separated.
  • The SSL_SESSION structure is converted to ASN.1 format and output as a binary file.

Comment thread tls-options/README.md Outdated
Comment thread tls-options/README.md
Comment thread tls-options/README.md Outdated
Comment thread tls-options/README.md
Comment thread tls-options/client-tls-resume.c Outdated
@tamasan238
Copy link
Copy Markdown
Member Author

@TakayukiMatsuo
Thank you for reviewing !
I fixed them so please re-review.

Copy link
Copy Markdown
Contributor

@TakayukiMatsuo TakayukiMatsuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turned out to be a good Readme. Good job.

@TakayukiMatsuo TakayukiMatsuo merged commit 1dc3eaf into wolfSSL:master Apr 20, 2023
yota22721 pushed a commit to yota22721/wolfssl-examples that referenced this pull request Jan 25, 2025
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.

2 participants