aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Fix yesterday typos in bss_dgram.c.Andy Polyakov2008-09-151-7/+7
* Winsock handles SO_RCVTIMEO in unique manner...Andy Polyakov2008-09-141-0/+56
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
* And so it begins...Dr. Stephen Henson2008-03-121-0/+1
* Netware support.Dr. Stephen Henson2008-01-033-10/+26
* Change submitted by Doug Kaufman. He writes:Richard Levitte2007-12-031-1/+1
* Bunch of constifications.Andy Polyakov2007-10-132-2/+2
* Addendum to commit #16654.Andy Polyakov2007-10-091-11/+7
* Remove excessive whitespaces from bio.hAndy Polyakov2007-09-181-8/+8
* It's inappropraite to override application signal, nor is it appropriateAndy Polyakov2007-09-161-9/+1
* Make bn2dec work on "SIXTY_FOUR_BIT" platforms.Andy Polyakov2007-09-151-3/+3
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-081-6/+7
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-241-0/+21
* replace macros with functionsNils Larsch2006-11-292-20/+70
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Add BeOS support.Ulf Möller2006-04-112-1/+14
* make some internal functions static; patch supplied by Kurt RoeckxNils Larsch2006-02-152-6/+6
* make updateUlf Möller2006-02-121-5/+6
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-1/+18
* Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson2006-02-091-10/+10
* Avoid warnings about shadowed definitions.Dr. Stephen Henson2006-02-091-25/+25
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch2006-02-021-1/+1
* add additional checks + cleanupNils Larsch2006-01-291-0/+3
* The VMS I run on doesn't know socklen_t and uses size_t instead.Richard Levitte2006-01-041-1/+6
* Refine login in b_sock.c.Andy Polyakov2006-01-021-1/+15
* Fix typo and purify logic in b_sock.cAndy Polyakov2006-01-021-3/+3
* Make b_sock.c IPv6 savvy.Andy Polyakov2006-01-021-29/+115
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-182-34/+2
* Make bio.h resistant to gnu-ish __attribute__ redefenitions.Andy Polyakov2005-12-161-6/+9
* Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov2005-11-031-3/+2
* Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate referencesAndy Polyakov2005-11-031-2/+7
* Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov2005-11-031-0/+3
* Fix typo.Andy Polyakov2005-09-291-1/+1
* Fix missing applink call.Andy Polyakov2005-09-291-1/+4
* Fix compilation when HAVE_LONG_LONG isn't defined.Geoff Thorpe2005-07-261-1/+1
* Jumbo Makfiles update.Andy Polyakov2005-06-231-3/+3
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-3/+6
* Allow BIO_s_file to open and sequentially access files larger than 2GB onAndy Polyakov2005-06-061-0/+18
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-181-1/+6
* Engage Applink for VC builds.Andy Polyakov2005-05-171-1/+1
* OPENSSL_Applink update.Andy Polyakov2005-05-175-23/+106
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* fix compiler warning; pow10 is also in math.hNils Larsch2005-05-051-3/+3
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-7/+12
* add missing parenthesesNils Larsch2005-04-271-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-263-1/+3
* make updateBodo Möller2005-04-261-0/+7
* Add DTLS support.Ben Laurie2005-04-263-2/+535