Home
last modified time | relevance | path

Searched refs:DER (Results 1 – 25 of 136) sorted by relevance

123456

/src/contrib/file/magic/Magdir/
H A Dder3 # der: file(1) magic for DER encoded files
30 >>&0 der int1=00 DER Encoded Certificate request
37 >&0 der int3=010001 DER Encoded Key Pair, 512 bits
42 >&0 der int3=010001 DER Encoded Key Pair, 1024 bits
47 >&0 der int3=010001 DER Encoded Key Pair, 2048 bits
52 >&0 der int3=010001 DER Encoded Key Pair, 4096 bits
57 >&0 der int3=010001 DER Encoded Key Pair, 8192 bits
62 >&0 der int3=010001 DER Encoded Key Pair, 16k bits
67 >&0 der int3=010001 DER Encoded Key Pair, 32k bits
72 >>&0 der int2=0dfa DER Encoded Certificate, 512 bits
[all …]
/src/crypto/openssl/doc/man1/
H A Dopenssl-crl.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
15 [B<-keyform> B<DER>|B<PEM>|B<P12>]
37 This command processes CRL files in DER or PEM format.
47 =item B<-inform> B<DER>|B<PEM>
52 =item B<-outform> B<DER>|B<PEM>
61 =item B<-keyform> B<DER>|B<PEM>|B<P12>
147 Convert a CRL file from PEM to DER:
149 openssl crl -in crl.pem -outform DER -out crl.der
151 Output the text form of a DER encoded certificate:
H A Dopenssl-crl2pkcs7.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
34 =item B<-inform> B<DER>|B<PEM>
39 =item B<-outform> B<DER>|B<PEM>
76 Creates a PKCS#7 structure in DER format with no CRL from several
80 -certfile demoCA/cacert.pem -outform DER -out p7.der
88 the certificate enrollment process. This involves sending the DER encoded output
H A Dopenssl-pkcs7.pod.in16 [B<-inform> B<DER>|B<PEM>]
17 [B<-outform> B<DER>|B<PEM>]
41 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
90 Convert a PKCS#7 file from PEM to DER:
92 openssl pkcs7 -in file.pem -outform DER -out file.der
H A Dopenssl-pkey.pod.in20 [B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>]
24 [B<-outform> B<DER>|B<PEM>]
78 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
114 =item B<-outform> B<DER>|B<PEM>
123 Encryption is not supported for DER output.
154 This cannot be combined with encoded output in DER format.
159 This cannot be combined with encoded output in DER format.
197 To convert a private key from PEM to DER format:
199 openssl pkey -in key.pem -outform DER -out keyout.der
H A Dopenssl-format-options.pod20 files in any of the B<DER>, B<PEM> or B<P12> formats. Specifying their input
22 the possible formats. However if the B<DER> or B<PEM> input format is specified
63 =item B<DER>
66 (DER) of the ASN.1 data language.
76 A DER-encoded file containing a PKCS#12 object.
H A Dopenssl-dsa.pod.in16 [B<-inform> B<DER>|B<PEM>]
17 [B<-outform> B<DER>|B<PEM>]
59 =item B<-inform> B<DER>|B<PEM>
64 =item B<-outform> B<DER>|B<PEM>
162 To convert a private key from PEM to DER format:
164 openssl dsa -in key.pem -outform DER -out keyout.der
H A Dopenssl-rsa.pod.in16 [B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>]
17 [B<-outform> B<DER>|B<PEM>]
61 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
66 =item B<-outform> B<DER>|B<PEM>
174 To convert a private key from PEM to DER format:
176 openssl rsa -in key.pem -outform DER -out keyout.der
H A Dopenssl-dsaparam.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
41 =item B<-inform> B<DER>|B<PEM>
46 =item B<-outform> B<DER>|B<PEM>
H A Dopenssl-pkcs8.pod.in13 [B<-inform> B<DER>|B<PEM>]
14 [B<-outform> B<DER>|B<PEM>]
54 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
67 If B<-topk8> is not used and B<DER> mode is set the output file will be an
68 unencrypted private key in traditional DER format.
184 It is possible to write out DER encoded encrypted private keys in
245 Read a DER unencrypted PKCS#8 format private key:
247 openssl pkcs8 -inform DER -nocrypt -in key.der -out key.pem
H A Dopenssl-ec.pod.in16 [B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>]
17 [B<-outform> B<DER>|B<PEM>]
52 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
57 =item B<-outform> B<DER>|B<PEM>
165 To convert a private key from PEM to DER format:
167 openssl ec -in key.pem -outform DER -out keyout.der
H A Dopenssl-dhparam.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
45 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
H A Dopenssl-sess_id.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>|B<NSS>]
40 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>|B<NSS>
H A Dopenssl-ecparam.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
44 =item B<-inform> B<DER>|B<PEM>
49 =item B<-outform> B<DER>|B<PEM>
/src/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_precompiled.pod6 - internal DER writers for precompiled DER blobs
18 There may be already existing DER blobs that can simply be copied to
22 structure being DER encoded, use ossl_DER_w_precompiled().
24 ossl_DER_w_precompiled() will simply take the DER encoded blob given as
H A Dossl_DER_w_bn.pod7 - internal DER writers for DER primitives
24 (remember that DER writers are used backwards) the DER encoding of
H A Dossl_DER_w_begin_sequence.pod6 - internal DER writers for DER constructed elements
/src/crypto/openssl/doc/internal/man7/
H A DDERlib.pod5 DERlib - internal OpenSSL DER library
9 OpenSSL contains an internal small DER reading and writing library,
33 =head2 DER writers / encoders
35 DER writers are based in L<WPACKET(3)>, a generic packet writing
39 DER writers must be used in reverse order, except for the wrapping
50 With the DER library, this is the corresponding code, given two OpenSSL
68 =head2 DER readers / decoders
111 C<sha256Identifier> and C<mgf1SHA256Identifier>, the DER writing code
/src/crypto/openssl/doc/man3/
H A Dd2i_RSAPrivateKey.pod130 B<d2i_I<TYPE>PrivateKey>() and derivates thereof decode DER encoded
133 B<d2i_I<TYPE>PublicKey>() and derivates thereof decode DER encoded
136 B<d2i_I<TYPE>params>() and derivates thereof decode DER encoded B<I<TYPE>>
139 B<d2i_I<TYPE>_PUBKEY>() and derivates thereof decode DER encoded B<I<TYPE>>
143 B<I<TYPE>> data into a type specific DER encoded structure.
146 B<I<TYPE>> data into a type specific DER encoded structure.
149 parameters data into a type specific DER encoded structure.
152 B<I<TYPE>> data into a DER encoded B<SubjectPublicKeyInfo> structure.
156 Similarly, i2d_RSAPrivateKey() and i2d_RSAPublicKey() produce DER encoded
181 A caveat is that L<i2d_PrivateKey(3)> may output a DER encoded PKCS#8
[all …]
H A DASN1_item_d2i_bio.pod8 - 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>
84 ASN1_item_unpack() uses ASN1_item_d2i() to decode the DER-encoded B<ASN1_STRING>
H A DX509_cmp.pod29 values of two B<X509> objects and the canonical (DER) encoding values.
34 canonical (DER) encoding values of the two objects using L<i2d_X509_NAME(3)>.
65 the comparison job. Data to be compared varies from DER encoding data, hash
/src/crypto/heimdal/doc/
H A Dlayman.asc1 A Layman's Guide to a Subset of ASN.1, BER, and DER
24 (DER). The particular purpose of this note is to provide
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.
477 The Distinguished Encoding Rules for ASN.1, abbreviated DER,
479 any ASN.1 value as an octet string. DER is intended for
482 on an ASN.1 value. DER is defined in Section 8.7 of X.509.
[all …]
/src/contrib/libder/
H A DREADME.md5 libder is a small library for encoding/decoding DER-encoded objects. It is
7 re-encode the resulting tree would apply any normalization expected by a DER
18 libder is not intended to be a general-purpose library for working with DER/BER
/src/crypto/openssl/providers/
H A Ddecoders.inc132 DECODER_w_structure("DER", der, SubjectPublicKeyInfo, der, yes),
134 * General-purpose PEM to DER decoder. When the user-specified data structure
138 * algorithm name or OID, and delegates further decoding in DER form to the
141 DECODER("DER", pem, der, yes),
145 * unencrypted PrivateKeyInfo in DER form to the identified algorithm.
147 DECODER_w_structure("DER", der, EncryptedPrivateKeyInfo, der, yes),
/src/crypto/heimdal/lib/hx509/
H A Dtest_cert.in63 ${hxtool} certificate-copy PEM-FILE:cert-pem.tmp DER-FILE:cert-der.tmp || exit 1
64 ${hxtool} certificate-copy DER-FILE:cert-der.tmp PEM-FILE:cert-pem2.tmp || exit 1

123456