This file is indexed.

/usr/include/canl_err.h is in libcanl-c-dev 2.1.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/*
 * Automatically generated file. Don't edit.
 */

typedef enum canl_error {
    CANL_ERR_unknown = 1024,
    CANL_ERR_unknownMsg,
    CANL_ERR_inputError,
    CANL_ERR_nsUndefinedAndRequired,
    CANL_ERR_nsDeny,
    CANL_ERR_nsNotAccepted,
    CANL_ERR_proxyEECInChain,
    CANL_ERR_proxyLength,
    CANL_ERR_proxyNoIssuer,
    CANL_ERR_proxyCASet,
    CANL_ERR_proxyIssuerAltNameSet,
    CANL_ERR_proxySubjectAltNameSet,
    CANL_ERR_proxyIssuedByCa,
    CANL_ERR_proxyNoIssuerSubject,
    CANL_ERR_proxySubjectInconsistent,
    CANL_ERR_proxyIssuerNoDsig,
    CANL_ERR_proxySubjectOneRDN,
    CANL_ERR_proxySubjectMultiLastRDN,
    CANL_ERR_proxySubjectLastRDNNotCN,
    CANL_ERR_proxySubjectBaseWrong,
    CANL_ERR_noIssuerPublicKey,
    CANL_ERR_noBasicConstraints,
    CANL_ERR_pathLenghtExtended,
    CANL_ERR_conflictingTrustAnchors,
    CANL_ERR_noTrustAnchorFound,
    CANL_ERR_trustButInvalidCert,
    CANL_ERR_signatureNotVerified,
    CANL_ERR_certificateNotYetValid,
    CANL_ERR_certificateExpired,
    CANL_ERR_noCACert,
    CANL_ERR_noCertSign,
    CANL_ERR_unknownCriticalExt,
    CANL_ERR_certRevoked,
    CANL_ERR_noBaseCRL,
    CANL_ERR_noValidCrlFound,
    CANL_ERR_certPathCheckerError,
    CANL_ERR_certPathValidDate,
    CANL_ERR_certWrongIssuer,
    CANL_ERR_criticalExtensionError,
    CANL_ERR_crlAuthInfoAccError,
    CANL_ERR_crlBCExtError,
    CANL_ERR_crlDistPoint,
    CANL_ERR_crlDistPtExtError,
    CANL_ERR_crlExtractionError,
    CANL_ERR_crlIssuerException,
    CANL_ERR_crlNbrExtError,
    CANL_ERR_crlNoIssuerPublicKey,
    CANL_ERR_crlOnlyAttrCert,
    CANL_ERR_crlOnlyCaCert,
    CANL_ERR_crlOnlyUserCert,
    CANL_ERR_crlReasonExtError,
    CANL_ERR_crlUpdateAvailable,
    CANL_ERR_crlVerifyFailed,
    CANL_ERR_deltaCrlExtError,
    CANL_ERR_distrPtExtError,
    CANL_ERR_emptyCertPath,
    CANL_ERR_errorProcesingBC,
    CANL_ERR_excludedDN,
    CANL_ERR_excludedEmail,
    CANL_ERR_excludedIP,
    CANL_ERR_explicitPolicy,
    CANL_ERR_invalidPolicy,
    CANL_ERR_invalidPolicyMapping,
    CANL_ERR_loadCrlDistPointError,
    CANL_ERR_localInvalidCRL,
    CANL_ERR_localValidCRL,
    CANL_ERR_ncExtError,
    CANL_ERR_ncSubjectNameError,
    CANL_ERR_noCrlInCertstore,
    CANL_ERR_noCrlSigningPermited,
    CANL_ERR_notPermittedDN,
    CANL_ERR_notPermittedEmail,
    CANL_ERR_notPermittedIP,
    CANL_ERR_notRevoked,
    CANL_ERR_noValidPolicyTree,
    CANL_ERR_ocspLocation,
    CANL_ERR_onlineCRLWrongCA,
    CANL_ERR_onlineInvalidCRL,
    CANL_ERR_onlineValidCRL,
    CANL_ERR_policyConstExtError,
    CANL_ERR_policyExtError,
    CANL_ERR_policyInhibitExtError,
    CANL_ERR_policyMapExtError,
    CANL_ERR_policyQualifierError,
    CANL_ERR_processLengthConstError,
    CANL_ERR_pubKeyError,
    CANL_ERR_QcEuCompliance,
    CANL_ERR_QcLimitValueAlpha,
    CANL_ERR_QcLimitValueNum,
    CANL_ERR_QcSSCD,
    CANL_ERR_QcStatementExtError,
    CANL_ERR_QcUnknownStatement,
    CANL_ERR_revokedAfterValidation,
    CANL_ERR_rootKeyIsValidButNotATrustAnchor,
    CANL_ERR_subjAltNameExtError,
    CANL_ERR_totalPathLength,
    CANL_ERR_trustAnchorIssuerError,
    CANL_ERR_trustDNInvalid,
    CANL_ERR_trustPubKeyError,
    CANL_ERR_generalSSLError,
    CANL_ERR_hostNotFound,
    CANL_ERR_resolverError,
    CANL_ERR_noPeerCertificate,
    CANL_ERR_noKeyFound,
    CANL_ERR_noCertFound,
    CANL_ERR_invalidPurpose,
    CANL_ERR_noRouteToServer,
} canl_error;