Changeset 100488 in vbox for trunk/src/libs/openssl-3.0.9/gen-includes
- Timestamp:
- Jul 10, 2023 9:12:31 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.9/gen-includes/openssl/cmp.h
r94320 r100488 1 1 /* 2 2 * WARNING: do not edit! 3 * Generated by Makefile from cmp.h.in3 * Generated by Makefile from include/openssl/cmp.h.in 4 4 * 5 * Copyright 2007-202 1The OpenSSL Project Authors. All Rights Reserved.5 * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved. 6 6 * Copyright Nokia 2007-2019 7 7 * Copyright Siemens AG 2015-2019 … … 194 194 * } 195 195 */ 196 # define OSSL_CMP_PKISTATUS_accepted 0 197 # define OSSL_CMP_PKISTATUS_grantedWithMods 1 198 # define OSSL_CMP_PKISTATUS_rejection 2 199 # define OSSL_CMP_PKISTATUS_waiting 3 200 # define OSSL_CMP_PKISTATUS_revocationWarning 4 196 # define OSSL_CMP_PKISTATUS_request -3 197 # define OSSL_CMP_PKISTATUS_trans -2 198 # define OSSL_CMP_PKISTATUS_unspecified -1 199 # define OSSL_CMP_PKISTATUS_accepted 0 200 # define OSSL_CMP_PKISTATUS_grantedWithMods 1 201 # define OSSL_CMP_PKISTATUS_rejection 2 202 # define OSSL_CMP_PKISTATUS_waiting 3 203 # define OSSL_CMP_PKISTATUS_revocationWarning 4 201 204 # define OSSL_CMP_PKISTATUS_revocationNotification 5 202 # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6205 # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6 203 206 204 207 typedef ASN1_INTEGER OSSL_CMP_PKISTATUS; … … 440 443 int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx, 441 444 const unsigned char *ref, int len); 442 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,443 const int len);445 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, 446 const unsigned char *sec, int len); 444 447 /* CMP message header and extra certificates: */ 445 448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name); 446 449 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav); 450 int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx); 447 451 int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx, 448 452 STACK_OF(X509) *extraCertsOut); … … 500 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg); 501 505 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg); 506 int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg); 502 507 OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid); 503 508 OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
Note:
See TracChangeset
for help on using the changeset viewer.