spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
473 stars 236 forks source link

Questions related documentation in spacemonkey #134

Open shekharHPE opened 4 years ago

shekharHPE commented 4 years ago
  1. Is system capable of using a default of no compression - when using TLS
  2. Is the system capable of exchanging TLS messages in a single exchange or multiple exchanges.
  3. If TLS session resumption is used, is the timer associated with TLS session resumption configurable with default to be 1 hour.
  4. If TLS session resumption is used, is the maximum time allowed for a TLS session to resume (session resumption) without repeating the TLS authentication/confidentiality/authorization process (e.g., a full handshake) 1 hour ? .
  5. If the product supports SSL/TLS renegotiation, does the product support the capability to disable this feature or support RFC 5746. NOTE: Supporting RFC 5746 includes providing a configurable option to terminate a TLS session if the peer does not support the “renegotiation_info” extension.