diff options
author | Richard Levitte <levitte@openssl.org> | 2020-10-17 07:07:41 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-01-12 19:02:11 +0100 |
commit | d6d42cda5fbc05aeaadf8c760db60e9089e3609b (patch) | |
tree | 273838dfcbed4ddcd97b287a8db2187508536e13 /ssl/t1_enc.c | |
parent | Remove duplicate GENERATE declarations for .pod files (diff) | |
download | openssl-d6d42cda5fbc05aeaadf8c760db60e9089e3609b.tar.xz openssl-d6d42cda5fbc05aeaadf8c760db60e9089e3609b.zip |
Use centralized fetching errors
We've spread around FETCH_FAILED errors in quite a few places, and
that gives somewhat crude error records, as there's no way to tell if
the error was unavailable algorithms or some other error at such high
levels.
As an alternative, we take recording of these kinds of errors down to
the fetching functions, which are in a much better place to tell what
kind of error it was, thereby relieving the higher level calls from
having to guess.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13467)
Diffstat (limited to 'ssl/t1_enc.c')
0 files changed, 0 insertions, 0 deletions