summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c
AgeCommit message (Expand)Author
2016-10-28Fix stdio build following BIO size_t workMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-12DJGPP adjustmentsRichard Levitte
2016-04-11BIO: respect opening in text modeRichard Levitte
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More commentsMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2010-12-11bss_file.c: refine UTF8 logic.Andy Polyakov
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-22bss_file.c: fix MSC 6.0 warning.Andy Polyakov
2010-03-15Fix UPLINK typo.Andy Polyakov
2009-10-04Prevent ignored return value warningDr. Stephen Henson
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
2008-01-03Netware support.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2005-11-03Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov
2005-09-29Fix typo.Andy Polyakov
2005-09-29Fix missing applink call.Andy Polyakov
2005-06-06Allow BIO_s_file to open and sequentially access files larger than 2GB onAndy Polyakov
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
2005-05-17OPENSSL_Applink update.Andy Polyakov
2004-12-27Minor cygwin update.Andy Polyakov
2004-03-24Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte
2004-03-21Make sure fd is defined where it should.Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-09-28Uhmm, It seem to have forgotten one file when I committed the MSDOSRichard Levitte
2002-12-29OS/2 does binary by default, apparently.Richard Levitte
2002-06-11Handle read errors.Ben Laurie
2002-01-24New functionsBodo Möller
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie