index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
encode_decode
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
encoder: add a _name() function for encoders and decoders
Pauli
2021-05-12
3
-0
/
+21
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
2
-0
/
+2
*
Fix NULL dereference when ENCODER does not implement IMPORT_OBJECT
Petr Gotthard
2021-05-06
1
-3
/
+7
*
OSSL_DECODER_from_bio() Prevent spurious decoding error at EOF
Dr. David von Oheimb
2021-05-04
1
-4
/
+5
*
Fix typo in OSSL_DECODER_CTX_set_input_structure
Daniel Bevenius
2021-04-30
1
-2
/
+2
*
ENCODER & DECODER: Allow decoder implementations to specify "carry on"
Richard Levitte
2021-04-21
2
-24
/
+69
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add OSSL_DECODER_description() and OSSL_ENCODER_description()
Richard Levitte
2021-04-02
2
-0
/
+10
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
3
-10
/
+13
*
Add "save-parameters" encoder parameter
Tomas Mraz
2021-04-01
1
-0
/
+8
*
encoder: fix coverity 1473235: null dereference
Pauli
2021-03-26
1
-1
/
+1
[next]