0

I'm developing SSL mutual authentication in android to connect to a HTTPS website using OpenSSL library. I want to disable session resumption requested by client in OpenSSL; In other words, it is expected from the client not to sent previous session ID in the "Client Hello" message, but it sends.

I tried using SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF), but nothing changed.

Can anyone help me disable session reuse?

Thanks

BhushanK
  • 1,205
  • 6
  • 23
  • 39
user3406222
  • 309
  • 2
  • 11

0 Answers0