This website requires JavaScript.
Explore
Help
Sign In
kris
/
boringssl
Watch
1
Star
0
Fork
0
You've already forked boringssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
f231d6bfa6
boringssl
/
crypto
/
err
/
digest.errordata
4 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Decouple PKCS#12 hash lookup from the OID table. This isn't strictly necessary for Chromium yet, but we already have a decoupled version of hash algorithm parsing available. For now, don't export it but eventually we may wish to use it for OCSP. BUG=54 Change-Id: If460d38d48bd47a2b4a853779f210c0cf7ee236b Reviewed-on: https://boringssl-review.googlesource.com/14211 Reviewed-by: Steven Valdez <svaldez@chromium.org> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Steven Valdez <svaldez@chromium.org> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-03-14 04:48:11 +00:00
DIGEST,101,DECODE_ERROR
Get rid of err function codes. Running make_errors.go every time a function is renamed is incredibly tedious. Plus we keep getting them wrong. Instead, sample __func__ (__FUNCTION__ in MSVC) in the OPENSSL_PUT_ERROR macro and store it alongside file and line number. This doesn't change the format of ERR_print_errors, however ERR_error_string_n now uses the placeholder "OPENSSL_internal" rather than an actual function name since that only takes the uint32_t packed error code as input. This updates err scripts to not emit the function string table. The OPENSSL_PUT_ERROR invocations, for now, still include the extra parameter. That will be removed in a follow-up. BUG=468039 Change-Id: Iaa2ef56991fb58892fa8a1283b3b8b995fbb308d Reviewed-on: https://boringssl-review.googlesource.com/5275 Reviewed-by: Adam Langley <agl@google.com>
2015-06-29 04:36:21 +01:00
DIGEST,100,INPUT_NOT_INITIALIZED
Decouple PKCS#12 hash lookup from the OID table. This isn't strictly necessary for Chromium yet, but we already have a decoupled version of hash algorithm parsing available. For now, don't export it but eventually we may wish to use it for OCSP. BUG=54 Change-Id: If460d38d48bd47a2b4a853779f210c0cf7ee236b Reviewed-on: https://boringssl-review.googlesource.com/14211 Reviewed-by: Steven Valdez <svaldez@chromium.org> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Steven Valdez <svaldez@chromium.org> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-03-14 04:48:11 +00:00
DIGEST,102,UNKNOWN_HASH
Reference in New Issue
Copy Permalink