aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-271-2/+2
* Fix memory issues in BIO_*printf functionsMatt Caswell2016-02-251-71/+116
* Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte2016-01-281-1/+1
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-12-191-2/+0
* Correct or add comments indicating what controls belong to whatRichard Levitte2015-12-191-1/+5
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-12-192-12/+21
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse2015-09-211-3/+10
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* Remove one extraneous parenthesisRichard Levitte2015-06-161-1/+1
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-3/+5
* Handle unsigned struct timeval membersMatt Caswell2015-05-261-6/+7
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Clarify logic in BIO_*printf functionsMatt Caswell2015-04-301-24/+21
* Code style: space after 'if'Viktor Dukhovni2015-04-163-6/+6
* Fix RAND_(pseudo_)?_bytes returnsMatt Caswell2015-03-251-2/+4
* Fix malloc define typoMike Frysinger2015-03-241-2/+2
* make updateMatt Caswell2015-03-192-0/+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
* 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