summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_txt.c
AgeCommit message (Expand)Author
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-07-01Address coverity-reported NULL dereference in SSL_SESSION_print()Benjamin Kaduk
2018-06-26Update SSL_SESSION_print for TLSv1.3Matt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-21ssl/ssl_txt: fix NULL-checkTilman Keskinöz
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-07-25Enforce and explicit some const castingFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Make function to convert version to stringKurt Roeckx
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-02Remove BIO_s_file_internal macro.Rich Salz
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-23Fix missing return value checksMatt Caswell
2015-02-03Extended master secret extension support.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-05-24Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson
2011-04-29Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson
2011-03-12Add SRP support.Ben Laurie
2009-12-07Initial experimental TLSv1.1 supportDr. Stephen Henson
2009-06-30Update from 0.9.8-stableDr. Stephen Henson
2009-05-13Update from stable branch.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2005-03-30Constification.Ben Laurie
2005-03-20some const fixesNils Larsch
2002-03-12Fix ASN1 additions for KRB5Dr. Stephen Henson