| /freebsd-10-stable/crypto/heimdal/lib/asn1/ |
| 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-10-stable/contrib/llvm/lib/IR/ |
| D | Attributes.cpp | 492 const AttributeSetNode *ASN = getSlotNode(I); in Raw() local 495 for (AttributeSetNode::iterator II = ASN->begin(), in Raw() 496 IE = ASN->end(); II != IE; ++II) { in Raw() 505 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16; in Raw() 507 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26; in Raw() 819 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local 820 return ASN ? ASN->hasAttribute(Kind) : false; in hasAttribute() 824 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local 825 return ASN ? ASN->hasAttribute(Kind) : false; in hasAttribute() 829 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes() local [all …]
|
| /freebsd-10-stable/crypto/heimdal/doc/ |
| 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 …]
|
| D | intro.texi | 37 a stub generator and a library to encode/decode/whatever ASN.1/DER
|
| /freebsd-10-stable/crypto/openssl/doc/apps/ |
| D | asn1parse.pod | 5 asn1parse - ASN.1 parsing tool 26 The B<asn1parse> command is a diagnostic utility that can parse ASN.1 27 structures. It can also be used to extract data from ASN.1 formatted data. 79 parse the contents octets of the ASN.1 object starting at B<offset>. This 122 Some knowledge of the ASN.1 structure is needed to interpret the output. 179 ASN.1 types is not well handled (if at all).
|
| D | dsa.pod | 46 an ASN1 DER encoded form of an ASN.1 SEQUENCE consisting of the values of 48 respectively as ASN.1 INTEGERs. When used with a public key it uses a
|
| D | ecparam.pod | 37 This specifies the input format. The B<DER> option uses an ASN.1 DER encoded
|
| D | dgst.pod | 192 (RSA, ECC, etc) to use for signing based on the private key's ASN.1 info.
|
| D | ec.pod | 43 an ASN.1 DER encoded SEC1 private key. When used with a public key it
|
| D | openssl.pod | 74 Parse an ASN.1 sequence.
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | DSA_size.pod | 15 This function returns the size of an ASN.1 encoded DSA signature in
|
| D | DSA_sign.pod | 23 digest B<dgst> using the private key B<dsa> and places its ASN.1 DER
|
| D | d2i_ECPrivateKey.pod | 21 B<EC_KEY> structure into a binary format (ASN.1 DER) and back again.
|
| /freebsd-10-stable/crypto/openssl/ |
| D | NEWS | 27 o Prevent ASN.1 BIO excessive memory allocation (CVE-2016-2109) 81 o ASN.1 structure reuse memory corruption fix (CVE-2015-0287) 352 o New ASN.1 mini-compiler that's usable through the OpenSSL 354 o Added support for ASN.1 indefinite length constructed encoding. 362 o New structure and ASN.1 functions for CertificatePair. 395 o Constification of all ASN.1 conversion functions, and other 491 o ASN.1: treat domainComponent correctly. 729 o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs 734 o Support for ASN.1 UTF8String and VisibleString 753 o Support for ASN.1 GeneralizedTime [all …]
|
| D | CHANGES | 225 *) Prevent ASN.1 BIO excessive memory allocation 227 When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio() 359 functions when printing out human-readable dumps of ASN.1 data. Therefore 362 vulnerable where they print out ASN.1 data, or if untrusted data is passed 423 dereference if presented with an ASN.1 signature using the RSA PSS 526 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs 566 made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check 574 *) ASN.1 structure reuse memory corruption fix 576 Reusing a structure in ASN.1 parsing may allow an attacker to cause 590 correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with [all …]
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | ber | 8 # They are specified via ASN.1 schemas and some prose. Basic encoding
|
| /freebsd-10-stable/crypto/heimdal/ |
| D | NEWS | 32 - Table driven ASN.1 compiler, smaller!, not enabled by default 79 - Support BER in ASN.1 library (needed for CMS) 233 * Make ASN.1 library less paranoid to with regard to NUL in string to 250 * New ASN.1 compiler. 910 * fix ASN.1 encoding of signed integers
|
| D | ChangeLog.2005 | 560 * NEWS: New ASN.1 compiler 679 detecting existence of the new ASN.1 library. 681 * lib/asn1: Much improved ASN.1 compiler from joda-choice-branch.
|
| /freebsd-10-stable/crypto/heimdal/lib/hx509/ |
| D | hx509_err.et | 12 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
|
| /freebsd-10-stable/contrib/bsnmp/ |
| D | NEWS | 145 Fix parsing of non-minimal ASN.1 integers. They are now disallowed.
|
| /freebsd-10-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 50 ASN.1 - parsing 380 documentation on ASN.1, have a look at www.rsa.com and get their PKCS 391 To verify a signature on a signed ASN.1 object 563 ans1parse - 'pulls' appart ASN.1 encoded objects like certificates. 595 The ASN.1 Routines. 597 ASN.1 is a specification for how to encode structured 'data' in binary form. 599 into ASN.1 is as follows. 609 or in the DER (a variant of ASN.1 encoding) binary encoding which is just 617 size sub structures (often 'SET OF' or 'SEQUENCE OF' in ASN.1 syntax) the 674 might be able to guess, the process of writing ASN.1 files can be a bit CPU [all …]
|
| /freebsd-10-stable/contrib/ntp/util/ |
| D | ntp-keygen.texi | 229 using ASN.1 rules, then encrypted using the DES-CBC algorithm with
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | README | 102 - ASN.1 106 TLSv1/X.509/ASN.1/RSA/bignum parts are about 25 kB on x86)
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | s390-opc.txt | 70 b226 epar RRE_R0 "extract primary ASN" g5 esa,zarch 72 b227 esar RRE_R0 "extract secondary ASN" g5 esa,zarch 200 b225 ssar RRE_R0 "set secondary ASN" g5 esa,zarch
|
| /freebsd-10-stable/crypto/heimdal/lib/gssapi/ |
| D | ChangeLog | 773 * spnego/accept_sec_context.c: Use ASN.1 encoder functions to 776 * spnego/init_sec_context.c: Use ASN.1 encoder functions to encode 792 * spnego/accept_sec_context.c: Use ASN.1 encoder functions to 1966 * cfx.[ch]: no ASN.1-ish header on per-message tokens
|