index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
store
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
OSSL_STORE: add tracing
Richard Levitte
2019-11-03
1
-2
/
+16
*
OSSL_STORE: constify the criterion parameter a bit more
Richard Levitte
2019-11-03
2
-3
/
+4
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
5
-4
/
+4
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
4
-6
/
+6
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
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
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-79
/
+2
*
Fix Typos
Antoine Cœur
2019-07-02
1
-2
/
+2
*
Fix Typos
Antoine Cœur
2019-07-01
1
-1
/
+1
*
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
7
-7
/
+7
*
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
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
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
2
-1
/
+108
*
STORE: Add the possibility to search for specific information
Richard Levitte
2018-02-23
5
-1
/
+197
*
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
5
-2
/
+52
*
STORE: In preparation for coming work, mark when loading is started
Richard Levitte
2018-02-23
1
-1
/
+5
*
OSSL_STORE: Add OSSL_STORE_vctrl()
Richard Levitte
2018-02-14
1
-3
/
+9
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
1
-1
/
+1
*
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
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
1
-1
/
+1
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
2
-5
/
+2
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
2
-5
/
+6
*
Clear error stack on successful OSSL_STORE_open()
Richard Levitte
2017-08-15
1
-5
/
+16
*
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
*
Fixups for STORE commit
Benjamin Kaduk
2017-07-27
2
-3
/
+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
2
-28
/
+76
*
OSSL_STORE: spell error reason correctly
Richard Levitte
2017-07-15
2
-3
/
+3
*
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: fix possible memory leak
Richard Levitte
2017-07-04
1
-6
/
+6
*
Make sure OSSL_STORE_load() isn't caught in an endless loop
Richard Levitte
2017-07-03
1
-0
/
+3
*
STORE 'file' scheme loader: DNS name in URI is case insensitive
Richard Levitte
2017-07-02
1
-1
/
+1
*
STORE: Make sure the loader to be registered is complete
Richard Levitte
2017-06-29
2
-0
/
+10
*
STORE: simplify store_loader_cmp()
Richard Levitte
2017-06-29
1
-5
/
+2
*
Add internal functions to fetch PEM data from an opened BIO
Richard Levitte
2017-06-29
4
-0
/
+80
*
Make it possible to tell the file loader to use secure memory
Richard Levitte
2017-06-29
2
-7
/
+52
*
STORE 'file' scheme loader: refactor the treatment of matches
Richard Levitte
2017-06-29
1
-59
/
+135
[next]