232 Commits (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

Autor SHA1 Mensaje Fecha
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. hace 9 años
  David Benjamin e348ff4a72 Fix build. hace 9 años
  David Benjamin 6e80765774 Add SSL_get_server_key_exchange_hash. hace 9 años
  Adam Langley c2d3280f0f Add SSL_get_ivs. hace 9 años
  Adam Langley bb85f3d655 Reorganise |SSL_SESSION| and |SSL| to save a little memory. hace 9 años
  Piotr Sikora 7063b6d062 Fix assert in SSL_set_shutdown. hace 9 años
  Brian Smith 271777f5ac Refactor ChaCha20-Poly1305 AEAD nonce handling. hace 9 años
  David Benjamin 1269ddd377 Never use the internal session cache for a client. hace 9 años
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. hace 9 años
  David Benjamin 63006a913b Document the rest of ssl.h. hace 9 años
  David Benjamin 5d8b128095 Document the (formerly) SSL_state wrapper macros. hace 9 años
  David Benjamin 82170248e7 Document the info callback. hace 9 años
  David Benjamin 066fe0a679 Document fd-based SSL APIs. hace 9 años
  David Benjamin 07e138425d Move remaining functions out of tls1.h. hace 9 años
  David Benjamin 1a1b34d759 Deprecate SSL_get_(peer_)finished. hace 9 años
  David Benjamin 93d17499e9 Deprecate SSL_want*. hace 9 años
  David Benjamin d4c2bceaab Document early callback functions. hace 9 años
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. hace 9 años
  David Benjamin 9f85949baf Document a few more miscellaneous things. hace 9 años
  David Benjamin 1d5ef3bb1e Add SSL_set_renegotiate_mode. hace 9 años
  David Benjamin 617eac6a21 Align BIO_get_fd with upstream. hace 9 años
  Adam Langley f4e554e438 Bitwise-or, not logical-or, when hashing. hace 9 años
  David Benjamin 32876b3dbb Document cipher suite configuration. hace 9 años
  David Benjamin 59937045ec Document certificate verification functions in SSL. hace 9 años
  David Benjamin 42fea37227 Document Channel ID functions and a few random extras. hace 9 años
  David Benjamin 977547b6f9 Group NPN functions in their own section. hace 9 años
  David Benjamin 8984f1f6e5 Group ALPN functions into their own section. hace 9 años
  Matt Braithwaite cd6f54b193 Add method to query Extended Master Secret support hace 9 años
  David Benjamin e8814df699 Document PSK functions in ssl.h. hace 9 años
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. hace 9 años
  David Benjamin 1ac08feed6 Fix SSL and SSL_CTX ex_data variable names. hace 9 años
  David Benjamin dafbdd49c7 Document session cache functions. hace 9 años
  David Benjamin a6b8cdfbe9 Document functions acting on an SSL_SESSION. hace 9 años
  David Benjamin ee0c82789a Move SSL_get_peer_* to Connection information. hace 9 años
  David Benjamin 27bbae4682 Reorder functions in ssl_lib.c to match ssl.h. hace 9 años
  David Benjamin 3c1ccc017c Document a bunch of core functions in ssl.h. hace 9 años
  Paul Lietar 4fac72e638 Add server-side support for Signed Certificate Timestamps. hace 9 años
  David Benjamin 7c6d09b9e5 Fold ssl_algs.c into ssl_lib.c. hace 9 años
  Adam Langley 8748920ca7 Don't forget to free the TLS 1.0 ciphers. hace 9 años
  Adam Langley cef7583633 Add cipher suite settings for TLS ≥ 1.0. hace 9 años
  David Benjamin c9d40ba5b0 Remove unnecessary field initializations. hace 9 años
  David Benjamin 76c2efc0e9 Forbid a server from negotiating both ALPN and NPN. hace 9 años
  David Benjamin 26416e9dde Remove the last of SESS_CERT. hace 9 años
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. hace 9 años
  Matt Braithwaite 4838d8aa90 Add do-nothing function |ERR_load_SSL_strings|. hace 9 años
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. hace 9 años
  David Benjamin 651b3d9284 ssl->cert and ctx->cert cannot be NULL. hace 9 años
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. hace 9 años
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. hace 9 años
  David Benjamin 97760d5254 Slightly simplify V2ClientHello sniffing. hace 9 años