summaryrefslogtreecommitdiff
path: root/lib/libssl/d1_meth.c
AgeCommit message (Expand)Author
2017-10-12Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.Joel Sing
2017-10-10Merge dtls1_connect() into ssl3_connect(), removing a large amount ofJoel Sing
2017-01-23Split most of SSL_METHOD out into an internal variant, which is opaque.Joel Sing
2017-01-23Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrlJoel Sing
2017-01-21Specify minimum and maximum protocol version for each method. This isJoel Sing
2016-11-04The *_method_data structures can be staticPhilip Guenther
2015-02-06Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.Joel Sing
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-16Sort and group includes.Joel Sing
2014-08-10Since we no longer need to support SSLv2-style cipher lists, startJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-24DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far moreJoel Sing
2014-04-19More KNF and style consistency tweaksPhilip Guenther
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2008-09-06import of OpenSSL 0.9.8hDamien Miller