58 Commitit (8a55ce4954a2f1cb2827bd993d311b1ebaa8406b)

Tekijä SHA1 Viesti Päivämäärä
  David Benjamin 4882a6c50b Replace key_exchange_info with group_id. 7 vuotta sitten
  Adam Langley d519bf6be0 Add |SSL_CTX_set0_buffer_pool|. 7 vuotta sitten
  Adam Langley 68e7124ddf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 7 vuotta sitten
  Adam Langley 364f7a6d21 Push the difference in chain semantics to the edge. 7 vuotta sitten
  Adam Langley c0fc7a1385 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." 7 vuotta sitten
  Adam Langley 5a6e616961 Add |SSL_CTX_set0_buffer_pool|. 8 vuotta sitten
  Adam Langley e8509090cf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 8 vuotta sitten
  David Benjamin 30c4c30d4a Revise some integer sizes. 7 vuotta sitten
  Steven Valdez a833c357ed Update to TLS 1.3 draft 18. 8 vuotta sitten
  Adam Langley c5ac2b6c78 Rename X.509 members in |SSL_SESSION| and |CERT|. 8 vuotta sitten
  David Benjamin 5b7b09cfca Remove weird special-cases around times in SSL_SESSION. 8 vuotta sitten
  David Benjamin 0f31ac7566 Don't serialize negative times and timeouts. 8 vuotta sitten
  David Benjamin 7bb88bb686 Fix comment on session version field. 8 vuotta sitten
  Steven Valdez 5b9860827f Updating NewSessionTicket message and updating PSK to Draft 15. 8 vuotta sitten
  Steven Valdez fdd10998e1 Moving TLS 1.3 version negotiation into extension. 8 vuotta sitten
  David Benjamin 54091230cd Use C99 for size_t loops. 8 vuotta sitten
  Steven Valdez 84b5c003cc Serialize unresumable sessions to a placeholder value. 8 vuotta sitten
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8 vuotta sitten
  Steven Valdez 1e6f11a7ff Adding NewSessionTicket. 8 vuotta sitten
  David Benjamin 7583643569 Disconnect handshake message creation from init_buf. 8 vuotta sitten
  David Benjamin af07365b49 Check for overflow when parsing a CBS with d2i_*. 9 vuotta sitten
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9 vuotta sitten
  David Benjamin 7f393f72a5 Unexport SSL_SESSION_ASN1_VERSION. 9 vuotta sitten
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 vuotta sitten
  David Benjamin 14e2b5070b const-correct a few SSL_SESSION functions. 9 vuotta sitten
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 vuotta sitten
  David Benjamin 8be79a3355 Slightly refactor SSL_SESSION parsing. 9 vuotta sitten
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 vuotta sitten
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 vuotta sitten
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 vuotta sitten
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. 9 vuotta sitten
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9 vuotta sitten
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9 vuotta sitten
  David Benjamin 338e06771c Reject sessions with the wrong structure version. 9 vuotta sitten
  David Benjamin f297e021f1 Reject unknown fields in d2i_SSL_SESSION. 9 vuotta sitten
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 vuotta sitten
  Matt Braithwaite 7eaf4015fa (d2i_SSL_SESSION): Fix a memory leak that occurs on error. 9 vuotta sitten
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 vuotta sitten
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 vuotta sitten
  Håvard Molland ab2479a08a Clean up error reporting. 9 vuotta sitten
  David Benjamin f3a8b12ac3 Remove SSL_SESSION::cipher_id. 9 vuotta sitten
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 vuotta sitten
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 vuotta sitten
  Piotr Sikora 773bb55c6f Fix build (broken by removal of key_arg from SSL_SESSION parsing). 10 vuotta sitten
  David Benjamin 7001a7fce6 Don't bother accepting key_arg when parsing SSL_SESSION. 10 vuotta sitten
  Adam Langley 7571292eac Extended master secret support. 10 vuotta sitten
  David Benjamin 89abaea141 Reimplement i2d_SSL_SESSION using CBB. 10 vuotta sitten
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10 vuotta sitten
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 vuotta sitten
  David Benjamin 6c7aed048c Client-side OCSP stapling support. 10 vuotta sitten