summaryrefslogtreecommitdiff
path: root/lib/libssl/t1_meth.c
AgeCommit message (Expand)Author
2017-01-26Merge the client/server version negotiation into the existing (currentlyJoel Sing
2017-01-26Remove ssl3_undef_enc_method - if we have internal bugs we want to segfaultJoel 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-09-11Put the *method* data structures and functions in the same place.Joel Sing
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-29Make it substantially easier to identify protocol version requirementsJoel Sing
2014-05-24DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far moreJoel Sing
2014-04-19More KNF.Joel 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
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker