aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Clarify logic in BIO_*printf functionsMatt Caswell2015-04-301-24/+21
* realloc of NULL is like mallocRich Salz2015-04-281-5/+2
* remove malloc castsRich Salz2015-04-287-13/+13
* Code style: space after 'if'Viktor Dukhovni2015-04-162-4/+4
* Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte2015-03-311-321/+0
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-879/+0
* free NULL cleanupRich Salz2015-03-254-22/+11
* RAND_bytes updatesMatt Caswell2015-03-251-2/+4
* Fix malloc define typoMike Frysinger2015-03-241-2/+2
* Remove dead code from cryptoMatt Caswell2015-03-171-5/+2
* BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee2015-03-101-3/+6
* make errorsMatt Caswell2015-03-062-1/+3
* Unchecked malloc fixesMatt Caswell2015-03-052-1/+22
* size_t for buffer functions.Dr. Stephen Henson2015-02-131-1/+1
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-10/+2
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-295-281/+12
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Fix post-reformat errors preventing windows compilationMatt Caswell2015-01-221-1/+1
* 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