summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2019-02-15cygwin: drop explicit O_TEXTCorinna Vinschen
2018-09-26Use gethostbyname_r if availableManikantan Subramanian
2018-08-14Update copyright yearMatt Caswell
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-02-13Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-04-30Check fflush on BIO_ctrl callRich Salz
2017-03-20Cast to an unsigned type before negatingKurt Roeckx
2017-02-23bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2017-02-07If BIO_snprintf failed, keep trying.Rich Salz
2016-09-09If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
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