提交歷史

作者 SHA1 備註 提交日期
  Matt Caswell f637004037 Only accept early_data if the negotiated ALPN is the same 7 年之前
  Bernd Edlinger fa7e9ed3d1 Remove unnecessary memset after PR #2583 avoids accessing 7 年之前
  Matt Caswell 40f805ad92 Various style fixes following review feedback 7 年之前
  Matt Caswell 61c3264970 Remove unneccessary comments 7 年之前
  Matt Caswell 1a9f457c66 If we have no suitable PSK kex modes then don't attempt to resume 7 年之前
  Matt Caswell ddf6ec0069 Make the "ticket" function return codes clearer 7 年之前
  Matt Caswell 1f5b44e943 Miscellaneous style tweaks based on feedback received 7 年之前
  Matt Caswell 534a43ffea Always ensure that session->cipher is set 7 年之前
  Matt Caswell 128ae27692 Move session version consistency check 7 年之前
  Matt Caswell 1053a6e228 Implement Server side of PSK extension parsing 7 年之前
  Matt Caswell e7a28df70b Add a TODO around handling of SSL_get_session() and SSL_get1_session() 7 年之前
  Bernd Edlinger 38088ce993 Fix a ssl session leak due to OOM in lh_SSL_SESSION_insert 7 年之前
  Rich Salz 1ed327f7df Review comments 7 年之前
  Rich Salz aff8c126fd Move extension data into sub-structs 7 年之前
  Kurt Roeckx 2f545ae45d Add support for reference counting using C11 atomics 8 年之前
  Matt Caswell c87386a2cd Add a TLS version consistency check during session resumption 8 年之前
  Matt Caswell de4d764e32 Rename the Elliptic Curves extension to supported_groups 8 年之前
  Matt Caswell de7d61d5c2 Improve some comment documentation following the extensions refactor 8 年之前
  Matt Caswell 1ab3836b3b Refactor ClientHello processing so that extensions get parsed earlier 8 年之前
  Matt Caswell 348240c676 Fix misc size_t issues causing Windows warnings in 64 bit 8 年之前
  Matt Caswell 582a17d662 Add the SSL_METHOD for TLSv1.3 and all other base changes required 8 年之前
  Emilia Kasper a230b26e09 Indent ssl/ 8 年之前
  Remi Gacogne fddfc0afc8 Add missing session id and tlsext_status accessors 8 年之前
  Matt Caswell 48593cb12a Convert SSL_SESSION* functions to use const getters 8 年之前
  Rich Salz e928132343 GH1446: Add SSL_SESSION_get0_cipher 8 年之前
  FdaSilvaYY e8aa8b6c8f Fix a few if(, for(, while( inside code. 8 年之前
  Matt Caswell e4612d02c5 Remove sessions from external cache, even if internal cache not used. 8 年之前
  Kurt Roeckx 947f3156ec Initialize the session_id 8 年之前
  Matt Caswell e70656cf1c Ensure SSL_set_session clears the old session from cache if it is bad 8 年之前
  Todd Short e2bb9b9bf3 Always use session_ctx when removing a session 8 年之前