Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has liter...
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 21 Jun 2021 06:55:50 +0000 (08:55 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 17 Nov 2021 14:48:34 +0000 (15:48 +0100)
commit2ff286c26c29b69b02ca99656d26d2f8cfd54682
tree71a01c51c47d0dd9528ff14357615d71420ba5a1
parenta6838c8d52087f2b0494bbab8486e10944aff7f7
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15847)
36 files changed:
apps/fipsinstall.c
apps/include/apps.h
apps/lib/apps.c
apps/lib/http_server.c
apps/openssl.c
apps/s_client.c
apps/s_server.c
apps/speed.c
crypto/asn1/a_strnid.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn_mime.c
crypto/cmp/cmp_util.c
crypto/conf/conf_def.c
crypto/http/http_client.c
crypto/params_from_text.c
crypto/pem/pem_lib.c
crypto/punycode.c
crypto/store/store_lib.c
crypto/x509/v3_conf.c
crypto/x509/v3_cpols.c
crypto/x509/v3_crld.c
crypto/x509/v3_ncons.c
crypto/x509/v3_pci.c
include/internal/cryptlib.h
providers/implementations/storemgmt/file_store.c
ssl/record/ssl3_record.c
ssl/ssl_ciph.c
ssl/ssl_local.h
ssl/ssl_rsa.c
test/dtls_mtu_test.c
test/evp_test.c
test/helpers/handshake.c
test/http_test.c
test/ssl_old_test.c
test/testutil.h
test/testutil/stanza.c