openssl/crypto/cmp
Richard Levitte d5f9166bac Move e_os.h to include/internal
Including e_os.h with a path from a header file doesn't work well on
certain exotic platform.  It simply fails to build.

Since we don't seem to be able to stop ourselves, the better move is
to move e_os.h to an include directory that's part of the inclusion
path given to the compiler.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17641)
2022-02-05 05:31:09 +01:00
..
build.info Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests 2020-04-02 18:17:00 +02:00
cmp_asn.c Update copyright year 2021-06-17 13:24:59 +01:00
cmp_client.c Move e_os.h to include/internal 2022-02-05 05:31:09 +01:00
cmp_ctx.c OSSL_CMP_CTX: rename get/set function for trustedStore 2021-12-30 09:37:05 +01:00
cmp_err.c CMP: Add missing getter functions to CRMF API and CMP API 2021-06-30 10:38:23 +02:00
cmp_hdr.c CMP check_msg_find_cert(): improve diagnostics on transactionID mismatch 2021-12-09 18:05:26 +01:00
cmp_http.c Move more general parts of internal/cryptlib.h to new internal/common.h 2021-11-17 15:48:37 +01:00
cmp_local.h Fix CMP code to not assume NUL terminated strings 2021-08-24 14:22:06 +01:00
cmp_msg.c OSSL_CMP_MSG_read(): Fix mem leak on file read error 2021-12-09 07:44:29 +01:00
cmp_protect.c asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code 2022-01-07 10:42:44 +01:00
cmp_server.c add OSSL_STACK_OF_X509_free() for commonly used pattern 2021-12-21 12:11:49 +01:00
cmp_status.c Update copyright year 2021-09-07 13:35:43 +02:00
cmp_util.c Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix 2021-11-17 15:48:34 +01:00
cmp_vfy.c Fix typos 2022-01-05 12:37:20 +01:00