index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
store
/
store_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Adding missing NULL pointer check
afshinpir
2024-04-15
1
-2
/
+3
*
Add OPENSSL_free to avoid mem leak
Jiasheng Jiang
2024-04-01
1
-1
/
+3
*
store/store_lib.c: Add the checks for the EVP_MD_CTX_get_size()
Jiasheng Jiang
2024-04-01
1
-2
/
+7
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
Allow to pass a passprase callback at store open
Simo Sorce
2023-09-19
1
-12
/
+26
*
Store: API for deletion
Dmitry Belyavskiy
2023-09-15
1
-0
/
+47
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
OSSL_STORE: Fix error flag clearing and setting (provider path only)
Richard Levitte
2023-09-08
1
-2
/
+2
*
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-38
/
+16
*
Fix Coverity 1503329 use after free
Pauli
2022-05-06
1
-0
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=file
Dr. David von Oheimb
2022-01-07
1
-0
/
+4
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-1
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-2
/
+2
*
Defined out MUTEX attributes not available on NonStop SPT Threads.
Randall S. Becker
2021-07-02
1
-1
/
+1
*
OSSL_STORE: Fix crash when tracing STORE
Richard Levitte
2021-06-29
1
-5
/
+6
*
STORE: Fix OSSL_STORE_open_ex() error reporting
Richard Levitte
2021-06-20
1
-8
/
+16
*
STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions
Richard Levitte
2021-06-11
1
-2
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-6
/
+7
*
Better error messages if there are no encoders/decoders/store loaders
Matt Caswell
2021-05-18
1
-1
/
+6
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-27
/
+41
*
BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...
Dr. David von Oheimb
2021-05-04
1
-1
/
+1
*
OSSL_STORE_expect(): Improve error handling and documentation
Dr. David von Oheimb
2021-05-04
1
-0
/
+5
*
STORE: Fix the repeated prompting of passphrase
Richard Levitte
2021-04-30
1
-1
/
+5
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Pauli
2021-03-11
1
-2
/
+5
*
Fix OSSL_PARAM creation in OSSL_STORE_open_ex
Petr Gotthard
2020-12-19
1
-6
/
+5
*
STORE: clear err after ossl_store_get0_loader_int
Daniel Bevenius
2020-12-08
1
-1
/
+14
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-10
/
+9
*
Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...
Shane Lontis
2020-09-12
1
-0
/
+1
*
Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()
Shane Lontis
2020-09-12
1
-0
/
+4
*
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
Shane Lontis
2020-09-12
1
-0
/
+1
*
STORE: Fix OSSL_STORE_attach() to check |ui_method| before use
Richard Levitte
2020-09-10
1
-5
/
+7
*
STORE: Fix potential memory leak
Richard Levitte
2020-09-03
1
-0
/
+1
*
STORE: Deprecate legacy / ENGINE functions
Richard Levitte
2020-09-03
1
-0
/
+21
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
1
-49
/
+14
*
STORE: Change all error recording to use ERR_raise() / ERR_raise_data()
Richard Levitte
2020-08-24
1
-59
/
+32
*
STORE: Modify to support loading with provider based loaders
Richard Levitte
2020-08-24
1
-61
/
+356
*
STORE: Distinguish public keys from private keys
Richard Levitte
2020-08-20
1
-1
/
+30
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-11
/
+21
*
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
*
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
2020-05-13
1
-29
/
+15
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
[next]