Searched refs:BER (Results 1 – 24 of 24) sorted by relevance
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 1 A Layman's Guide to a Subset of ASN.1, BER, and DER 23 Encoding Rules (BER), and Distinguished Encoding Rules 60 ones and zeros is called the BER (Basic Encoding Rules, 65 others. BER describes how to represent or encode values of 67 generally more than one way to BER-encode a given value. 69 Rules (DER), which is a subset of BER, gives a unique 73 BER and DER sufficient to understand and implement one OSI- 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/man3/ |
H A D | i2d_PKCS7_bio_stream.pod | 5 i2d_PKCS7_bio_stream - output PKCS7 structure in BER format 15 i2d_PKCS7_bio_stream() outputs a PKCS7 structure in BER format. 26 The prefix "i2d" is arguably wrong because the function outputs BER format.
|
H A D | i2d_CMS_bio_stream.pod | 5 i2d_CMS_bio_stream - output CMS_ContentInfo structure in BER format 15 i2d_CMS_bio_stream() outputs a CMS_ContentInfo structure in BER format. 26 The prefix "i2d" is arguably wrong because the function outputs BER format.
|
H A D | SMIME_write_CMS.pod | 41 If streaming is performed the content is output in BER format using indefinite
|
H A D | SMIME_write_PKCS7.pod | 42 If streaming is performed the content is output in BER format using indefinite
|
H A D | BIO_new_CMS.pod | 17 automatically translated to a BER format CMS structure of the appropriate type.
|
H A D | SMIME_write_ASN1.pod | 58 If streaming is performed the content is output in BER format using indefinite
|
H A D | ASN1_TYPE_get.pod | 66 value under BER can have any nonzero encoding but ASN1_TYPE_cmp() will
|
H A D | d2i_RSAPrivateKey.pod | 254 The functions can also understand B<BER> forms.
|
H A D | d2i_X509.pod | 435 The functions can also understand B<BER> forms.
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1_err.et | 25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun" 26 error_code INDEF_UNDERRUN, "ASN.1 BER indefinte encoding underun" 27 error_code GOT_BER, "ASN.1 got BER encoded when expected DER"
|
H A D | ChangeLog | 1220 * asn1_print.c: handle end of content, this is part BER support, 1660 * gen_decode.c: add flag to decode broken DCE BER encoding 1662 * gen_locl.h: add flag to decode broken DCE BER encoding 1664 * main.c: add flag to decode broken DCE BER encoding
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ber | 4 # ber: file(1) magic for several BER formats used in the mobile 9 # rules (BER) is the used encoding. The formats are used for exchanging 27 # Sender long tag #TAP 3.x (BER encoded)
|
/freebsd/contrib/libder/ |
H A D | README.md | 6 expected to be able to decode any BER-encoded buffer, and an attempt to 18 libder is not intended to be a general-purpose library for working with DER/BER
|
/freebsd/sys/dev/pcf/ |
H A D | pcfvar.h | 43 #define BER 0x10 /* bus error, misplaced START or STOP */ macro
|
H A D | pcf.c | 240 if (status & BER) { in pcf_intr()
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecdsa.txt | 81 # BER signature
|
H A D | evppkey_dsa.txt | 91 # BER signature
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-smime.pod.in | 322 As a result the encoding is BER using indefinite length constructed encoding
|
H A D | openssl-cms.pod.in | 661 As a result the encoding is BER using indefinite length constructed encoding
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 79 - Support BER in ASN.1 library (needed for CMS)
|
H A D | ChangeLog.2000 | 410 * lib/asn1/der_get.c: add comment on *why* DCE sometimes used BER
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 231 \ the whole of ASN.1/BER, but is sufficient for certificate parsing.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 7708 program for discovering this case) and use of BER or invalid ASN.1 INTEGERs 8777 program for discovering this case) and use of BER or invalid ASN.1 INTEGERs 9628 to output in BER and PEM format. 10639 Lack of BER streaming support means one pass streaming processing is
|