Add ERR_put_func_error, and use it.
[openssl.git] / crypto / store / loader_file.c
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-02 Antoine CœurFix Typos
2019-06-18 Bernd EdlingerFix error handling at openssl_strerror_r
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-06-25 Andy Polyakovstore/loader_file.c: fix char-subscripts warning.
2018-03-13 Andy Polyakovstore/loader_file.c: rename variables causing conflicts...
2018-02-23 Richard LevitteSTORE 'file' scheme loader: Add search capibility
2018-02-23 Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23 Richard LevitteSTORE 'file' scheme loader: Add info type expectation
2018-02-23 Richard LevitteSTORE: Add the possibility to specify an expected info...
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-09-05 Richard LevitteFix OSSL_STORE's 'file' loader: make sure peekbuf is...
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in STORE file_load
2017-07-27 Benjamin KadukImprove style
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check that a DOS devic...
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check for absolute...
2017-07-15 Richard LevitteOSSL_STORE: Treat URIs as files first (with exceptions...
2017-07-15 Richard LevitteOSSL_STORE: spell error reason correctly
2017-07-14 Richard LevitteFor Windows, use _stat rather than stat
2017-07-14 Richard LevitteFix style in crypto/store/loader_file.c
2017-07-05 Richard LevitteSTORE 'file' scheme loader: fix try_decode_params(...
2017-07-02 Richard LevitteSTORE 'file' scheme loader: DNS name in URI is case...
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29 Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add handler for encrypted...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor file_load to suppo...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for the PKCS...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for containers
2017-06-29 Richard LevitteAdd a STORE loader for the "file" scheme