summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24Fix malloc define typoMike Frysinger
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee
2015-03-06make errorsMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-13size_t for buffer functions.Dr. Stephen Henson
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