summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2016-06-20RT3925: Remove trailing semi from #define's.Dr. Matthias St. Pierre
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell
2016-05-31Fix some missing initsFdaSilvaYY
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell
2016-02-01RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte
2015-12-19BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-12-19Correct or add comments indicating what controls belong to whatRichard Levitte
2015-12-19Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-10-23Remove useless codeAlessandro Ghedini
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-06-16Remove one extraneous parenthesisRichard Levitte
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-02Fix compilation failure for some tool chainsMatt Caswell
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-24Fix malloc define typoMike Frysinger
2015-03-19make updateMatt Caswell
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-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-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06Fix memory leak.Martin Brejcha
2014-12-20Fix incorrect OPENSSL_assert() usage.Michael Tuexen
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-11-17Don't use msg on error.Jan Hykel
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-20Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling
2014-02-01Improve WINCE support.Andy Polyakov
2014-02-01b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2013-10-30DTLS/SCTP struct authchunks BugRobin Seggelmann