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
*
Copyright year updates
Tomas Mraz
2024-09-05
2
-2
/
+2
*
Prefer ARRAY_SIZE(...)
Dimitri Papadopoulos
2024-07-22
1
-1
/
+3
*
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
3
-12
/
+31
*
Store: API for deletion
Dmitry Belyavskiy
2023-09-15
3
-1
/
+53
*
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
*
Copyright year updates
Matt Caswell
2023-09-07
3
-3
/
+3
*
store: update to structure based atomics
Pauli
2023-07-01
2
-6
/
+4
*
OSSL_STORE and PKCS#12: Check if there is a MAC to verify before prompting
Richard Levitte
2023-06-26
1
-1
/
+3
*
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
2
-44
/
+23
*
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-20
1
-0
/
+24
*
store_result: Add fallback for fetching the keymgmt from the provider of the ...
Tomas Mraz
2022-06-28
1
-2
/
+20
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
1
-1
/
+1
*
Fix inadvertent NULL assignments in ternary ops
Clemens Lang
2022-06-05
1
-1
/
+1
*
Fix Coverity 1503329 use after free
Pauli
2022-05-06
1
-0
/
+2
*
Remove the _fetch_by_number functions
Pauli
2022-05-06
2
-34
/
+6
*
Add method store cache flush and method removal to non-EVP operations
Richard Levitte
2022-05-05
1
-0
/
+19
*
Update copyright year
Matt Caswell
2022-05-03
3
-3
/
+3
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
2
-2
/
+2
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-21
/
+2
*
fetch: convert a NULL property query to ""
Pauli
2022-02-28
1
-3
/
+4
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-2
/
+2
*
Fix Decoder, Encoder and Store loader fetching
Matt Caswell
2022-01-12
1
-2
/
+3
*
OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=file
Dr. David von Oheimb
2022-01-07
1
-0
/
+4
*
try_pkcs12(): cleanse passphrase so it is not left on the stack
Tomas Mraz
2022-01-03
1
-2
/
+3
*
try_pkcs12(): Correct handling of NUL termination of passphrases
Tomas Mraz
2022-01-03
1
-4
/
+10
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
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
*
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
1
-4
/
+5
*
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-10-27
1
-1
/
+1
*
PROV & STORE: Make the 'file:' store loader understand more binary formats
Richard Levitte
2021-07-03
1
-1
/
+1
*
Defined out MUTEX attributes not available on NonStop SPT Threads.
Randall S. Becker
2021-07-02
3
-6
/
+6
*
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
2
-9
/
+24
*
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-16
1
-12
/
+10
*
Clean up the encoder/decoder/loader stores before providers
Matt Caswell
2021-06-16
1
-1
/
+2
*
Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...
Richard Levitte
2021-06-15
1
-32
/
+24
*
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
1
-23
/
+40
*
STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions
Richard Levitte
2021-06-11
2
-5
/
+5
*
store: include internal header
Pauli
2021-06-02
1
-1
/
+1
*
libcrypto: make XXX_get_number() internal
Pauli
2021-06-02
1
-1
/
+1
*
store: remove TODOs
Pauli
2021-06-02
2
-3
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
3
-12
/
+13
*
Fix cert creation in the store
Matt Caswell
2021-05-31
1
-16
/
+15
[next]