Re: TLS 1.3 protocol question

2020-03-14 Thread Kaushal Shriyan
Thank you for the clarification. On Sun, Mar 15, 2020 at 1:23 AM Salz, Rich wrote: > The TLS RFC describes the “bytes on the wire” – the syntax for how client > and server communicate, and the semantics of those exchanges. > > > > Is it a specification or standard? Yup both. > > > > Is OpenSSL

Re: TLS 1.3 protocol question

2020-03-14 Thread Salz, Rich via openssl-users
The TLS RFC describes the “bytes on the wire” – the syntax for how client and server communicate, and the semantics of those exchanges. Is it a specification or standard? Yup both. Is OpenSSL implementation of the spec? Yup. What language used in the spec? It’s described in the RFC; see

TLS 1.3 protocol question

2020-03-14 Thread Kaushal Shriyan
Hi, I have been going through RFC's regarding the TLS version 1.3 protocol. I am curious to know does it mean that the TLS version 1.3 protocol is a specification or standard to communicate between client and server? And OpenSSL is a cryptography library to implement TLS version 1.3 protocol?