openssl/include/internal
Shane Lontis f32af93c92 Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR_error_string.pod
Fixes #11743

The ouput format had 2 issues that caused it not to match the expected documented format:
(1) At some point the thread id printing was changed to use the OPENSSL_hex2str method which puts ':' between hex bytes.
    An internal function that skips the seperator has been added.
(2) The error code no longer exists. So this was completely removed from the string. It is now replaced by ::

As an example:
  00:77:6E:52:14:7F:00:00:error:asn1 encoding routines:asn1_check_tlen:wrong tag:crypto/asn1/tasn_dec.c:1135:
Is now:
  00776E52147F0000:error::asn1 encoding routines:asn1_check_tlen:wrong tag:crypto/asn1/tasn_dec.c:1135:

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11789)
2020-05-26 12:44:36 +10:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
bio.h
comp.h
conf.h
constant_time.h
core.h CORE: query for operations only once per provider (unless no_store is true) 2020-05-19 11:02:41 +02:00
cryptlib.h Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR_error_string.pod 2020-05-26 12:44:36 +10:00
dane.h
deprecated.h Update copyright year 2020-04-23 13:55:52 +01:00
der.h PROV: Add the beginning of a DER writing library 2020-04-07 11:16:56 +02:00
dso.h
dsoerr.h
err.h
evp.h EVP & TLS: Add necessary EC_KEY data extraction functions, and use them 2020-04-08 15:30:25 +02:00
ffc.h Rename FIPS_MODE to FIPS_MODULE 2020-04-28 15:37:37 +02:00
ktls.h
namemap.h
nelem.h
numbers.h
o_dir.h
packet.h Update copyright year 2020-04-23 13:55:52 +01:00
param_build_set.h
property.h Add default property API's to enable and test for fips 2020-05-02 14:17:54 +10:00
propertyerr.h
provider.h CORE: query for operations only once per provider (unless no_store is true) 2020-05-19 11:02:41 +02:00
refcount.h
sha3.h
sizes.h
sm3.h
sockets.h Clean up macro definitions of openssl_fdset() in apps.h and sockets.h 2020-05-15 20:23:38 +02:00
sslconf.h
symhacks.h
thread_once.h Update copyright year 2020-05-15 14:09:49 +01:00
tsan_assist.h