aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
...
* bio_err.c: remove a reappeared filename commentViktor Szakats2016-02-041-1/+0
* Make fallback addresses static so that we can initialize itKurt Roeckx2016-02-041-8/+11
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-130/+43
* make updateRichard Levitte2016-02-031-1/+8
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-033-269/+424
* make updateRichard Levitte2016-02-031-0/+2
* Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte2016-02-031-435/+90
* make updateRichard Levitte2016-02-031-0/+15
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-033-0/+18
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-033-2/+345
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-1/+9
* Refactoring BIO: Small adjustmentsRichard Levitte2016-02-033-6/+2
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-034-10/+878
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+9
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-2/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2620-20/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-223/+73
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-2/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-165-19/+19
* Fix (incorrect) uninitialised variable warning.Ben Laurie2015-12-131-1/+2
* 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