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
*
Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()
Dr. David von Oheimb
2020-06-08
1
-31
/
+36
*
Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -l
Dr. David von Oheimb
2020-06-08
1
-9
/
+9
*
STORE: Make try_decode_PrivateKey() ENGINE aware
Richard Levitte
2020-05-20
1
-0
/
+37
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733
Dr. David von Oheimb
2020-05-13
1
-0
/
+1
*
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
2020-05-13
1
-0
/
+86
*
OSSL_STORE: Better information when prompting for pass phrases
Richard Levitte
2020-05-13
1
-39
/
+48
*
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
2020-05-13
5
-95
/
+92
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
3
-3
/
+3
*
Teach the OSSL_STORE code about libctx
Matt Caswell
2020-04-15
3
-17
/
+55
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
2
-3
/
+3
*
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
[next]