Home
last modified time | relevance | path

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

123

/freebsd-11-stable/contrib/file/magic/Magdir/
HDder3 # 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 …]
/freebsd-11-stable/crypto/openssl/doc/apps/
HDcrl2pkcs7.pod11 [B<-inform PEM|DER>]
12 [B<-outform PEM|DER>]
28 =item B<-inform DER|PEM>
30 This specifies the CRL input format. B<DER> format is DER encoded CRL
32 the DER form with header and footer lines.
34 =item B<-outform DER|PEM>
36 This specifies the PKCS#7 structure output format. B<DER> format is DER
38 the DER form with header and footer lines.
70 Creates a PKCS#7 structure in DER format with no CRL from several
74 -certfile demoCA/cacert.pem -outform DER -out p7.der
[all …]
HDcrl.pod11 [B<-inform PEM|DER>]
12 [B<-outform PEM|DER>]
27 The B<crl> command processes CRL files in DER or PEM format.
33 =item B<-inform DER|PEM>
35 This specifies the input format. B<DER> format is DER encoded CRL
37 the DER form with header and footer lines.
39 =item B<-outform DER|PEM>
112 Convert a CRL file from PEM to DER:
114 openssl crl -in crl.pem -outform DER -out crl.der
116 Output the text form of a DER encoded certificate:
[all …]
HDpkcs7.pod11 [B<-inform PEM|DER>]
12 [B<-outform PEM|DER>]
22 The B<pkcs7> command processes PKCS#7 files in DER or PEM format.
28 =item B<-inform DER|PEM>
30 This specifies the input format. B<DER> format is DER encoded PKCS#7
32 the DER form with header and footer lines.
34 =item B<-outform DER|PEM>
75 Convert a PKCS#7 file from PEM to DER:
77 openssl pkcs7 -in file.pem -outform DER -out file.der
HDdsaparam.pod11 [B<-inform DER|PEM>]
12 [B<-outform DER|PEM>]
31 =item B<-inform DER|PEM>
33 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
36 of the B<DER> format base64 encoded with additional header and footer lines.
38 =item B<-outform DER|PEM>
HDdsa.pod11 [B<-inform PEM|DER>]
12 [B<-outform PEM|DER>]
44 =item B<-inform DER|PEM>
46 This specifies the input format. The B<DER> option with a private key uses
47 an ASN1 DER encoded form of an ASN.1 SEQUENCE consisting of the values of
52 The B<PEM> form is the default format: it consists of the B<DER> format base64
56 =item B<-outform DER|PEM>
148 To convert a private key from PEM to DER format:
150 openssl dsa -in key.pem -outform DER -out keyout.der
HDsess_id.pod12 [B<-inform PEM|DER>]
13 [B<-outform PEM|DER>]
30 =item B<-inform DER|PEM>
32 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
34 to the next. The B<PEM> form is the default format: it consists of the B<DER>
37 =item B<-outform DER|PEM>
HDpkey.pod12 [B<-inform PEM|DER>]
13 [B<-outform PEM|DER>]
35 =item B<-inform DER|PEM>
37 This specifies the input format DER or PEM.
39 =item B<-outform DER|PEM>
115 To convert a private key from PEM to DER format:
117 openssl pkey -in key.pem -outform DER -out keyout.der
HDec.pod11 [B<-inform PEM|DER>]
12 [B<-outform PEM|DER>]
41 =item B<-inform DER|PEM>
43 This specifies the input format. The B<DER> option with a private key uses
44 an ASN.1 DER encoded SEC1 private key. When used with a public key it
46 The B<PEM> form is the default format: it consists of the B<DER> format base64
50 =item B<-outform DER|PEM>
159 To convert a private key from PEM to DER format:
161 openssl ec -in key.pem -outform DER -out keyout.der
HDdhparam.pod11 [B<-inform DER|PEM>]
12 [B<-outform DER|PEM>]
34 =item B<-inform DER|PEM>
36 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
38 default format: it consists of the B<DER> format base64 encoded with
41 =item B<-outform DER|PEM>
HDrsa.pod12 [B<-inform PEM|NET|DER>]
13 [B<-outform PEM|NET|DER>]
50 =item B<-inform DER|NET|PEM>
52 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
54 The B<PEM> form is the default format: it consists of the B<DER> format base64
59 =item B<-outform DER|NET|PEM>
182 To convert a private key from PEM to DER format:
184 openssl rsa -in key.pem -outform DER -out keyout.der
HDecparam.pod11 [B<-inform DER|PEM>]
12 [B<-outform DER|PEM>]
36 =item B<-inform DER|PEM>
38 This specifies the input format. The B<DER> option uses an ASN.1 DER encoded
40 format: it consists of the B<DER> format base64 encoded with additional
43 =item B<-outform DER|PEM>
HDasn1parse.pod11 [B<-inform PEM|DER>]
34 =item B<-inform> B<DER|PEM>
36 the input format. B<DER> is binary format and B<PEM> (the default) is base64
45 output file to place the DER encoded data into. If this
151 Parse a DER file:
153 openssl asn1parse -inform DER -in file.der
HDpkcs8.pod12 [B<-inform PEM|DER>]
13 [B<-outform PEM|DER>]
45 =item B<-inform DER|PEM>
48 then either a B<DER> or B<PEM> encoded version of a PKCS#8 key will be
49 expected. Otherwise the B<DER> or B<PEM> format of the traditional format
52 =item B<-outform DER|PEM>
168 It is possible to write out DER encoded encrypted private keys in
221 Read a DER unencrypted PKCS#8 format private key:
223 openssl pkcs8 -inform DER -nocrypt -in key.der -out key.pem
HDpkeyutl.pod15 [B<-keyform PEM|DER>]
18 [B<-peerform PEM|DER>]
56 =item B<-keyform PEM|DER>
58 the key format PEM, DER or ENGINE.
70 =item B<-peerform PEM|DER>
72 the peer key format PEM, DER or ENGINE.
HDsmime.pod23 [B<-inform SMIME|PEM|DER>]
27 [B<-outform SMIME|PEM|DER>]
90 =item B<-inform SMIME|PEM|DER>
93 is B<SMIME> which reads an S/MIME format message. B<PEM> and B<DER>
94 format change this to expect PEM and DER format PKCS#7 structures
104 =item B<-outform SMIME|PEM|DER>
107 is B<SMIME> which write an S/MIME format message. B<PEM> and B<DER>
108 format change this to write PEM and DER format PKCS#7 structures
305 and no longer DER. Streaming is supported for the B<-encrypt> operation and the
310 remains DER.
[all …]
HDx509.pod12 [B<-inform DER|PEM|NET>]
13 [B<-outform DER|PEM|NET>]
14 [B<-keyform DER|PEM>]
15 [B<-CAform DER|PEM>]
16 [B<-CAkeyform DER|PEM>]
81 =item B<-inform DER|PEM|NET>
85 present. The DER format is the DER encoding of the certificate and PEM
86 is the base64 encoding of the DER encoding with header and footer lines
90 =item B<-outform DER|PEM|NET>
228 Calculates and outputs the digest of the DER encoded version of the entire
[all …]
HDcms.pod27 [B<-inform SMIME|PEM|DER>]
28 [B<-rctform SMIME|PEM|DER>]
30 [B<-outform SMIME|PEM|DER>]
172 =item B<-inform SMIME|PEM|DER>
175 is B<SMIME> which reads an S/MIME format message. B<PEM> and B<DER>
176 format change this to expect PEM and DER format CMS structures
181 =item B<-rctform SMIME|PEM|DER>
191 =item B<-outform SMIME|PEM|DER>
194 is B<SMIME> which writes an S/MIME format message. B<PEM> and B<DER>
195 format change this to write PEM and DER format CMS structures
[all …]
HDts.pod82 There is one DER encoded protocol data unit defined for transporting a time
155 This option specifies a previously created time stamp request in DER
169 instead of DER. (Optional)
199 The name of the file containing a DER encoded time stamp request. (Optional)
238 (if B<-token_in> is also specified) in DER format that will be written
248 that the input is a DER encoded time stamp token (ContentInfo) instead
265 instead of DER. (Optional)
300 The original time stamp request in DER format. The B<-data> and B<-digest>
305 The time stamp response that needs to be verified in DER format. (Mandatory)
310 that the input is a DER encoded time stamp token (ContentInfo) instead
/freebsd-11-stable/crypto/heimdal/doc/
HDlayman.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 …]
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDecdsa.pod66 i2d_ECDSA_SIG() creates the DER encoding of the ECDSA signature
69 the DER encoded signature). B<i2d_ECDSA_SIG> returns the length
70 of the DER encoded signature (or 0 on error).
72 d2i_ECDSA_SIG() decodes a DER encoded ECDSA signature and returns
74 B<*sig> points to the buffer containing the DER encoded signature
77 ECDSA_size() returns the maximum length of a DER encoded
91 pre-computed values B<kinv> and B<rp>. The DER encoded signatures is
HDRSA_sign_ASN1_OCTET_STRING.pod22 B<m_len> using the private key B<rsa> represented in DER using PKCS #1
32 of size B<siglen> is the DER representation of a given octet string
HDd2i_X509.pod47 i2d_X509() encodes the structure pointed to by B<x> into DER format.
48 If B<out> is not B<NULL> is writes the DER encoded data to the buffer
83 "internal" (that is an internal C structure) and "DER". So
84 B<i2d_X509> converts from internal to DER. The "re" in
110 Allocate and encode the DER encoding of an X509 structure:
235 certificates with broken (non-DER) encodings.
HDd2i_PKCS8PrivateKey.pod37 Other than the use of DER as opposed to PEM these functions are identical to the
46 These functions are currently the only way to store encrypted private keys using DER format.
/freebsd-11-stable/crypto/heimdal/lib/hx509/
HDtest_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

123