index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
store
/
loader_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
1
-2
/
+3
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-1
/
+1
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-02
1
-2
/
+2
*
Fix error handling at openssl_strerror_r
Bernd Edlinger
2019-06-18
1
-6
/
+6
*
Following the license change, modify the boilerplates in crypto/store/
Richard Levitte
2018-12-06
1
-1
/
+1
*
crypto/*: address standard-compilance nits.
Andy Polyakov
2018-07-20
1
-1
/
+5
*
store/loader_file.c: fix char-subscripts warning.
Andy Polyakov
2018-06-25
1
-3
/
+3
*
store/loader_file.c: rename variables causing conflicts with Android NDK.
Andy Polyakov
2018-03-13
1
-15
/
+15
*
STORE 'file' scheme loader: Add search capibility
Richard Levitte
2018-02-23
1
-1
/
+103
*
STORE: Add the possibility to search for specific information
Richard Levitte
2018-02-23
1
-0
/
+1
*
STORE 'file' scheme loader: Add info type expectation
Richard Levitte
2018-02-23
1
-1
/
+18
*
STORE: Add the possibility to specify an expected info type
Richard Levitte
2018-02-23
1
-1
/
+2
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-2
/
+2
*
Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialised
Richard Levitte
2017-09-05
1
-1
/
+1
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-2
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-1
/
+2
*
Use OPENSSL_secure_clear_free in STORE file_load
Bernd Edlinger
2017-07-29
1
-5
/
+5
*
Improve style
Benjamin Kaduk
2017-07-27
1
-2
/
+2
*
OSSL_STORE "file" scheme loader: check that a DOS device is correctly named
Richard Levitte
2017-07-15
1
-3
/
+7
*
OSSL_STORE "file" scheme loader: check for absolute path in URI later
Richard Levitte
2017-07-15
1
-18
/
+28
*
OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIs
Richard Levitte
2017-07-15
1
-19
/
+42
*
OSSL_STORE: spell error reason correctly
Richard Levitte
2017-07-15
1
-1
/
+1
*
For Windows, use _stat rather than stat
Richard Levitte
2017-07-14
1
-0
/
+4
*
Fix style in crypto/store/loader_file.c
Richard Levitte
2017-07-14
1
-4
/
+54
*
STORE 'file' scheme loader: fix try_decode_params() to check ambiguity
Richard Levitte
2017-07-05
1
-10
/
+26
*
STORE 'file' scheme loader: DNS name in URI is case insensitive
Richard Levitte
2017-07-02
1
-1
/
+1
*
Add internal functions to fetch PEM data from an opened BIO
Richard Levitte
2017-06-29
1
-0
/
+24
*
Make it possible to tell the file loader to use secure memory
Richard Levitte
2017-06-29
1
-7
/
+51
*
STORE 'file' scheme loader: refactor the treatment of matches
Richard Levitte
2017-06-29
1
-59
/
+135
*
STORE: add ENGINE information to loaders
Richard Levitte
2017-06-29
1
-0
/
+1
*
STORE 'file' scheme loader: Add directory listing capability
Richard Levitte
2017-06-29
1
-74
/
+233
*
STORE 'file' scheme loader: Add handler for encrypted PKCS#8 data
Richard Levitte
2017-06-29
1
-4
/
+78
*
STORE 'file' scheme loader: refactor file_load to support decoding restart
Richard Levitte
2017-06-29
1
-111
/
+177
*
STORE 'file' scheme loader: add support for the PKCS#12 container
Richard Levitte
2017-06-29
1
-0
/
+116
*
STORE 'file' scheme loader: add support for containers
Richard Levitte
2017-06-29
1
-46
/
+111
*
Add a STORE loader for the "file" scheme
Richard Levitte
2017-06-29
1
-0
/
+583