| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | asn1_err.et | 10 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library" 11 error_code MISSING_FIELD, "ASN.1 structure is missing a required field" 12 error_code MISPLACED_FIELD, "ASN.1 unexpected field number" 13 error_code TYPE_MISMATCH, "ASN.1 type numbers are inconsistent" 14 error_code OVERFLOW, "ASN.1 value too large" 15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly" 16 error_code BAD_ID, "ASN.1 identifier doesn't match expected value" 17 error_code BAD_LENGTH, "ASN.1 length doesn't match expected value" 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding" 19 error_code PARSE_ERROR, "ASN.1 parse error" [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | asn1_err.et | 2 error_code ASN1_BAD_TIMEFORMAT, "ASN.1 failed call to system time library" 3 error_code ASN1_MISSING_FIELD, "ASN.1 structure is missing a required field" 4 error_code ASN1_MISPLACED_FIELD, "ASN.1 unexpected field number" 5 error_code ASN1_TYPE_MISMATCH, "ASN.1 type numbers are inconsistent" 6 error_code ASN1_OVERFLOW, "ASN.1 value too large" 7 error_code ASN1_OVERRUN, "ASN.1 encoding ended unexpectedly" 8 error_code ASN1_BAD_ID, "ASN.1 identifier doesn't match expected value" 9 error_code ASN1_BAD_LENGTH, "ASN.1 length doesn't match expected value" 10 error_code ASN1_BAD_FORMAT, "ASN.1 badly-formatted encoding" 11 error_code ASN1_PARSE_ERROR, "ASN.1 parse error" [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 28 + * ASN: Lookup A records from rrset cache. 45 + log_rrset_key(VERB_ALGO, "ASN-AAAA-filter: found A record", 60 + int found_a_record = 0; /* ASN: do we have a A record? */ 68 + /* ASN: Locate any A record we can find */ 73 + /* ASN: End of added code */ 82 + /* ASN: For AAAA records only... */ 84 + /* ASN: If this is not a AAAA query, then remove AAAA 90 + remove_rrset("ASN-AAAA-filter: removing AAAA " 94 + log_nametypeclass(VERB_ALGO, "ASN-AAAA-filter: " 98 + /* ASN: End of added code */ [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | ASN1_item_d2i_bio.pod | 8 - decode and encode DER-encoded ASN.1 structures 40 I<len> which must be a DER-encoded ASN.1 structure, using the ASN.1 template 54 which must be a DER-encoded ASN.1 structure, using the ASN.1 template I<it> 73 ASN1_item_i2d_mem_bio() encodes the given ASN.1 value I<val> 74 using the ASN.1 template I<it> and returns the result in a memory BIO. 76 ASN1_item_pack() encodes the given ASN.1 value in I<obj> using the 77 ASN.1 template I<it> and returns an B<ASN1_STRING> object. If the passed in 85 I<oct> using the ASN.1 template I<it>.
|
| H A D | ASN1_TYPE_get.pod | 24 B<ASN1_TYPE> structure can contain any ASN.1 type or constructed type 25 such as a SEQUENCE: it is effectively equivalent to the ASN.1 ANY type. 35 ASN1_TYPE_cmp() compares ASN.1 types I<a> and I<b> and returns 0 if 39 I<t> using the ASN.1 structure I<it>. If successful it returns a pointer 40 to the ASN.1 structure corresponding to I<it> which must be freed by the 43 ASN1_TYPE_pack_sequence() attempts to encode the ASN.1 structure I<s> 61 B<ASN1_STRING> contains the entire ASN.1 encoding verbatim (including tag and 86 ASN1_TYPE_unpack_sequence() returns a pointer to an ASN.1 structure or
|
| H A D | EVP_PKEY_asn1_get_count.pod | 10 - enumerate public key ASN.1 methods 29 ASN.1 methods available: it includes standard methods and any methods 32 EVP_PKEY_asn1_get0() returns the public key ASN.1 method B<idx>. 51 associated with the public key ASN.1 method B<*ameth>.
|
| H A D | PKCS12_item_decrypt_d2i.pod | 35 string containing an ASN.1 encoded object using the algorithm I<algor> and 39 PKCS12_item_i2d_encrypt() and PKCS12_item_i2d_encrypt_ex() encrypt an ASN.1 53 data as an ASN.1 Octet String or NULL if an error occurred.
|
| H A D | OSSL_HTTP_REQ_CTX.pod | 111 If the I<expect_asn1> parameter is nonzero a structure in ASN.1 encoding will be 113 that an ASN.1 sequence header is required, its length field is checked, and 137 and an ASN.1-encoded request should be sent. 141 the ASN.1 template I<it> to do the encoding (which does not support streaming). 162 or the content is an ASN.1-encoded structure with a length exceeding this value 166 in addition parses the response, which must be a DER-encoded ASN.1 structure, 167 using the ASN.1 template I<it> and places the result in I<*pval>. 172 If an ASN.1-encoded response was expected, this is the BIO 185 reading the response header. If the response was expected to be ASN.1 encoded,
|
| H A D | ASN1_item_sign.pod | 43 I<data>, the ASN.1 structure I<it>, private key I<pkey> and message digest I<md>. 45 converting it to der format using the ASN.1 structure I<it>. 52 Examples of valid values that can be used by the ASN.1 structure I<it> are 71 converting it to der format using the ASN.1 structure I<it>. 166 * it contains the mapping between ASN.1 data and an object MySignInfoObject
|
| H A D | OSSL_ALGORITHM.pod | 58 L<PKCS#1 RFC's ASN.1 module|https://www.rfc-editor.org/rfc/rfc8017#appendix-C> 105 Providers may find the need to register ASN.1 OIDs for algorithms using 113 Most of the time, registering ASN.1 OIDs like this shouldn't be necessary,
|
| H A D | ASN1_aux_cb.pod | 6 - ASN.1 auxiliary data 44 ASN.1 data structures can be associated with an B<ASN1_AUX> object to supply 45 additional information about the ASN.1 structure. An B<ASN1_AUX> structure is 46 associated with the structure during the definition of the ASN.1 template. For 48 ASN.1 template definition macros that supply auxiliary information such as
|
| H A D | s2i_ASN1_IA5STRING.pod | 15 - convert objects from/to ASN.1/string representation 41 These functions convert OpenSSL objects to and from their ASN.1/string
|
| H A D | ASN1_ITEM_lookup.pod | 5 ASN1_ITEM_lookup, ASN1_ITEM_get - lookup ASN.1 structures
|
| H A D | ASN1_INTEGER_new.pod | 23 B<ASN1_INTEGER> structure representing the ASN.1 INTEGER type
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | README.asn1 | 1 These notes attempt to explain how to use the ASN.1 infrastructure to 2 add new ASN.1 types. ASN.1 is complicated and easy to get wrong, so 6 If you are trying to debug a problem that shows up in the ASN.1 13 For the moment, a developer must hand-translate the ASN.1 module into 15 and decoder. Ideally we would have a tool to compile an ASN.1 module 19 Currently the ASN.1 infrastructure is not visible to applications or 23 tool (such as asn1c) for now if they need to do ASN.1 encoding or 31 understand a little bit about ASN.1 tags. You will most commonly see 61 and context-specific. Universal tags are used for built-in ASN.1 63 see in ASN.1 modules; private is rarely used. If no tag class is [all …]
|
| H A D | TODO.asn1 | 3 Stuff that should still be done on the ASN.1 encoder conversion: 37 meaningful strings that indicate both the ASN.1 type and the
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | layman.asc | 1 A Layman's Guide to a Subset of ASN.1, BER, and DER 22 subset of OSI's Abstract Syntax Notation One (ASN.1), Basic 57 OSI's method of specifying abstract objects is called ASN.1 61 defined in X.209). ASN.1 is a flexible notation that allows 66 each ASN.1 type as a string of eight-bit octets. There is 70 encoding to each ASN.1 value. 72 The purpose of this note is to describe a subset of ASN.1, 76 overview of ASN.1, BER, and DER and an abridged list of 77 ASN.1 types and their BER and DER encodings. Sections 2-4 78 give an overview of ASN.1, BER, and DER, in that order. [all …]
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_print_attribute_value.pod | 17 ASN.1 value and an associated attribute type that informs its interpretation, 19 behaviors, among other things. This attribute type is identified by an ASN.1 29 argument is the NID of the attribute type object identifier. The ASN.1 value 36 all ASN.1 syntaxes are currently supported, and there is no guarantee for what
|
| H A D | ossl_DER_w_begin_sequence.pod | 18 i.e. the ASN.1 SEQUENCE, SET and CHOICE specifications. They all come 22 When using these, special care must be taken to ensure that the ASN.1 tag
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-asn1parse.pod.in | 6 openssl-asn1parse - ASN.1 parsing command 30 This command is a diagnostic utility that can parse ASN.1 structures. 31 It can also be used to extract data from ASN.1 formatted data. 87 Parse the contents octets of the ASN.1 object starting at B<offset>. This 110 used to print out the fields of any supported ASN.1 structure if the type is 144 Some knowledge of the ASN.1 structure is needed to interpret the output. 204 ASN.1 types is not well handled (if at all).
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-glossary.pod | 21 =item ASN.1, ASN1 23 ASN.1 ("Abstract Syntax Notation One") is a notation for describing abstract 57 DER is a binary encoding of data, structured according to an ASN.1 163 PKCS#8 is a specification of ASN.1 structures that OpenSSL uses for storing 209 SubjectPublicKeyInfo is an ASN.1 structure that OpenSSL uses for storing and
|
| H A D | ossl_store-file.pod | 41 represented as an ASN.1 OCTET STRING. In raw form, it's not easily 42 possible to distinguish those from any other data coming as an ASN.1
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | DERlib.pod | 43 which is defined like this in ASN.1 terms: 58 As an example of the use of I<tag>, an ASN.1 element like this: 99 The value we want to encode, written in ASN.1 syntax:
|
| /freebsd/crypto/openssl/providers/common/der/ |
| H A D | NIST.asn1 | 11 -- Copies of common OIDs used by other ASN.1 files.
|
| H A D | ECX.asn1 | 9 -- Taken from RFC 8410, 9 ASN.1 Module
|