summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More commentsMatt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Fix memory leak.Martin Brejcha
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-31Add missing include of sys/time.hKurt Roeckx
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-22RT3548: Remove unsupported platforms.Rich Salz
2014-12-20Fix incorrect OPENSSL_assert() usage.Michael Tuexen
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-17Don't use msg on error.Jan Hykel
2014-08-28RT2193: #ifdef errors in bss_dgram.cl.montecchiani@gmail.com
2014-08-15rtcp_new: return failure if allocation of bi->ptr failedJonas Maebe
2014-08-15BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2013-11-01DTLS/SCTP struct authchunks BugRobin Seggelmann
2013-10-07Constification.Ben Laurie
2013-01-19Improve WINCE support.Andy Polyakov
2012-12-16d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov
2012-08-14bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov
2012-07-01bss_dgram.c: fix typos in Windows code.Andy Polyakov
2012-06-11bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.Andy Polyakov
2012-06-11bss_dgram.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2012-06-11b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2012-05-30Build on FreeBSD with gcc 4.6.Ben Laurie
2012-04-16OPENSSL_NO_SOCK fixes.Andy Polyakov
2012-04-16Minor compatibility fixes.Andy Polyakov
2012-03-06PR: 2755Dr. Stephen Henson