Histórico de commits

Autor SHA1 Mensagem Data
  Lingmo Zhu 5bd05e5799 remove horrible pragma macro and remove __owur from SSL_CTX_add_session() declaration 7 anos atrás
  Lingmo Zhu e29bb83479 Remove the obsolete misleading comment and code related to it. 7 anos atrás
  Matt Caswell 5159821540 Updates following review feedback of TLSv1.3 draft-21 code 7 anos atrás
  Matt Caswell 9b6a825461 Send and receive the ticket_nonce field in a NewSessionTicket 7 anos atrás
  Todd Short eed3ec9047 ssl_session_dup() missing ext.alpn_session 7 anos atrás
  Matt Caswell 5a43d5119e Add SSL_SESSION_set_protocol_version() 7 anos atrás
  Matt Caswell 1a993d1d56 Add SSL_SESSION_set_cipher() 7 anos atrás
  Rich Salz c80149d9f0 Merge Nokia copyright notice into standard 7 anos atrás
  Todd Short 1ee2125922 Fix ex_data and session_dup issues 7 anos atrás
  Matt Caswell fb34a0f4e0 Try to be more consistent about the alerts we send 7 anos atrás
  Matt Caswell e586eac885 Add support for SSL_SESSION_is_resumable() 7 anos atrás
  Matt Caswell fe874d27d3 Move the extensions context codes into the public API 7 anos atrás
  Roberto Guimaraes 6aad939368 this change will prevent undefined behavior when src and dst are equal (memcpy), effectively allowing setting length only in both functions. 7 anos atrás
  Matt Caswell fcc4757823 Add a SSL_SESSION_get_max_early_data() function 7 anos atrás
  Matt Caswell f637004037 Only accept early_data if the negotiated ALPN is the same 7 anos atrás
  Bernd Edlinger fa7e9ed3d1 Remove unnecessary memset after PR #2583 avoids accessing 7 anos atrás
  Matt Caswell 40f805ad92 Various style fixes following review feedback 7 anos atrás
  Matt Caswell 61c3264970 Remove unneccessary comments 7 anos atrás
  Matt Caswell 1a9f457c66 If we have no suitable PSK kex modes then don't attempt to resume 7 anos atrás
  Matt Caswell ddf6ec0069 Make the "ticket" function return codes clearer 7 anos atrás
  Matt Caswell 1f5b44e943 Miscellaneous style tweaks based on feedback received 7 anos atrás
  Matt Caswell 534a43ffea Always ensure that session->cipher is set 7 anos atrás
  Matt Caswell 128ae27692 Move session version consistency check 7 anos atrás
  Matt Caswell 1053a6e228 Implement Server side of PSK extension parsing 7 anos atrás
  Matt Caswell e7a28df70b Add a TODO around handling of SSL_get_session() and SSL_get1_session() 7 anos atrás
  Bernd Edlinger 38088ce993 Fix a ssl session leak due to OOM in lh_SSL_SESSION_insert 7 anos atrás
  Rich Salz 1ed327f7df Review comments 7 anos atrás
  Rich Salz aff8c126fd Move extension data into sub-structs 7 anos atrás
  Kurt Roeckx 2f545ae45d Add support for reference counting using C11 atomics 8 anos atrás
  Matt Caswell c87386a2cd Add a TLS version consistency check during session resumption 8 anos atrás