174 コミット (cff0b90cbb68246b93f4894177f3ba545caf6e65)

作成者 SHA1 メッセージ 日付
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9年前
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9年前
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9年前
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9年前
  David Benjamin 08dc68d510 Define no-op options consistently. 9年前
  David Benjamin 897e5e0013 Default renegotiations to off. 9年前
  Matt Braithwaite 58e95fc759 Remove a spurious semicolon after |DECLARE_LHASH_OF|. 9年前
  David Benjamin aebefed905 Always enable SSL_MODE_RELEASE_BUFFERS. 9年前
  David Benjamin 4d2e7ce47b Remove OPENSSL_timeval. 9年前
  David Benjamin 593047fd80 Opaquify DTLS structs. 9年前
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9年前
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9年前
  David Benjamin 7133d428dd Promote SNI macros to functions. 9年前
  David Benjamin c2807582fd Promote channel ID macros to proper functions. 9年前
  David Benjamin 15a3b000cf Promote set_tmp_dh and set_tmp_ecdh to functions. 9年前
  David Benjamin c045469817 Promote a few more macros. 9年前
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9年前
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9年前
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. 9年前
  David Benjamin 101ead27db Move SSL_cutthrough_complete to the deprecated section. 9年前
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. 9年前
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. 9年前
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9年前
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. 9年前
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. 9年前
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. 9年前
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9年前
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9年前
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9年前
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9年前
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9年前
  David Benjamin dd978784d7 Always enable ecdh_auto. 9年前
  Adam Langley 9bc266e68d Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV. 9年前
  Adam Langley c3ef76f327 Compatibility changes for wpa_supplicant and OpenSSH. 9年前
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9年前
  David Benjamin 0d8a758938 Start generating documentation for ssl.h. 9年前
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9年前
  David Benjamin 087e4fa478 Fix minor stylistic issues with ssl.h. 9年前
  David Benjamin 6b38086341 Remove SSL_CIPHER::valid. 9年前
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9年前
  David Benjamin 2e749e8f61 Move the sys/time.h #include out of extern C. 9年前
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9年前
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9年前
  David Benjamin ece3de95c6 Enforce that sessions are resumed at the version they're created. 9年前
  David Benjamin d81e73dcbb Factor out sequence number updates. 9年前
  David Benjamin 9faafdaeb8 Clean up do_ssl3_write fragment handling. 9年前
  David Benjamin 72f5911a16 Fix the standalone shared library build. 9年前
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9年前
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9年前
  Adam Langley 32156b974d Add some more Android compatibility declarations. 9年前