Historique des commits

Auteur SHA1 Message Date
  Matt Caswell 73cc84a132 Suport TLSv1.3 draft 28 il y a 6 ans
  Matt Caswell c0638adeec Fix ticket callbacks in TLSv1.3 il y a 6 ans
  Matt Caswell f7506416b1 Keep the DTLS timer running after the end of the handshake if appropriate il y a 6 ans
  Matt Caswell 447cc0ad73 In a reneg use the same client_version we used last time il y a 6 ans
  Matt Caswell 22eb2d1c80 Remove some logically dead code il y a 6 ans
  Matt Caswell 4ce787b97a Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONE il y a 6 ans
  Matt Caswell c2c1d8a495 Call the info callback on all handshake done events il y a 6 ans
  Rich Salz c6d38183d6 Rewrite the X509->alert mapping code il y a 6 ans
  Matt Caswell 424afe931e Don't wait for dry at the end of a handshake il y a 6 ans
  Matt Caswell 16ff13427f Only update the server session cache when the session is ready il y a 6 ans
  Matt Caswell 5d67110173 Don't calculate the Finished MAC twice il y a 6 ans
  Todd Short 9d75dce3e1 Add TLSv1.3 post-handshake authentication (PHA) il y a 7 ans
  Matt Caswell 3faa07b582 Move decisions about whether to accept reneg into the state machine il y a 6 ans
  Matt Caswell e93597193d Don't send unexpected_message if we receive CCS while stateless il y a 6 ans
  Matt Caswell 43054d3d73 Add support for sending TLSv1.3 cookies il y a 7 ans
  Matt Caswell 2a8db71713 Don't flush the ClientHello if we're going to send early data il y a 7 ans
  Matt Caswell fc7129dc37 Update state machine to send CCS based on whether we did an HRR il y a 7 ans
  Matt Caswell 6f40214f68 Fix an HRR bug il y a 7 ans
  Matt Caswell 597c51bc98 Merge HRR into ServerHello il y a 7 ans
  Matt Caswell 88050dd196 Update ServerHello to new draft-22 format il y a 7 ans
  Matt Caswell 29bfd5b79a Add some more cleanups il y a 7 ans
  Matt Caswell d4d2f3a4c1 Convert more functions in ssl/statem/statem.c to use SSLfatal() il y a 7 ans
  Matt Caswell a2c2e00050 Convert remaining functions in statem_clnt.c to use SSLfatal() il y a 7 ans
  Matt Caswell f63a17d66d Convert the state machine code to use SSLfatal() il y a 7 ans
  Matt Caswell 4752c5deb2 Replace some usage of SSLerr with SSLfatal() il y a 7 ans
  Andy Polyakov 3a63c0edab Resolve warnings in VC-WIN32 build, which allows to add /WX. il y a 7 ans
  Benjamin Kaduk 0e6161bcae Normalize on session_ctx for stats where possible il y a 7 ans
  Benjamin Kaduk 1fcb4e4d52 Use atomics for SSL_CTX statistics il y a 7 ans
  KaoruToda 26a7d938c9 Remove parentheses of return. il y a 7 ans
  KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and il y a 7 ans