summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx
2015-06-23More secure storage of key material.Rich Salz
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
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-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free null cleanup finaleRich Salz
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-28realloc of NULL is like mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-31Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24Fix malloc define typoMike Frysinger
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee
2015-03-06make errorsMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-13size_t for buffer functions.Dr. Stephen Henson
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .master-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-22More commentsMatt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Fix memory leak.Martin Brejcha
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-31Add missing include of sys/time.hKurt Roeckx
2014-12-30mark all block comments that need format preserving so thatTim Hudson