summaryrefslogtreecommitdiff
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Protect against gcc's "warning: cast does not match function type".Geoff Thorpe2004-03-251-3/+5
* Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte2004-03-241-1/+4
* Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte2004-03-211-2/+2
* Make sure fd is defined where it should.Richard Levitte2004-03-211-7/+7
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-275-43/+53
* To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte2003-12-111-3/+3
* Netware-specific changes,Richard Levitte2003-11-284-3/+49
* Avoid some shadowed variable names.Geoff Thorpe2003-11-042-8/+8
* Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe2003-10-291-4/+4
* Uhmm, It seem to have forgotten one file when I committed the MSDOSRichard Levitte2003-09-281-3/+20
* add OpenSSL licenseBodo Möller2003-08-061-1/+54
* Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte2003-06-111-0/+1
* Fix sign bugs.Richard Levitte2003-05-211-1/+1
* Make %p and %# work properly, at least with pointers and floats.Richard Levitte2003-04-031-4/+15
* Add GCC attributes when compiled with gcc. This helps find out ifRichard Levitte2003-04-031-4/+11
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-204-10/+7
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-1/+2
* Re enable the read side non blocking test BIO code.Dr. Stephen Henson2003-02-201-2/+2
* typo in WIN16 sectionBodo Möller2003-02-051-1/+1
* We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte2003-01-312-3/+3
* A few small bugs with BIO popping.Richard Levitte2003-01-301-1/+2
* OS/2 does binary by default, apparently.Richard Levitte2002-12-291-1/+1