Changeset 97984 in vbox for trunk/src/libs
- Timestamp:
- Jan 4, 2023 10:18:17 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155075
- Location:
- trunk/src/libs/openssl-3.0.7
- Files:
-
- 1 added
- 105 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.7/include/crypto/aes_platform.h
r94320 r97984 10 10 #ifndef OSSL_AES_PLATFORM_H 11 11 # define OSSL_AES_PLATFORM_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/aes.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/aria.h
r94082 r97984 13 13 #ifndef OSSL_CRYPTO_ARIA_H 14 14 # define OSSL_CRYPTO_ARIA_H 15 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 15 16 # pragma once 17 # endif /* VBOX */ 16 18 17 19 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/asn1.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_ASN1_H 11 11 # define OSSL_CRYPTO_ASN1_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/asn1.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/asn1_dsa.h
r94320 r97984 10 10 #ifndef OSSL_CRYPTO_ASN1_DSA_H 11 11 # define OSSL_CRYPTO_ASN1_DSA_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 #include "internal/packet.h" -
trunk/src/libs/openssl-3.0.7/include/crypto/asn1err.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_ASN1ERR_H 12 12 # define OSSL_CRYPTO_ASN1ERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/async.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_ASYNC_H 11 11 # define OSSL_CRYPTO_ASYNC_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/async.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/asyncerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_ASYNCERR_H 12 12 # define OSSL_CRYPTO_ASYNCERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/bioerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_BIOERR_H 12 12 # define OSSL_CRYPTO_BIOERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/bn.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_BN_H 11 11 # define OSSL_CRYPTO_BN_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/bn.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/bnerr.h
r97372 r97984 11 11 #ifndef OSSL_CRYPTO_BNERR_H 12 12 # define OSSL_CRYPTO_BNERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/buffererr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_BUFFERERR_H 12 12 # define OSSL_CRYPTO_BUFFERERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/chacha.h
r95237 r97984 10 10 #ifndef OSSL_CRYPTO_CHACHA_H 11 11 #define OSSL_CRYPTO_CHACHA_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 #if defined(VBOX) && !defined(RT_OS_WINDOWS) && !defined(RT_OS_OS2) -
trunk/src/libs/openssl-3.0.7/include/crypto/cmll_platform.h
r94320 r97984 10 10 #ifndef OSSL_CMLL_PLATFORM_H 11 11 # define OSSL_CMLL_PLATFORM_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # if defined(CMLL_ASM) && (defined(__sparc) || defined(__sparc__)) -
trunk/src/libs/openssl-3.0.7/include/crypto/cmperr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_CMPERR_H 12 12 # define OSSL_CRYPTO_CMPERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/cmserr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_CMSERR_H 12 12 # define OSSL_CRYPTO_CMSERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/comperr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_COMPERR_H 12 12 # define OSSL_CRYPTO_COMPERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/conferr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_CONFERR_H 12 12 # define OSSL_CRYPTO_CONFERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/crmferr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_CRMFERR_H 12 12 # define OSSL_CRYPTO_CRMFERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/cryptlib.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_CRYPTLIB_H 11 11 # define OSSL_CRYPTO_CRYPTLIB_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/cryptoerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_CRYPTOERR_H 12 12 # define OSSL_CRYPTO_CRYPTOERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/cterr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_CTERR_H 12 12 # define OSSL_CRYPTO_CTERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/ctype.h
r97372 r97984 21 21 #ifndef OSSL_CRYPTO_CTYPE_H 22 22 # define OSSL_CRYPTO_CTYPE_H 23 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 23 24 # pragma once 25 # endif /* VBOX */ 24 26 25 27 # if !defined(RT_OS_WINDOWS) && !defined(RT_OS_OS2) -
trunk/src/libs/openssl-3.0.7/include/crypto/decoder.h
r97372 r97984 10 10 #ifndef OSSL_CRYPTO_DECODER_H 11 11 # define OSSL_CRYPTO_DECODER_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/decoder.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/decodererr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_DECODERERR_H 12 12 # define OSSL_CRYPTO_DECODERERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/des_platform.h
r94320 r97984 10 10 #ifndef OSSL_DES_PLATFORM_H 11 11 # define OSSL_DES_PLATFORM_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # if defined(DES_ASM) && (defined(__sparc) || defined(__sparc__)) -
trunk/src/libs/openssl-3.0.7/include/crypto/dh.h
r94404 r97984 10 10 #ifndef OSSL_CRYPTO_DH_H 11 11 # define OSSL_CRYPTO_DH_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/dherr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_DHERR_H 12 12 # define OSSL_CRYPTO_DHERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/dsa.h
r94404 r97984 10 10 #ifndef OSSL_CRYPTO_DSA_H 11 11 # define OSSL_CRYPTO_DSA_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/dsaerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_DSAERR_H 12 12 # define OSSL_CRYPTO_DSAERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/ec.h
r94082 r97984 12 12 #ifndef OSSL_CRYPTO_EC_H 13 13 # define OSSL_CRYPTO_EC_H 14 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 14 15 # pragma once 16 # endif /* VBOX */ 15 17 16 18 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/ecerr.h
r95219 r97984 11 11 #ifndef OSSL_CRYPTO_ECERR_H 12 12 # define OSSL_CRYPTO_ECERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/ecx.h
r94320 r97984 12 12 #ifndef OSSL_CRYPTO_ECX_H 13 13 # define OSSL_CRYPTO_ECX_H 14 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 14 15 # pragma once 16 # endif /* VBOX */ 15 17 16 18 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/encoder.h
r97372 r97984 10 10 #ifndef OSSL_CRYPTO_ENCODER_H 11 11 # define OSSL_CRYPTO_ENCODER_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/types.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/encodererr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_ENCODERERR_H 12 12 # define OSSL_CRYPTO_ENCODERERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/engineerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_ENGINEERR_H 12 12 # define OSSL_CRYPTO_ENGINEERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/err.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_ERR_H 11 11 # define OSSL_CRYPTO_ERR_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 int ossl_err_load_ERR_strings(void); -
trunk/src/libs/openssl-3.0.7/include/crypto/ess.h
r94320 r97984 10 10 #ifndef OSSL_CRYPTO_ESS_H 11 11 # define OSSL_CRYPTO_ESS_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 /*- -
trunk/src/libs/openssl-3.0.7/include/crypto/esserr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_ESSERR_H 12 12 # define OSSL_CRYPTO_ESSERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/evp.h
r97372 r97984 10 10 #ifndef OSSL_CRYPTO_EVP_H 11 11 # define OSSL_CRYPTO_EVP_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/evp.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/evperr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_EVPERR_H 12 12 # define OSSL_CRYPTO_EVPERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/httperr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_HTTPERR_H 12 12 # define OSSL_CRYPTO_HTTPERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/lhash.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_LHASH_H 11 11 # define OSSL_CRYPTO_LHASH_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 unsigned long ossl_lh_strcasehash(const char *); -
trunk/src/libs/openssl-3.0.7/include/crypto/objectserr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_OBJECTSERR_H 12 12 # define OSSL_CRYPTO_OBJECTSERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/ocsperr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_OCSPERR_H 12 12 # define OSSL_CRYPTO_OCSPERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/pem.h
r94404 r97984 10 10 #ifndef OSSL_INTERNAL_PEM_H 11 11 # define OSSL_INTERNAL_PEM_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/pem.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/pemerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_PEMERR_H 12 12 # define OSSL_CRYPTO_PEMERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/pkcs12err.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_PKCS12ERR_H 12 12 # define OSSL_CRYPTO_PKCS12ERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/pkcs7.h
r94320 r97984 10 10 #ifndef OSSL_CRYPTO_PKCS7_H 11 11 # define OSSL_CRYPTO_PKCS7_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 void ossl_pkcs7_resolve_libctx(PKCS7 *p7); -
trunk/src/libs/openssl-3.0.7/include/crypto/pkcs7err.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_PKCS7ERR_H 12 12 # define OSSL_CRYPTO_PKCS7ERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/poly1305.h
r94119 r97984 10 10 #ifndef OSSL_CRYPTO_POLY1305_H 11 11 # define OSSL_CRYPTO_POLY1305_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 #if defined(VBOX) -
trunk/src/libs/openssl-3.0.7/include/crypto/punycode.h
r94320 r97984 10 10 #ifndef OSSL_CRYPTO_PUNYCODE_H 11 11 # define OSSL_CRYPTO_PUNYCODE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 int ossl_punycode_decode ( -
trunk/src/libs/openssl-3.0.7/include/crypto/rand.h
r97372 r97984 18 18 #ifndef OSSL_CRYPTO_RAND_H 19 19 # define OSSL_CRYPTO_RAND_H 20 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 20 21 # pragma once 22 # endif /* VBOX */ 21 23 22 24 # include <openssl/rand.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/rand_pool.h
r94320 r97984 10 10 #ifndef OSSL_PROVIDER_RAND_POOL_H 11 11 # define OSSL_PROVIDER_RAND_POOL_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <stdio.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/randerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_RANDERR_H 12 12 # define OSSL_CRYPTO_RANDERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/rsa.h
r94404 r97984 10 10 #ifndef OSSL_INTERNAL_RSA_H 11 11 # define OSSL_INTERNAL_RSA_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/rsaerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_RSAERR_H 12 12 # define OSSL_CRYPTO_RSAERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/security_bits.h
r94320 r97984 10 10 #ifndef OSSL_SECURITY_BITS_H 11 11 # define OSSL_SECURITY_BITS_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 uint16_t ossl_ifc_ffc_compute_security_bits(int n); -
trunk/src/libs/openssl-3.0.7/include/crypto/sha.h
r94082 r97984 11 11 #ifndef OSSL_CRYPTO_SHA_H 12 12 # define OSSL_CRYPTO_SHA_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/sha.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/siphash.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_SIPHASH_H 11 11 # define OSSL_CRYPTO_SIPHASH_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <stddef.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/sm2.h
r94082 r97984 12 12 #ifndef OSSL_CRYPTO_SM2_H 13 13 # define OSSL_CRYPTO_SM2_H 14 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 14 15 # pragma once 16 # endif /* VBOX */ 15 17 16 18 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/sm2err.h
r94082 r97984 11 11 #ifndef OSSL_CRYPTO_SM2ERR_H 12 12 # define OSSL_CRYPTO_SM2ERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/sm4.h
r94082 r97984 11 11 #ifndef OSSL_CRYPTO_SM4_H 12 12 # define OSSL_CRYPTO_SM4_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/sparse_array.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_SPARSE_ARRAY_H 12 12 # define OSSL_CRYPTO_SPARSE_ARRAY_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/e_os2.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/store.h
r97372 r97984 10 10 #ifndef OSSL_CRYPTO_STORE_H 11 11 # define OSSL_CRYPTO_STORE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/bio.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/storeerr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_STOREERR_H 12 12 # define OSSL_CRYPTO_STOREERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/tserr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_TSERR_H 12 12 # define OSSL_CRYPTO_TSERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/types.h
r94320 r97984 12 12 #ifndef OSSL_CRYPTO_TYPES_H 13 13 # define OSSL_CRYPTO_TYPES_H 14 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 14 15 # pragma once 16 # endif /* VBOX */ 15 17 16 18 # ifdef OPENSSL_NO_DEPRECATED_3_0 -
trunk/src/libs/openssl-3.0.7/include/crypto/uierr.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_UIERR_H 12 12 # define OSSL_CRYPTO_UIERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/x509.h
r94082 r97984 10 10 #ifndef OSSL_CRYPTO_X509_H 11 11 # define OSSL_CRYPTO_X509_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include "internal/refcount.h" -
trunk/src/libs/openssl-3.0.7/include/crypto/x509err.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_X509ERR_H 12 12 # define OSSL_CRYPTO_X509ERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/crypto/x509v3err.h
r94320 r97984 11 11 #ifndef OSSL_CRYPTO_X509V3ERR_H 12 12 # define OSSL_CRYPTO_X509V3ERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/internal/asn1.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_ASN1_H 11 11 # define OSSL_INTERNAL_ASN1_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb); -
trunk/src/libs/openssl-3.0.7/include/internal/bio.h
r94404 r97984 10 10 #ifndef OSSL_INTERNAL_BIO_H 11 11 # define OSSL_INTERNAL_BIO_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/internal/conf.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_CONF_H 11 11 # define OSSL_INTERNAL_CONF_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/conf.h> -
trunk/src/libs/openssl-3.0.7/include/internal/constant_time.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_CONSTANT_TIME_H 11 11 # define OSSL_INTERNAL_CONSTANT_TIME_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <stdlib.h> -
trunk/src/libs/openssl-3.0.7/include/internal/core.h
r97372 r97984 10 10 #ifndef OSSL_INTERNAL_CORE_H 11 11 # define OSSL_INTERNAL_CORE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 /* -
trunk/src/libs/openssl-3.0.7/include/internal/cryptlib.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_CRYPTLIB_H 11 11 # define OSSL_INTERNAL_CRYPTLIB_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <stdlib.h> -
trunk/src/libs/openssl-3.0.7/include/internal/dane.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_DANE_H 11 11 #define OSSL_INTERNAL_DANE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/safestack.h> -
trunk/src/libs/openssl-3.0.7/include/internal/deprecated.h
r94320 r97984 19 19 #ifndef OSSL_INTERNAL_DEPRECATED_H 20 20 # define OSSL_INTERNAL_DEPRECATED_H 21 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 21 22 # pragma once 23 # endif /* VBOX */ 22 24 23 25 # include <openssl/configuration.h> -
trunk/src/libs/openssl-3.0.7/include/internal/dso.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_DSO_H 11 11 # define OSSL_INTERNAL_DSO_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/crypto.h> -
trunk/src/libs/openssl-3.0.7/include/internal/dsoerr.h
r94082 r97984 11 11 #ifndef OSSL_INTERNAL_DSOERR_H 12 12 # define OSSL_INTERNAL_DSOERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/internal/endian.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_ENDIAN_H 11 11 # define OSSL_INTERNAL_ENDIAN_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 /* -
trunk/src/libs/openssl-3.0.7/include/internal/err.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_ERR_H 11 11 # define OSSL_INTERNAL_ERR_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 void err_free_strings_int(void); -
trunk/src/libs/openssl-3.0.7/include/internal/ffc.h
r97372 r97984 10 10 #ifndef OSSL_INTERNAL_FFC_H 11 11 # define OSSL_INTERNAL_FFC_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/internal/ktls.h
r94320 r97984 23 23 #ifndef HEADER_INTERNAL_KTLS 24 24 # define HEADER_INTERNAL_KTLS 25 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 25 26 # pragma once 27 # endif /* VBOX */ 26 28 27 29 # ifndef OPENSSL_NO_KTLS -
trunk/src/libs/openssl-3.0.7/include/internal/nelem.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_NELEM_H 11 11 # define OSSL_INTERNAL_NELEM_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # define OSSL_NELEM(x) (sizeof(x)/sizeof((x)[0])) -
trunk/src/libs/openssl-3.0.7/include/internal/numbers.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_NUMBERS_H 11 11 # define OSSL_INTERNAL_NUMBERS_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <limits.h> -
trunk/src/libs/openssl-3.0.7/include/internal/o_dir.h
r94082 r97984 39 39 #ifndef OSSL_INTERNAL_O_DIR_H 40 40 # define OSSL_INTERNAL_O_DIR_H 41 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 41 42 # pragma once 43 # endif /* VBOX */ 42 44 43 45 typedef struct OPENSSL_dir_context_st OPENSSL_DIR_CTX; -
trunk/src/libs/openssl-3.0.7/include/internal/packet.h
r97372 r97984 10 10 #ifndef OSSL_INTERNAL_PACKET_H 11 11 # define OSSL_INTERNAL_PACKET_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <string.h> -
trunk/src/libs/openssl-3.0.7/include/internal/param_build_set.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_PARAM_BUILD_SET_H 11 11 # define OSSL_INTERNAL_PARAM_BUILD_SET_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/safestack.h> -
trunk/src/libs/openssl-3.0.7/include/internal/passphrase.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_PASSPHRASE_H 11 11 # define OSSL_INTERNAL_PASSPHRASE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 /* -
trunk/src/libs/openssl-3.0.7/include/internal/property.h
r97372 r97984 11 11 #ifndef OSSL_INTERNAL_PROPERTY_H 12 12 # define OSSL_INTERNAL_PROPERTY_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include "internal/cryptlib.h" -
trunk/src/libs/openssl-3.0.7/include/internal/propertyerr.h
r94320 r97984 11 11 #ifndef OSSL_INTERNAL_PROPERTYERR_H 12 12 # define OSSL_INTERNAL_PROPERTYERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/internal/provider.h
r97372 r97984 10 10 #ifndef OSSL_INTERNAL_PROVIDER_H 11 11 # define OSSL_INTERNAL_PROVIDER_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/core.h> -
trunk/src/libs/openssl-3.0.7/include/internal/refcount.h
r94082 r97984 9 9 #ifndef OSSL_INTERNAL_REFCOUNT_H 10 10 # define OSSL_INTERNAL_REFCOUNT_H 11 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 11 12 # pragma once 13 # endif /* VBOX */ 12 14 13 15 # include <openssl/e_os2.h> -
trunk/src/libs/openssl-3.0.7/include/internal/sha3.h
r94320 r97984 11 11 #ifndef OSSL_INTERNAL_SHA3_H 12 12 # define OSSL_INTERNAL_SHA3_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/e_os2.h> -
trunk/src/libs/openssl-3.0.7/include/internal/sizes.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_SIZES_H 11 11 # define OSSL_INTERNAL_SIZES_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 /* -
trunk/src/libs/openssl-3.0.7/include/internal/sm3.h
r94320 r97984 12 12 #ifndef OSSL_INTERNAL_SM3_H 13 13 # define OSSL_INTERNAL_SM3_H 14 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 14 15 # pragma once 16 # endif /* VBOX */ 15 17 16 18 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/internal/sockets.h
r97878 r97984 10 10 #ifndef OSSL_INTERNAL_SOCKETS_H 11 11 # define OSSL_INTERNAL_SOCKETS_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/opensslconf.h> -
trunk/src/libs/openssl-3.0.7/include/internal/sslconf.h
r94082 r97984 10 10 #ifndef OSSL_INTERNAL_SSLCONF_H 11 11 # define OSSL_INTERNAL_SSLCONF_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 typedef struct ssl_conf_cmd_st SSL_CONF_CMD; -
trunk/src/libs/openssl-3.0.7/include/internal/symhacks.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_SYMHACKS_H 11 11 # define OSSL_INTERNAL_SYMHACKS_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/e_os2.h> -
trunk/src/libs/openssl-3.0.7/include/internal/thread_once.h
r94102 r97984 10 10 #ifndef OSSL_INTERNAL_THREAD_ONCE_H 11 11 # define OSSL_INTERNAL_THREAD_ONCE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # include <openssl/crypto.h> -
trunk/src/libs/openssl-3.0.7/include/internal/tlsgroups.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_TLSGROUPS_H 11 11 # define OSSL_INTERNAL_TLSGROUPS_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 # define OSSL_TLS_GROUP_ID_sect163k1 0x0001 -
trunk/src/libs/openssl-3.0.7/include/internal/unicode.h
r94320 r97984 10 10 #ifndef OSSL_INTERNAL_UNICODE_H 11 11 # define OSSL_INTERNAL_UNICODE_H 12 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 12 13 # pragma once 14 # endif /* VBOX */ 13 15 14 16 typedef enum { -
trunk/src/libs/openssl-3.0.7/ssl/sslerr.h
r94320 r97984 11 11 #ifndef OSSL_SSLERR_H 12 12 # define OSSL_SSLERR_H 13 # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */ 13 14 # pragma once 15 # endif /* VBOX */ 14 16 15 17 # include <openssl/opensslconf.h>
Note:
See TracChangeset
for help on using the changeset viewer.