openssl/apps/include
Dr. Matthias St. Pierre 34df960a75 apps/asn1parse: improve RFC7462 compliance
The asn1parse command now supports three different input formats:

     openssl asn1parse -inform PEM|DER|B64

       PEM: base64 encoded data enclosed by PEM markers (RFC7462)
       DER: der encoded binary data
       B64: raw base64 encoded data

The PEM input format is the default format. It is equivalent
to the former `-strictpem` option which is now marked obsolete
and kept for backward compatibility only.

The B64 is equivalent to the former default input format of the
asn1parse command (without `-strictpem`)

Fixes #7317

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7320)
2023-06-09 09:47:34 +02:00
..
__DECC_INCLUDE_EPILOGUE.H Update copyright year 2021-06-17 13:24:59 +01:00
__DECC_INCLUDE_PROLOGUE.H Update copyright year 2021-06-17 13:24:59 +01:00
app_libctx.h apps: move global libctx and property query into their own file 2021-06-15 18:26:47 +10:00
app_params.h
apps_ui.h
apps.h APPS: replace awkward and error-prone pattern by calls to new app_conf_try_number() 2023-05-25 09:04:35 +02:00
cmp_mock_srv.h cmp_client_test.c: add tests for errors reported by server on subsequent requests in a transaction 2023-02-08 17:05:47 +01:00
ec_common.h
engine_loader.h Fix copyrights 2022-02-03 13:56:38 +01:00
fmt.h
function.h Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats 2022-06-22 09:36:14 +02:00
http_server.h apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h} 2022-09-07 23:04:25 +02:00
log.h apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h} 2022-09-07 23:04:25 +02:00
names.h
opt.h apps/asn1parse: improve RFC7462 compliance 2023-06-09 09:47:34 +02:00
platform.h
s_apps.h Add QUIC support to s_client 2023-05-08 10:13:39 +01:00
vms_term_sock.h