bin2bn(): When len==0, just return a zero BIGNUM
[openssl.git] / crypto / o_fopen.c
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-17 PauliAdd missing include file.
2018-08-13 Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-03-22 Andy Polyakovo_fopen.c: compensate for e_os.h omission.
2018-03-21 Andy Polyakovo_fopen.c,rand/randfile.c: compensate for e_os.h omission.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-06-22 Andy PolyakovMove OS-specific fopen quirks to o_fopen.c.