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
*
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-25
1
-1
/
+1
*
decoder: fix Coverity 1473236 & 1473386: resource leaks
Pauli
2021-03-20
1
-0
/
+5
*
decoder_process: data_structure can be NULL
Tomas Mraz
2021-03-16
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
2
-2
/
+2
*
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Pauli
2021-03-11
2
-3
/
+15
*
Use BIO_f_readbuffer() in the decoder to support stdin.
Shane Lontis
2021-03-10
1
-0
/
+11
*
OSSL_STORE: restore diagnostics on decrypt error; provide password hints
Dr. David von Oheimb
2021-03-04
1
-7
/
+10
*
crypto: rename error flags in internal structures
Tobias Nießen
2021-03-04
4
-25
/
+25
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
3
-12
/
+20
*
DECODER: Add better tracing of the chain walking process
Richard Levitte
2021-02-20
1
-6
/
+75
*
DECODER: Use the data structure from the last decoder to select the next
Richard Levitte
2021-02-20
1
-8
/
+50
*
Update copyright year
Matt Caswell
2021-02-18
2
-2
/
+2
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
2
-39
/
+39
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
Use centralized fetching errors
Richard Levitte
2021-01-12
2
-6
/
+90
*
DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
Richard Levitte
2020-12-17
1
-134
/
+100
*
ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-4
/
+26
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
2
-3
/
+5
*
Fix double-free in decoder_pkey.c
Petr Gotthard
2020-11-24
1
-1
/
+1
*
ENCODER: Add tracing
Richard Levitte
2020-11-11
2
-6
/
+83
*
ENCODER: Add output structure support for EVP_PKEY encoding
Richard Levitte
2020-11-11
2
-205
/
+280
*
ENCODER: Add support for OSSL_FUNC_encoder_does_selection()
Richard Levitte
2020-11-11
2
-0
/
+6
*
ENCODER: Add support for specifying the outermost output structure
Richard Levitte
2020-11-11
2
-21
/
+64
*
DECODER: Add tracing
Richard Levitte
2020-11-11
2
-2
/
+38
*
DECODER: Add input structure support for EVP_PKEY decoding
Richard Levitte
2020-11-11
1
-4
/
+60
*
DECODER: Add support for OSSL_FUNC_decoder_does_selection()
Richard Levitte
2020-11-11
2
-0
/
+6
*
DECODER: Add support for specifying the outermost input structure
Richard Levitte
2020-11-11
2
-5
/
+75
[next]