| /src/crypto/heimdal/lib/hx509/ |
| H A D | crmf.asn1 | 22 -- XXX IMPLICIT brokenness 24 poposkInput [0] IMPLICIT POPOSigningKeyInput OPTIONAL, 33 -- XXX IMPLICIT brokenness 36 sender [0] IMPLICIT GeneralName, 55 -- XXX IMPLICIT brokenness 58 subsequentMessage [1] IMPLICIT SubsequentMessage, 60 agreeMAC [3] IMPLICIT PKMACValue, 64 -- XXX IMPLICIT brokenness 79 issuer [3] IMPLICIT CHOICE { 86 subject [5] IMPLICIT CHOICE { [all …]
|
| H A D | ocsp.asn1 | 15 good [0] IMPLICIT NULL, 16 revoked [1] IMPLICIT -- OCSPRevokedInfo -- SEQUENCE { 20 unknown [2] IMPLICIT NULL }
|
| H A D | pkcs10.asn1 | 15 attributes [0] IMPLICIT SET OF Attribute OPTIONAL
|
| H A D | ChangeLog | 683 * print.c: Fix printing of CRL DPnames (I hate IMPLICIT encoded 780 * ca.c: Disable CRLDistributionPoints for now, its IMPLICIT code
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | test.asn1 | 38 TESTInteger2 ::= [4] IMPLICIT TESTInteger 39 TESTInteger3 ::= [5] IMPLICIT TESTInteger2 42 ti1[0] IMPLICIT INTEGER (-2147483648..2147483647), 43 ti2[1] IMPLICIT SEQUENCE { 46 ti3[2] IMPLICIT [5] IMPLICIT [4] IMPLICIT INTEGER (-2147483648..2147483647) 50 ti1[0] IMPLICIT TESTInteger, 51 ti2[1] IMPLICIT TESTLargeTag, 52 ti3[2] IMPLICIT TESTInteger3
|
| H A D | pkinit.asn1 | 54 caName [0] IMPLICIT OCTET STRING, 61 subjectName [0] IMPLICIT OCTET STRING OPTIONAL, 62 issuerAndSerialNumber [1] IMPLICIT OCTET STRING OPTIONAL, 63 subjectKeyIdentifier [2] IMPLICIT OCTET STRING OPTIONAL, 70 signedAuthPack [0] IMPLICIT OCTET STRING, 72 kdcPkId [2] IMPLICIT OCTET STRING OPTIONAL, 105 dhSignedData [0] IMPLICIT OCTET STRING, 114 encKeyPack [1] IMPLICIT OCTET STRING, 156 signed-auth-pack [0] IMPLICIT OCTET STRING, 158 kdc-cert [3] IMPLICIT OCTET STRING OPTIONAL, [all …]
|
| H A D | cms.asn1 | 78 signedAttrs [0] IMPLICIT -- CMSAttributes -- 82 unsignedAttrs [1] IMPLICIT -- CMSAttributes -- 92 certificates [0] IMPLICIT -- CertificateSet -- 94 crls [1] IMPLICIT -- CertificateRevocationLists -- 100 certs [0] IMPLICIT -- CertificateSet -- 102 crls [1] IMPLICIT --CertificateRevocationLists -- 127 encryptedContent [0] IMPLICIT OCTET STRING OPTIONAL 135 unprotectedAttrs [1] IMPLICIT -- UnprotectedAttributes -- 141 originatorInfo [0] IMPLICIT -- OriginatorInfo -- heim_any OPTIONAL, 144 unprotectedAttrs [1] IMPLICIT -- UnprotectedAttributes --
|
| H A D | rfc2459.asn1 | 218 issuerUniqueID [1] IMPLICIT BIT STRING -- UniqueIdentifier -- OPTIONAL, 220 subjectUniqueID [2] IMPLICIT BIT STRING -- UniqueIdentifier -- OPTIONAL, 262 otherName [0] IMPLICIT -- OtherName -- SEQUENCE { 266 rfc822Name [1] IMPLICIT IA5String, 267 dNSName [2] IMPLICIT IA5String, 268 -- x400Address [3] IMPLICIT ORAddress,-- 269 directoryName [4] IMPLICIT -- Name -- CHOICE { 272 -- ediPartyName [5] IMPLICIT EDIPartyName, -- 273 uniformResourceIdentifier [6] IMPLICIT IA5String, 274 iPAddress [7] IMPLICIT OCTET STRING, [all …]
|
| H A D | canthandle.asn1 | 17 kaka1 [0] IMPLICIT INTEGER OPTIONAL, 18 kaka2 [1] IMPLICIT Kaka2 OPTIONAL, 19 kaka3 [2] IMPLICIT Kaka3 OPTIONAL
|
| H A D | pkcs8.asn1 | 20 attributes [0] IMPLICIT SET OF Attribute OPTIONAL
|
| H A D | ChangeLog | 150 * rfc2459.asn1: Do evil things to handle IMPLICIT encoded 824 * CMS.asn1: handle IMPLICIT and share some common structures 833 * test.asn1: fix workaround for IMPLICIT CONS case 835 * canthandle.asn1: fix workaround for IMPLICIT CONS case 837 * asn1_print.c: hint that there are IMPLICIT content when we find 840 * check-gen.c: Added #ifdef out test for IMPLICIT tagging. 842 * Makefile.am: test several IMPLICIT tag level deep 844 * test.asn1: test several IMPLICIT tag level deep 846 * test.asn1: tests for IMPLICIT 848 * Makefile.am: tests for IMPLICIT [all …]
|
| H A D | lex.l | 104 IMPLICIT { return kw_IMPLICIT; }
|
| /src/crypto/openssl/test/ |
| H A D | test_asn1_genconf.cnf | 4 impl=IMPLICIT:1,BOOL:true
|
| /src/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gssapi.asn1 | 7 GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
|
| /src/crypto/openssl/doc/man3/ |
| H A D | ASN1_generate_nconf.pod | 126 add EXPLICIT or IMPLICIT tagging, add wrappers or to change 142 =item B<IMPLICIT>, B<IMP> 144 This is the same as B<EXPLICIT> except IMPLICIT tagging is used
|
| /src/crypto/openssl/include/openssl/ |
| H A D | asn1t.h.in | 67 * because it avoids things like the d2i IMPLICIT 381 /* IMPLICIT tagged simple type */ 385 /* IMPLICIT tagged OPTIONAL simple type */ 412 /* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */ 536 /* IMPLICIT tagging */ 544 /* context specific IMPLICIT */
|
| /src/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.h | 426 #define DEFTAGGEDTYPE(DESCNAME, CLASS, CONSTRUCTION, TAG, IMPLICIT, BASEDESC) \ argument 429 TAG, CLASS, CONSTRUCTION, IMPLICIT, &k5_atype_##BASEDESC \
|
| H A D | README.asn1 | 35 field-name [0] IMPLICIT OCTET STRING OPTIONAL 38 Contrary to intuition, the tag notation "[0] IMPLICIT" is not a 68 IMPLICIT or EXPLICIT, then it is clear which kind of tag it is, but 74 * IMPLICIT TAGS -- in this case, tags default to implicit (usually)
|
| /src/contrib/bearssl/src/x509/ |
| H A D | skey_decoder.t0 | 333 \ attributes [0] IMPLICIT Attributes OPTIONAL, 334 \ publicKey [1] IMPLICIT BIT STRING OPTIONAL
|
| /src/crypto/heimdal/doc/ |
| H A D | layman.asc | 284 denoted by the ASN.1 keywords [class number] IMPLICIT (see 540 [[class] number] IMPLICIT Type 550 acceptable, and the keyword IMPLICIT is implied. (See 552 explicit inclusion of the keyword IMPLICIT is preferable to 566 attributes [0] IMPLICIT Attributes OPTIONAL } 823 extendedCertificate [0] IMPLICIT ExtendedCertificate 828 are Certificate and [0] IMPLICIT ExtendedCertificate.
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-ML-DSA.pod | 130 seed [0] IMPLICIT OCTET STRING (SIZE (32)),
|
| H A D | EVP_PKEY-ML-KEM.pod | 161 seed [0] IMPLICIT OCTET STRING (SIZE (64)),
|
| H A D | openssl-quic-concurrency.pod | 18 =head1 EXPLICIT AND IMPLICIT QUIC DOMAINS
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 630 * lib/krb5/pkinit.c: Adapt to IMPLICIT changes in CMS module.
|
| /src/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 1009 * mech/gssapi.asn1: GSSAPIContextToken is IMPLICIT SEQUENCE
|