index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
encode_decode
Age
Commit message (
Expand
)
Author
2022-07-20
"Reserve" the method store when constructing methods
Richard Levitte
2022-06-06
Check return value of ossl_parse_property()
Tomas Mraz
2022-06-05
Fix inadvertent NULL assignments in ternary ops
Clemens Lang
2022-06-02
Fix another decoder mem leak on an error path
Matt Caswell
2022-06-02
Fix a decoder mem leak on an error path
Matt Caswell
2022-05-05
Add method store cache flush and method removal to non-EVP operations
Richard Levitte
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-03-15
Update copyright year
Matt Caswell
2022-03-10
check the return of OPENSSL_sk_new_null
xkernel
2022-03-08
fetch: convert a NULL property query to ""
Pauli
2022-01-12
Fix Decoder, Encoder and Store loader fetching
Matt Caswell
2021-10-27
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-10-12
cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
Tomas Mraz
2021-09-05
DECODER: check the first decoded structure name against user given structure
Richard Levitte
2021-07-05
Coverity #1486687: fix potential dereference of NULL keymgmt
Tomas Mraz
2021-06-29
DECODER & ENCODER: Make sure to pass around the original selection bits
Richard Levitte
2021-06-29
ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt
Richard Levitte
2021-06-26
ENCODER & DECODER: Allow en/decoders to have multiple names
Richard Levitte
2021-06-24
OSSL_DECODER_from_bio: Avoid spurious decoder error
Tomas Mraz
2021-06-17
Update copyright year
Matt Caswell
2021-06-16
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-16
Clean up the encoder/decoder/loader stores before providers
Matt Caswell
2021-06-15
DECODER & ENCODER: Add better tracing
Richard Levitte
2021-06-15
Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()
Richard Levitte
2021-06-15
Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()
Richard Levitte
2021-06-15
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
Add missing NULL check in OSSL_DECODER_from_bio().
Shane Lontis
2021-06-14
Avoid excessive OSSL_DECODER_do_all_provided calls
Matt Caswell
2021-06-09
DECODER & ENCODER: Add better tracing
Richard Levitte
2021-06-09
DECODER: Adapt addition of extra decoder implementations
Richard Levitte
2021-06-05
ENCODER: use property definitions instead of getting implementation parameters
Richard Levitte
2021-06-05
ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
Richard Levitte
2021-06-05
DECODER: use property definitions instead of getting implementation parameters
Richard Levitte
2021-06-02
libcrypto: make XXX_get_number() internal
Pauli
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-31
Special case SM2 when decoding
Matt Caswell
2021-05-26
OSSL_DECODER_from_bio: Report an unsupported error when there is none
Tomas Mraz
2021-05-26
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-24
Don't try the same decoder multiple times
Matt Caswell
2021-05-18
Better error messages if there are no encoders/decoders/store loaders
Matt Caswell
2021-05-12
encoder: add a _name() function for encoders and decoders
Pauli
2021-05-11
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-06
Fix NULL dereference when ENCODER does not implement IMPORT_OBJECT
Petr Gotthard
2021-05-04
OSSL_DECODER_from_bio() Prevent spurious decoding error at EOF
Dr. David von Oheimb
2021-04-30
Fix typo in OSSL_DECODER_CTX_set_input_structure
Daniel Bevenius
2021-04-21
ENCODER & DECODER: Allow decoder implementations to specify "carry on"
Richard Levitte
2021-04-15
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-08
Update copyright year
Matt Caswell
[next]