aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_file.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Update copyright yearTomas Mraz1-1/+1
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-1/+1
2021-06-02bio: remove TODOsPauli1-4/+0
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-19Link with uplink moduleTanzinul Islam1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-6/+6
2020-11-05Update copyright yearMatt Caswell1-1/+1
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte1-0/+9
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-7/+10
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre1-33/+28
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-4/+4
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-4/+4
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger1-21/+21
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen1-4/+5
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius1-2/+2
2017-10-13Remove email addresses from source code.Rich Salz1-7/+1
2017-07-07BIO range checking.Pauli1-23/+23
2017-07-05Undo commit d420ac2Rich Salz1-5/+5
2017-04-28Check fflush on BIO_ctrl callRich Salz1-4/+9
2016-10-28Fix stdio build following BIO size_t workMatt Caswell1-0/+4
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte1-1/+5
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov1-83/+2
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-05-12DJGPP adjustmentsRichard Levitte1-0/+30
2016-04-11BIO: respect opening in text modeRichard Levitte1-1/+5
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov1-2/+5
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-4/+4
2016-03-17Remove Netware and OS/2Rich Salz1-19/+2
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte1-1/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-5/+5
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+54
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse1-3/+10
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-1/+1
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-390/+374
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-2/+7
2015-01-22More commentsMatt Caswell1-1/+1
2015-01-12RT3548: Remove unsupported platformsRich Salz1-14/+14
2010-12-11bss_file.c: refine UTF8 logic.Andy Polyakov1-3/+9
2010-04-28bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov1-18/+35
2010-04-21bss_file.c: reserve for option to encode file name with UTF-8.Andy Polyakov1-1/+21
2010-03-22bss_file.c: fix MSC 6.0 warning.Andy Polyakov1-1/+1
2010-03-15Fix UPLINK typo.Andy Polyakov1-2/+2