183 コミット (5f387e38fc406d6e341248865df61dd9d957171f)

作成者 SHA1 メッセージ 日付
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9年前
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  David Benjamin b487df6fa9 Pull version, option, and mode APIs into their own sections. 9年前
  David Benjamin 7270cfc1ca Prune version constants. 9年前
  David Benjamin afc9ecddb6 Unexport ssl_get_new_session and ssl_update_cache. 9年前
  David Benjamin 3b7456e031 Fix some documentation typos. 9年前
  David Benjamin 4831c3328c Document some core SSL_CTX and SSL methods. 9年前
  David Benjamin 4dab297953 Don't use struct names in ssl.h. 9年前
  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年前