summaryrefslogtreecommitdiff
path: root/ssl/ssl_txt.c
Commit message (Expand)AuthorAgeFilesLines
* Cast values to match printf format strings.J.W. Jagersma2022-11-141-1/+1
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-4/+6
* Update copyright yearMatt Caswell2022-05-031-1/+1
* print SSL session, fix build warnings on OpenBSD.David Carlier2022-03-181-2/+2
* Update copyright yearMatt Caswell2021-06-171-1/+1
* tls: remove TODOsPauli2021-06-021-1/+0
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Address coverity-reported NULL dereference in SSL_SESSION_print()Benjamin Kaduk2018-07-011-1/+2
* Update SSL_SESSION_print for TLSv1.3Matt Caswell2018-06-261-1/+11
* Update copyright yearMatt Caswell2018-05-291-1/+1
* ssl/ssl_txt: fix NULL-checkTilman Keskinöz2018-05-211-7/+7
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Move extension data into sub-structsRich Salz2017-01-091-4/+4
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-1/+2
* Convert session_id_length and sid_ctx_len to size_tMatt Caswell2016-11-041-4/+4
* Indent ssl/Emilia Kasper2016-08-181-5/+4
* Enforce and explicit some const castingFdaSilvaYY2016-07-251-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+7
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-1/+1
* Make function to convert version to stringKurt Roeckx2016-03-091-16/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-1/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-2/+0
* Remove Kerberos support from libsslMatt Caswell2015-05-131-12/+0
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-3/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Fix missing return value checksMatt Caswell2015-03-231-1/+2
* Extended master secret extension support.Dr. Stephen Henson2015-02-031-0/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-160/+183
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Remove SSLv2 supportKurt Roeckx2014-12-041-13/+1
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-241-0/+30
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-1/+1
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-0/+2
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-0/+2
* Add SRP support.Ben Laurie2011-03-121-0/+4
* Initial experimental TLSv1.1 supportDr. Stephen Henson2009-12-071-0/+2
* Update from 0.9.8-stableDr. Stephen Henson2009-06-301-2/+2
* Update from stable branch.Dr. Stephen Henson2009-05-131-0/+4
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-0/+16
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-1/+1