• P
    TAP line filter BIO. · a69de3f2
    Pauli 提交于
    This is an implementation of a BIO filter that produce TAP compatible output
    for the test framework.  The current test indentation level is honoured.
    
    The test output functions have been modified to not attempt to indent
    their output and to not include the leading '#' character.
    
    The filter is applied to bio_err only.  bio_out is left unchanged, although
    tests using bio_out have been modified to use bio_err instead.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3732)
    a69de3f2
format_output.c 16.7 KB