aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe3-22/+18
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson1-10/+14
2008-11-01Fix bss_log.c on Windows.Andy Polyakov1-41/+12
2008-11-01size_tification.Ben Laurie3-18/+22
2008-09-15Fix yesterday typos in bss_dgram.c.Andy Polyakov1-7/+7
2008-09-14Winsock handles SO_RCVTIMEO in unique manner...Andy Polyakov1-0/+56
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-1/+1
2008-03-12And so it begins...Dr. Stephen Henson1-0/+1
2008-01-03Netware support.Dr. Stephen Henson3-10/+26
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte1-1/+1
2007-10-13Bunch of constifications.Andy Polyakov2-2/+2
2007-10-09Addendum to commit #16654.Andy Polyakov1-11/+7
2007-09-18Remove excessive whitespaces from bio.hAndy Polyakov1-8/+8
2007-09-16It's inappropraite to override application signal, nor is it appropriateAndy Polyakov1-9/+1
2007-09-15Make bn2dec work on "SIXTY_FOUR_BIT" platforms.Andy Polyakov1-3/+3
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson1-6/+7
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson1-0/+21
2006-11-29replace macros with functionsNils Larsch2-20/+70
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-04-11Add BeOS support.Ulf Möller2-1/+14
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch2-6/+6
2006-02-12make updateUlf Möller1-5/+6
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-1/+18
2006-02-09Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson1-10/+10
2006-02-09Avoid warnings about shadowed definitions.Dr. Stephen Henson1-25/+25
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-02-02fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch1-1/+1
2006-01-29add additional checks + cleanupNils Larsch1-0/+3
2006-01-04The VMS I run on doesn't know socklen_t and uses size_t instead.Richard Levitte1-1/+6
2006-01-02Refine login in b_sock.c.Andy Polyakov1-1/+15
2006-01-02Fix typo and purify logic in b_sock.cAndy Polyakov1-3/+3
2006-01-02Make b_sock.c IPv6 savvy.Andy Polyakov1-29/+115
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2-34/+2
2005-12-16Make bio.h resistant to gnu-ish __attribute__ redefenitions.Andy Polyakov1-6/+9
2005-11-03Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov1-3/+2
2005-11-03Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate referencesAndy Polyakov1-2/+7
2005-11-03Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov1-0/+3
2005-09-29Fix typo.Andy Polyakov1-1/+1
2005-09-29Fix missing applink call.Andy Polyakov1-1/+4
2005-07-26Fix compilation when HAVE_LONG_LONG isn't defined.Geoff Thorpe1-1/+1
2005-06-23Jumbo Makfiles update.Andy Polyakov1-3/+3
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte1-3/+6
2005-06-06Allow BIO_s_file to open and sequentially access files larger than 2GB onAndy Polyakov1-0/+18
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov1-1/+6
2005-05-17Engage Applink for VC builds.Andy Polyakov1-1/+1
2005-05-17OPENSSL_Applink update.Andy Polyakov5-23/+106
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-05fix compiler warning; pow10 is also in math.hNils Larsch1-3/+3
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson1-7/+12