summaryrefslogtreecommitdiff
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-223-18/+18
* Re-align some comments after running the reformat script.Matt Caswell2015-01-223-21/+21
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2223-8341/+8294
* 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
* More commentsMatt Caswell2015-01-221-1/+1
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-4/+4
* RT3548: Remove unsupported platformsRich Salz2015-01-126-41/+28
* Fix memory leak.Martin Brejcha2015-01-061-2/+10
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-063-4/+8
* Add missing include of sys/time.hKurt Roeckx2014-12-311-0/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-304-7/+12
* RT3548: Remove unsupported platforms.Rich Salz2014-12-221-1/+1
* Fix incorrect OPENSSL_assert() usage.Michael Tuexen2014-12-201-22/+64
* RT3548: Remove some obsolete platformsRich Salz2014-12-171-4/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* There are a number of instances throughout the code where the constant 28 isMatt Caswell2014-12-032-4/+46
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Don't use msg on error.Jan Hykel2014-11-171-7/+7
* RT2193: #ifdef errors in bss_dgram.cl.montecchiani@gmail.com2014-08-281-2/+2
* rtcp_new: return failure if allocation of bi->ptr failedJonas Maebe2014-08-151-0/+2
* BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe2014-08-151-2/+2
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-094-3/+29
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-084-29/+3
* 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
* bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov2014-03-061-0/+4
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-192-0/+25
* DTLS/SCTP struct authchunks BugRobin Seggelmann2013-11-011-3/+3
* Constification.Ben Laurie2013-10-073-4/+4
* Improve WINCE support.Andy Polyakov2013-01-192-4/+20
* d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov2012-12-161-5/+9
* bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov2012-08-141-1/+5
* bss_dgram.c: fix typos in Windows code.Andy Polyakov2012-07-011-4/+3
* bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.Andy Polyakov2012-06-112-1/+46
* bss_dgram.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov2012-06-111-23/+47
* b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov2012-06-111-3/+4
* Build on FreeBSD with gcc 4.6.Ben Laurie2012-05-301-0/+10
* OPENSSL_NO_SOCK fixes.Andy Polyakov2012-04-161-1/+1
* Minor compatibility fixes.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
* PR: 2340Dr. Stephen Henson2011-09-011-2/+3
* PR: 2559Dr. Stephen Henson2011-07-201-4/+9