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
*
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
*
Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()
Richard Levitte
2021-06-15
1
-33
/
+28
*
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
2
-46
/
+80
*
Add missing NULL check in OSSL_DECODER_from_bio().
Shane Lontis
2021-06-15
1
-0
/
+5
*
Avoid excessive OSSL_DECODER_do_all_provided calls
Matt Caswell
2021-06-14
1
-3
/
+26
*
DECODER & ENCODER: Add better tracing
Richard Levitte
2021-06-09
3
-16
/
+71
*
DECODER: Adapt addition of extra decoder implementations
Richard Levitte
2021-06-09
4
-69
/
+114
*
ENCODER: use property definitions instead of getting implementation parameters
Richard Levitte
2021-06-05
3
-27
/
+51
*
ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
Richard Levitte
2021-06-05
2
-21
/
+11
*
DECODER: use property definitions instead of getting implementation parameters
Richard Levitte
2021-06-05
3
-22
/
+52
*
libcrypto: make XXX_get_number() internal
Pauli
2021-06-02
2
-2
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
6
-24
/
+24
*
Special case SM2 when decoding
Matt Caswell
2021-05-31
1
-1
/
+12
*
OSSL_DECODER_from_bio: Report an unsupported error when there is none
Tomas Mraz
2021-05-26
1
-2
/
+3
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
2
-2
/
+2
*
Don't try the same decoder multiple times
Matt Caswell
2021-05-24
1
-26
/
+42
*
Better error messages if there are no encoders/decoders/store loaders
Matt Caswell
2021-05-18
3
-0
/
+18
[next]