summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-17Don't use msg on error.Jan Hykel
2014-08-28RT2193: #ifdef errors in bss_dgram.cl.montecchiani@gmail.com
2014-08-15rtcp_new: return failure if allocation of bi->ptr failedJonas Maebe
2014-08-15BIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunksJonas Maebe
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2013-11-01DTLS/SCTP struct authchunks BugRobin Seggelmann
2013-10-07Constification.Ben Laurie
2013-01-19Improve WINCE support.Andy Polyakov
2012-12-16d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov
2012-08-14bss_dgram.c: fix compilation failure and warning on Windows withAndy Polyakov
2012-07-01bss_dgram.c: fix typos in Windows code.Andy Polyakov
2012-06-11bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.Andy Polyakov
2012-06-11bss_dgram.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2012-06-11b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2012-05-30Build on FreeBSD with gcc 4.6.Ben Laurie
2012-04-16OPENSSL_NO_SOCK fixes.Andy Polyakov
2012-04-16Minor compatibility fixes.Andy Polyakov
2012-03-06PR: 2755Dr. Stephen Henson
2012-02-25PR: 2730Dr. Stephen Henson
2011-12-27fix error codeDr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
2011-12-02Fix BIO_f_buffer().Bodo Möller
2011-09-01PR: 2340Dr. Stephen Henson
2011-07-20PR: 2559Dr. Stephen Henson
2011-05-25PR: 2512Dr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2011-01-03PR: 2413Dr. Stephen Henson
2010-12-11bss_file.c: refine UTF8 logic.Andy Polyakov
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson
2010-04-28bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov
2010-04-21bss_file.c: reserve for option to encode file name with UTF-8.Andy Polyakov
2010-03-27PR: 1763Dr. Stephen Henson
2010-03-22bss_file.c: fix MSC 6.0 warning.Andy Polyakov
2010-03-15Fix UPLINK typo.Andy Polyakov
2010-01-07http://cvs.openssl.org/chngview?cn=19053 made me wonder if bind() andAndy Polyakov
2010-01-07sendto is reportedly picky about destination socket address length.Andy Polyakov
2010-01-06Fix compilation on older Linux. Linux didn't always have sockaddr_storage,Andy Polyakov