Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-10-16 08:58:33 +0300
committerRichard Levitte <levitte@openssl.org>2020-10-17 12:56:37 +0300
commit9096809b209a03eb3948242e702b19526e675d57 (patch)
tree41b610b4676cb6fa04816d7072f3258fc3a5d2e1 /INSTALL.md
parenta1fc4642e1cedbce54945da36d256bbb12ff752d (diff)
ENCODER & DECODER: set params on all encoder/decoder instances, unconditionally
OSSL_DECODER_CTX_set_params() and OSSL_ENCODER_CTX_set_params() would stop as soon as a decoder / encoder instance failed, which leaves the rest of them with a possibly previous and different value. Instead, these functions will now call them all, but will return 0 if any of the instance calls failed. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13156)
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions