summaryrefslogtreecommitdiff
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee2015-03-101-3/+6
* Unchecked malloc fixesMatt Caswell2015-03-052-1/+22
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-224-27/+27
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-post-auto-reformatMatt Caswell2015-01-221-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2223-8260/+8191
* Move more comments that confuse indentMatt Caswell2015-01-222-6/+12
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-4/+12
* Additional comment changes for reformat of 1.0.1Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-227-11/+20
* Fix memory leak.Martin Brejcha2015-01-061-2/+10
* Fix incorrect OPENSSL_assert() usage.Michael Tuexen2014-12-201-22/+64
* There are a number of instances throughout the code where the constant 28 isMatt Caswell2014-12-032-4/+46
* Don't use msg on error.Jan Hykel2014-11-171-7/+7
* Fix memory leak in BIO_free if there is no destroy function.Matt Caswell2014-07-091-2/+2
* Set authkey to NULL and check malloc return value.Kurt Roeckx2014-05-121-1/+7
* dgram_sctp_ctrl: authkey memory leakMartin Brejcha2014-05-121-0/+1
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* make updateDr. Stephen Henson2014-01-061-50/+119
* make updateDr. Stephen Henson2013-12-081-119/+50
* DTLS/SCTP struct authchunks BugRobin Seggelmann2013-11-011-3/+3
* Unused variable.Ben Laurie2012-07-011-1/+1
* bss_dgram.c: fix typos in Windows code.Andy Polyakov2012-07-011-4/+3
* bss_dgram.c: fix bugs [from HEAD].Andy Polyakov2012-06-191-23/+47
* Reduce version skew.Ben Laurie2012-06-081-0/+10
* OPENSSL_NO_SOCK fixes [from HEAD].Andy Polyakov2012-04-161-1/+1
* Minor compatibility fixes [from HEAD].Andy Polyakov2012-04-161-14/+14
* PR: 2755Dr. Stephen Henson2012-03-062-0/+22
* PR: 2730Dr. Stephen Henson2012-02-251-1/+5
* fix error codeDr. Stephen Henson2011-12-273-2/+4
* PR: 2535Dr. Stephen Henson2011-12-252-1/+1038
* Fix BIO_f_buffer().Bodo Möller2011-12-022-7/+17
* Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson2011-10-101-9/+9
* PR: 2340Dr. Stephen Henson2011-09-011-2/+3
* PR: 2559Dr. Stephen Henson2011-07-201-4/+9
* PR: 2512Dr. Stephen Henson2011-05-251-0/+4
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-192-4/+53
* PR: 2413Dr. Stephen Henson2011-01-031-1/+1
* bss_file.c: refine UTF8 logic [from HEAD].Andy Polyakov2010-12-111-3/+9
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-153-7/+4
* fix PR#2261 in a different wayDr. Stephen Henson2010-05-311-0/+7
* bss_file.c: reserve for option to encode file name in UTF-8 on WindowsAndy Polyakov2010-04-281-3/+40
* PR: 1763Dr. Stephen Henson2010-03-271-13/+0
* bss_file.c: fix MSC 6.0 warning [from HEAD].Andy Polyakov2010-03-221-1/+1
* Fix UPLINK typo [from HEAD].Andy Polyakov2010-03-151-2/+2
* b_sock.c: bind/connect are picky about socket address length [from HEAD].Andy Polyakov2010-01-071-5/+8
* sendto is reportedly picky about destination socket address length [from HEAD].Andy Polyakov2010-01-071-2/+12
* Fix compilation on older Linux [from HEAD].Andy Polyakov2010-01-061-11/+17
* b_sock.c: correct indirect calls on WinSock platforms [from HEAD].Andy Polyakov2009-12-301-3/+14
* bss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER (from HEAD).Andy Polyakov2009-11-261-5/+7
* bio_sock.c and bss_dgram.c: update from HEAD.Andy Polyakov2009-11-222-54/+80