summaryrefslogtreecommitdiff
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop bogus shadowing warning.Dr. Stephen Henson2005-04-201-2/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-64/+67
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* some const fixes and cleanupNils Larsch2005-04-051-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Minor cygwin update.Andy Polyakov2004-12-271-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte2004-08-112-18/+56
* make updateGeoff Thorpe2004-04-191-50/+51
* Make prototypes for some callback pointers.Richard Levitte2004-03-252-7/+7