232 커밋 (a0ef7b0a56a4f5e376dffa28f7808c011b312bc5)

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