index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
encode_decode
/
decoder_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
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
1
-0
/
+31
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+4
*
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
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-4
/
+6
*
Decoder resolution performance optimizations
Hugo Landau
2022-03-23
1
-6
/
+14
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
DECODER: check the first decoded structure name against user given structure
Richard Levitte
2021-09-05
1
-0
/
+23
*
OSSL_DECODER_from_bio: Avoid spurious decoder error
Tomas Mraz
2021-06-24
1
-2
/
+5
*
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
1
-11
/
+53
*
DECODER: Adapt addition of extra decoder implementations
Richard Levitte
2021-06-09
1
-59
/
+107
*
DECODER: use property definitions instead of getting implementation parameters
Richard Levitte
2021-06-05
1
-22
/
+32
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
OSSL_DECODER_from_bio: Report an unsupported error when there is none
Tomas Mraz
2021-05-26
1
-2
/
+3
*
Better error messages if there are no encoders/decoders/store loaders
Matt Caswell
2021-05-18
1
-0
/
+8
*
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
1
-23
/
+66
*
decoder_process: data_structure can be NULL
Tomas Mraz
2021-03-16
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Pauli
2021-03-11
1
-1
/
+9
*
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
*
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
*
DECODER: Add tracing
Richard Levitte
2020-11-11
1
-1
/
+22
*
DECODER: Add support for specifying the outermost input structure
Richard Levitte
2020-11-11
1
-5
/
+53
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
ENCODER / DECODER: Add functions to encode/decode to/from a buffer
Richard Levitte
2020-10-10
1
-0
/
+21
*
Fix the decoder start type handling
Matt Caswell
2020-10-08
1
-1
/
+1
*
DECODER: Handle abstract object data type
Richard Levitte
2020-10-04
1
-0
/
+13
*
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
Dr. David von Oheimb
2020-09-30
1
-1
/
+14
*
DECODER: Some cleanups, and aligning with OSSL_ENCODER
Richard Levitte
2020-09-20
1
-23
/
+37
*
STORE: Add a built-in 'file:' storemgmt implementation (loader)
Richard Levitte
2020-09-03
1
-23
/
+62
*
OSSL_ENCODER / OSSL_DECODER post-rename cleanup
Richard Levitte
2020-09-03
1
-19
/
+20
*
CORE: Generalise internal pass phrase prompter
Richard Levitte
2020-08-24
1
-5
/
+8
*
CORE: Define provider-native abstract objects
Richard Levitte
2020-08-24
1
-1
/
+1
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-0
/
+483