summaryrefslogtreecommitdiffstats
path: root/ssl/methods.c
AgeCommit message (Expand)Author
2019-11-07Update some inclusions of <openssl/macros.h>Richard Levitte
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2017-06-30Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-11-05Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell