aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-223/+73
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz1-2/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz5-19/+19
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie1-1/+2
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-3/+3
2015-11-05Rebuild error source files.Dr. Stephen Henson1-11/+11
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte1-2/+0
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte1-11/+20
2015-10-23Remove useless codeAlessandro Ghedini1-1/+0
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov1-1/+1
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov1-1/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov3-20/+20
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+54
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell1-1/+8
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse1-3/+10
2015-09-03remove 0 assignments.Rich Salz3-12/+4
2015-09-02Add and use OPENSSL_zallocRich Salz3-24/+8
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx1-1/+13
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx1-10/+29
2015-06-23More secure storage of key material.Rich Salz1-4/+32
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell1-5/+5
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell1-2/+5
2015-06-02Fix compilation failure for some tool chainsMatt Caswell1-1/+1
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson1-1/+1
2015-05-26Handle unsigned struct timeval membersMatt Caswell1-6/+7
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-17/+32
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte18-18/+18
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz4-5/+5
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz4-26/+25
2015-05-04Use safer sizeof variant in mallocRich Salz8-11/+9
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-1/+1
2015-05-01free null cleanup finaleRich Salz8-46/+22
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell1-24/+21
2015-04-28realloc of NULL is like mallocRich Salz1-5/+2
2015-04-28remove malloc castsRich Salz7-13/+13
2015-04-16Code style: space after 'if'Viktor Dukhovni2-4/+4
2015-03-31Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte1-321/+0
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-879/+0
2015-03-25free NULL cleanupRich Salz4-22/+11
2015-03-25RAND_bytes updatesMatt Caswell1-2/+4
2015-03-24Fix malloc define typoMike Frysinger1-2/+2
2015-03-17Remove dead code from cryptoMatt Caswell1-5/+2
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee1-3/+6