Tomas Mraz
|
0541fa7802
ossl_decoder_cache_flush(): Do not raise an error if there is no cache
|
11 months ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Matt Caswell
|
e16c010308
Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.
|
1 year ago |
slontis
|
39ed7636e0
Fix decoders so that they use the passed in propq.
|
1 year ago |
Matt Caswell
|
3d254b3134
Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()
|
1 year ago |
Richard Levitte
|
98d81174d3
Remove include/internal/decoder.h, as it's superfluous
|
1 year ago |
Tomas Mraz
|
2acb0d363c
When exporting/importing decoded keys do not use 0 as selection
|
1 year ago |
Matt Caswell
|
32d3c3abf3
Optimise PKEY decoders
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 years ago |
Pauli
|
0bcae9893b
Fix Coverity 1503218: negative loop bound
|
2 years ago |
Hugo Landau
|
2475544584
Decoder resolution performance optimizations
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Richard Levitte
|
73dd5d67c5
DECODER: check the first decoded structure name against user given structure
|
3 years ago |
Tomas Mraz
|
0a02c81f81
Coverity #1486687: fix potential dereference of NULL keymgmt
|
3 years ago |
Richard Levitte
|
398f8fe1c4
DECODER & ENCODER: Make sure to pass around the original selection bits
|
3 years ago |
Richard Levitte
|
f616ad4b02
ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt
|
3 years ago |
Richard Levitte
|
27fb7a0a27
DECODER & ENCODER: Add better tracing
|
3 years ago |
Richard Levitte
|
ef2194c4ad
DECODER & ENCODER: Add better tracing
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Matt Caswell
|
3811e0019a
Special case SM2 when decoding
|
3 years ago |
Matt Caswell
|
669967fdd8
Don't try the same decoder multiple times
|
3 years ago |
Pauli
|
07aa88cccf
decoder: fix Coverity 1473236 & 1473386: resource leaks
|
3 years ago |
Tobias Nießen
|
e3a2ba7547
crypto: rename error flags in internal structures
|
3 years ago |
Matt Caswell
|
d84f5515fa
Don't hold a lock when calling a callback in ossl_namemap_doall_names
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Tomas Mraz
|
fe75766c9c
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
|
3 years ago |
Richard Levitte
|
054cde1756
DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
|
3 years ago |
Petr Gotthard
|
223652548d
Fix double-free in decoder_pkey.c
|
4 years ago |