Home
last modified time | relevance | path

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

123456

/freebsd-14.2/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 …]
/freebsd-14.2/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>
145 Convert a CRL file from PEM to DER:
147 openssl crl -in crl.pem -outform DER -out crl.der
149 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>]
40 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
84 Convert a PKCS#7 file from PEM to DER:
86 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>]
77 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
108 =item B<-outform> B<DER>|B<PEM>
117 Encryption is not supported for DER output.
148 This cannot be combined with encoded output in DER format.
153 This cannot be combined with encoded output in DER format.
191 To convert a private key from PEM to DER format:
193 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-dsaparam.pod.in12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
39 =item B<-inform> B<DER>|B<PEM>
44 =item B<-outform> B<DER>|B<PEM>
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>
161 To convert a private key from PEM to DER format:
163 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>
173 To convert a private key from PEM to DER format:
175 openssl rsa -in key.pem -outform DER -out keyout.der
H A Dopenssl-pkcs8.pod.in13 [B<-inform> B<DER>|B<PEM>]
14 [B<-outform> B<DER>|B<PEM>]
53 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
66 If B<-topk8> is not used and B<DER> mode is set the output file will be an
67 unencrypted private key in traditional DER format.
173 It is possible to write out DER encoded encrypted private keys in
234 Read a DER unencrypted PKCS#8 format private key:
236 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>
164 To convert a private key from PEM to DER format:
166 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>]
43 =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>
H A Dopenssl-asn1parse.pod.in12 [B<-inform> B<DER>|B<PEM>]
41 =item B<-inform> B<DER>|B<PEM>
52 Output file to place the DER encoded data into. If this
175 Parse a DER file:
177 openssl asn1parse -inform DER -in file.der
/freebsd-14.2/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
/freebsd-14.2/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
/freebsd-14.2/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
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.
181 A caveat is that L<i2d_PrivateKey(3)> may output a DER encoded PKCS#8
196 function names. The sample code to get DER encoded output in a type
231 OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "DER", structure,
251 "internal" (that is, an internal C structure) and "DER" respectively.
[all …]
H A DX509_cmp.pod29 values of two B<X509> objects and the canonical (DER) encoding values.
33 canonical (DER) encoding values of the two objects using L<i2d_X509_NAME(3)>.
64 the comparison job. Data to be compared varies from DER encoding data, hash
H A DASN1_item_d2i_bio.pod7 - decode and encode DER-encoded ASN.1 structures
32 I<len> which must be a DER-encoded ASN.1 structure, using the ASN.1 template
46 which must be a DER-encoded ASN.1 structure, using the ASN.1 template I<it>
/freebsd-14.2/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
514 and DER.
662 DER encoding. Constructed. Contents octets are the DER
717 DER encoding. Same as the DER encoding of the actual value.
839 DER encoding. Same as the DER encoding of the chosen
883 Example: The DER encoding of the IA5String value
968 DER encoding. Primitive. Contents octets are empty; the DER
1562 6.2 DER encoding
[all …]
/freebsd-14.2/crypto/openssl/providers/
H A Ddecoders.inc87 DECODER_w_structure("DER", der, SubjectPublicKeyInfo, der, yes),
88 DECODER("DER", pem, der, yes),
91 * and decrypts it, passing on the unencrypted PrivateKeyInfo in DER
94 DECODER_w_structure("DER", der, EncryptedPrivateKeyInfo, der, yes),
/freebsd-14.2/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