13 コミット (9c3b120b618f3678a807d693b2e6f331aaa54605)

作成者 SHA1 メッセージ 日付
  Adam Langley e8d2439cd3 Expose ssl_session_serialize to libssl. 6年前
  Adam Langley c61b577197 Add some more utility functions to bytestring. 6年前
  David Benjamin 66801feb17 Support high tag numbers in CBS/CBB. 7年前
  David Benjamin a861460c89 Make SNI per-connection, not per-session. 7年前
  David Benjamin c11ea942b7 Convert comments in ssl. 7年前
  David Benjamin 8fc2dc07d8 Put SCTs and OCSP responses in CRYPTO_BUFFERs. 7年前
  David Benjamin ee910bfe24 Use new STACK_OF helpers. 7年前
  David Benjamin d6a8a5a54d Remove obsolete TODOs. 7年前
  David Benjamin 31b0c9be30 Add a bunch of scopers. 7年前
  David Benjamin e39ac8fb59 Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. 7年前
  David Benjamin 1386aad102 Switch various things to scopers. 7年前
  David Benjamin 86e95b852e Move libssl's internals into the bssl namespace. 7年前
  David Benjamin e8703a3708 Switch a number of files to C++. 7年前
  Steven Valdez 8f36c51f98 Revise version negotiation logic on the C side. 7年前
  David Benjamin 11fa70396b Remove the last remnants of key_exchange_info. 7年前
  Matthew Braithwaite 7e06de5d2d Really remove DHE ciphersuites from TLS. 7年前
  David Benjamin ad8f5e1de9 Don't use long for timestamps. 7年前
  Steven Valdez 27a9e6ae1b Adding ALPN to session. 7年前
  Adam Langley 46db7af2c9 Remove |X509| things from SSL_SESSION. 7年前
  David Benjamin 17b3083373 Use a separate timeout scheme for TLS 1.3. 7年前
  Steven Valdez 08b65f4e31 Enabling 0-RTT on new Session Tickets. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin f1050fd79a Preserve the peer signature algorithm across resumes. 7年前
  David Benjamin 4882a6c50b Replace key_exchange_info with group_id. 7年前
  Adam Langley d519bf6be0 Add |SSL_CTX_set0_buffer_pool|. 7年前
  Adam Langley 68e7124ddf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 7年前
  Adam Langley 364f7a6d21 Push the difference in chain semantics to the edge. 7年前
  Adam Langley c0fc7a1385 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." 7年前
  Adam Langley 5a6e616961 Add |SSL_CTX_set0_buffer_pool|. 8年前
  Adam Langley e8509090cf Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. 8年前
  David Benjamin 30c4c30d4a Revise some integer sizes. 7年前
  Steven Valdez a833c357ed Update to TLS 1.3 draft 18. 8年前
  Adam Langley c5ac2b6c78 Rename X.509 members in |SSL_SESSION| and |CERT|. 8年前
  David Benjamin 5b7b09cfca Remove weird special-cases around times in SSL_SESSION. 8年前
  David Benjamin 0f31ac7566 Don't serialize negative times and timeouts. 8年前
  David Benjamin 7bb88bb686 Fix comment on session version field. 8年前
  Steven Valdez 5b9860827f Updating NewSessionTicket message and updating PSK to Draft 15. 8年前
  Steven Valdez fdd10998e1 Moving TLS 1.3 version negotiation into extension. 8年前
  David Benjamin 54091230cd Use C99 for size_t loops. 8年前
  Steven Valdez 84b5c003cc Serialize unresumable sessions to a placeholder value. 8年前
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8年前
  Steven Valdez 1e6f11a7ff Adding NewSessionTicket. 8年前
  David Benjamin 7583643569 Disconnect handshake message creation from init_buf. 8年前
  David Benjamin af07365b49 Check for overflow when parsing a CBS with d2i_*. 9年前
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9年前
  David Benjamin 7f393f72a5 Unexport SSL_SESSION_ASN1_VERSION. 9年前
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9年前
  David Benjamin 14e2b5070b const-correct a few SSL_SESSION functions. 9年前
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9年前
  David Benjamin 8be79a3355 Slightly refactor SSL_SESSION parsing. 9年前