719 коммитов (cff0b90cbb68246b93f4894177f3ba545caf6e65)

Автор SHA1 Сообщение Дата
  David Benjamin cff0b90cbb Add client-side tests for renegotiation_info enforcement. 9 лет назад
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 лет назад
  Adam Langley 0b5e3908cf Convert reference counts in ssl/ 9 лет назад
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 лет назад
  Adam Langley a7997f12be Set minimum DH group size to 1024 bits. 9 лет назад
  David Benjamin 81091d55e1 Don't use uninitialized memory in RAND_bytes. 9 лет назад
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9 лет назад
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9 лет назад
  David Benjamin e6df054a75 Add s->s3->initial_handshake_complete. 9 лет назад
  David Benjamin 897e5e0013 Default renegotiations to off. 9 лет назад
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9 лет назад
  David Benjamin b1f5bca538 Remove max parameter to ssl3_read_n. 9 лет назад
  David Benjamin 9417b7649f Remove DTLS special-cases in buffer releasing. 9 лет назад
  David Benjamin ac4de241b1 Zero s->packet when releasing the read buffer. 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 a24265cfb1 Fix random magic number in ssl3_output_cert_chain. 9 лет назад
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9 лет назад
  David Benjamin 6abb37016e Remove ciphers_raw. 9 лет назад
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 лет назад
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9 лет назад
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9 лет назад
  Adam Langley e92d24f323 Build fix. 9 лет назад
  David Benjamin 8eb65e814c Remove dead field from CIPHER_ORDER. 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 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 лет назад
  Adam Langley 3457cd943a Cast to size_t to avoid MSVC warning. 9 лет назад
  David Benjamin 9362b6e235 Errors are uint32_t, not unsigned long. 9 лет назад
  David Benjamin adcc39560e Tidy up ticket length checks. 9 лет назад
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9 лет назад
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9 лет назад
  Adam Langley 97e8ba8d1d Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions. 9 лет назад
  Adam Langley f868409124 Fix SSL_get0_chain_certs. 9 лет назад
  David Benjamin 687937304b Revert "Temporarily break a handful of tests." 9 лет назад
  David Benjamin a921d550d0 Temporarily break a handful of tests. 9 лет назад
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 лет назад