aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-3/+3
* Rebuild error source files.Dr. Stephen Henson2015-11-051-11/+11
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-2/+0
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-021-11/+20
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-051-1/+1
* bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov2015-10-051-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-053-20/+20
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+54
* Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell2015-09-231-1/+8
* RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse2015-09-211-3/+10
* remove 0 assignments.Rich Salz2015-09-033-12/+4
* Add and use OPENSSL_zallocRich Salz2015-09-023-24/+8
* Check dgram_sctp_write() return value.Kurt Roeckx2015-06-281-1/+13
* Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx2015-06-281-10/+29
* More secure storage of key material.Rich Salz2015-06-231-4/+32
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-101-5/+5
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-2/+5
* Fix compilation failure for some tool chainsMatt Caswell2015-06-021-1/+1
* Fix IP_MTU_DISCOVER typoPer Allansson2015-06-021-1/+1
* Handle unsigned struct timeval membersMatt Caswell2015-05-261-6/+7
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-17/+32
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1418-18/+18
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-114-5/+5
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-054-26/+25
* Use safer sizeof variant in mallocRich Salz2015-05-048-11/+9
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-1/+1
* free null cleanup finaleRich Salz2015-05-018-46/+22
* 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