index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
encode_decode
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some encode helpers to crypt/encode_decode/
Viktor Dukhovni
9 days
1
-0
/
+181
*
Pass functions with correct signatures to the evp_generic_fetch_xxx methods
Frederik Wedel-Heinen
2025-01-07
2
-4
/
+24
*
Fix EVP_PKEY_print_private() so that it works with non default providers.
slontis
2024-11-29
1
-1
/
+5
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Check for NULL cleanup function before using it in encoder_process
Neil Horman
2024-02-16
1
-0
/
+5
*
ossl_decoder_cache_flush(): Do not raise an error if there is no cache
Tomas Mraz
2023-12-06
1
-3
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
6
-6
/
+6
*
Fix a leak in ossl_encode_ctx_setup_for_pkey
Matt Caswell
2023-08-23
1
-1
/
+3
*
Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.
Matt Caswell
2023-08-17
1
-0
/
+1
*
Fix decoders so that they use the passed in propq.
slontis
2023-08-16
1
-1
/
+10
*
Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()
Matt Caswell
2023-08-15
1
-2
/
+8
*
Remove include/internal/decoder.h, as it's superfluous
Richard Levitte
2023-08-15
1
-1
/
+0
*
When exporting/importing decoded keys do not use 0 as selection
Tomas Mraz
2023-08-04
1
-1
/
+5
*
Always add a suitable error if we fail to decode
Matt Caswell
2023-08-01
1
-2
/
+3
*
Optimise PKEY decoders
Matt Caswell
2023-07-17
2
-22
/
+404
*
encoder: update to structure based atomics
Pauli
2023-07-01
3
-15
/
+8
*
Coverity 1515953: negative loop bound
Pauli
2022-10-14
1
-2
/
+3
*
Improve performance of the encoder collection
slontis
2022-10-13
1
-29
/
+51
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
6
-35
/
+26
*
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-20
2
-0
/
+48
*
Check return value of ossl_parse_property()
Tomas Mraz
2022-06-06
2
-4
/
+10
*
Fix inadvertent NULL assignments in ternary ops
Clemens Lang
2022-06-05
2
-2
/
+2
*
Fix another decoder mem leak on an error path
Matt Caswell
2022-06-02
1
-2
/
+3
*
Fix a decoder mem leak on an error path
Matt Caswell
2022-06-02
1
-4
/
+4
*
Remove the _fetch_by_number functions
Pauli
2022-05-06
2
-60
/
+12
*
Add method store cache flush and method removal to non-EVP operations
Richard Levitte
2022-05-05
2
-0
/
+38
*
Update copyright year
Matt Caswell
2022-05-03
7
-7
/
+7
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
4
-11
/
+10
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
2
-42
/
+4
*
Fix Coverity 1503218: negative loop bound
Pauli
2022-03-26
1
-1
/
+1
*
Decoder resolution performance optimizations
Hugo Landau
2022-03-23
4
-143
/
+222
*
check the return of OPENSSL_sk_new_null
xkernel
2022-03-10
1
-0
/
+5
*
fetch: convert a NULL property query to ""
Pauli
2022-02-28
2
-6
/
+8
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
4
-4
/
+4
*
Fix Decoder, Encoder and Store loader fetching
Matt Caswell
2022-01-12
2
-4
/
+6
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
2
-8
/
+10
*
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-10-27
2
-2
/
+2
*
cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
Tomas Mraz
2021-10-12
1
-2
/
+5
*
DECODER: check the first decoded structure name against user given structure
Richard Levitte
2021-09-05
2
-35
/
+23
*
Coverity #1486687: fix potential dereference of NULL keymgmt
Tomas Mraz
2021-07-05
1
-3
/
+3
*
DECODER & ENCODER: Make sure to pass around the original selection bits
Richard Levitte
2021-06-29
1
-1
/
+3
*
ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt
Richard Levitte
2021-06-29
2
-15
/
+60
*
ENCODER & DECODER: Allow en/decoders to have multiple names
Richard Levitte
2021-06-26
2
-6
/
+58
*
OSSL_DECODER_from_bio: Avoid spurious decoder error
Tomas Mraz
2021-06-24
1
-2
/
+5
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-16
2
-24
/
+20
*
Clean up the encoder/decoder/loader stores before providers
Matt Caswell
2021-06-16
2
-2
/
+4
*
DECODER & ENCODER: Add better tracing
Richard Levitte
2021-06-15
1
-0
/
+44
*
Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()
Richard Levitte
2021-06-15
1
-33
/
+22
[next]