aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Don't use msg on error.Jan Hykel2014-11-171-7/+7
* RT2193: #ifdef errors in bss_dgram.cl.montecchiani@gmail.com2014-08-281-2/+2
* rtcp_new: return failure if allocation of bi->ptr failedJonas Maebe2014-08-151-0/+2
* BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe2014-08-151-2/+2
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-094-3/+29
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-084-29/+3
* Fix memory leak in BIO_free if there is no destroy function.Matt Caswell2014-07-091-2/+2
* Set authkey to NULL and check malloc return value.Kurt Roeckx2014-05-121-1/+7
* dgram_sctp_ctrl: authkey memory leakMartin Brejcha2014-05-121-0/+1
* bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov2014-03-061-0/+4
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-192-0/+25
* DTLS/SCTP struct authchunks BugRobin Seggelmann2013-11-011-3/+3
* Constification.Ben Laurie2013-10-073-4/+4
* Improve WINCE support.Andy Polyakov2013-01-192-4/+20
* d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov2012-12-161-5/+9
* bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov2012-08-141-1/+5
* bss_dgram.c: fix typos in Windows code.Andy Polyakov2012-07-011-4/+3
* bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.Andy Polyakov2012-06-112-1/+46
* bss_dgram.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov2012-06-111-23/+47
* b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov2012-06-111-3/+4
* Build on FreeBSD with gcc 4.6.Ben Laurie2012-05-301-0/+10
* OPENSSL_NO_SOCK fixes.Andy Polyakov2012-04-161-1/+1
* Minor compatibility fixes.Andy Polyakov2012-04-161-14/+14
* PR: 2755Dr. Stephen Henson2012-03-062-0/+22
* PR: 2730Dr. Stephen Henson2012-02-251-1/+5
* fix error codeDr. Stephen Henson2011-12-273-2/+4
* PR: 2535Dr. Stephen Henson2011-12-252-1/+1038
* Fix BIO_f_buffer().Bodo Möller2011-12-022-7/+17
* PR: 2340Dr. Stephen Henson2011-09-011-2/+3
* PR: 2559Dr. Stephen Henson2011-07-201-4/+9
* PR: 2512Dr. Stephen Henson2011-05-251-0/+4
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-192-4/+53
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* PR: 2413Dr. Stephen Henson2011-01-031-1/+1
* bss_file.c: refine UTF8 logic.Andy Polyakov2010-12-111-3/+9
* Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson2010-07-261-9/+9
* Fix warnings.Ben Laurie2010-06-123-7/+4
* fix PR#2261 in a different wayDr. Stephen Henson2010-05-311-0/+7
* bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov2010-04-281-18/+35
* bss_file.c: reserve for option to encode file name with UTF-8.Andy Polyakov2010-04-211-1/+21
* PR: 1763Dr. Stephen Henson2010-03-271-13/+0
* bss_file.c: fix MSC 6.0 warning.Andy Polyakov2010-03-221-1/+1
* Fix UPLINK typo.Andy Polyakov2010-03-151-2/+2
* http://cvs.openssl.org/chngview?cn=19053 made me wonder if bind() andAndy Polyakov2010-01-071-5/+8
* sendto is reportedly picky about destination socket address length.Andy Polyakov2010-01-071-2/+12
* Fix compilation on older Linux. Linux didn't always have sockaddr_storage,Andy Polyakov2010-01-061-11/+17
* b_sock.c: correct indirect calls on WinSock platforms.Andy Polyakov2009-12-301-3/+14
* bss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER.Andy Polyakov2009-11-261-5/+7