| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | der | 3 # 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 …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | crl2pkcs7.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 33 =item B<-inform DER|PEM> 35 This specifies the CRL input format. B<DER> format is DER encoded CRL 37 the DER form with header and footer lines. The default format is PEM. 39 =item B<-outform DER|PEM> 41 This specifies the PKCS#7 structure output format. B<DER> format is DER 43 the DER form with header and footer lines. The default format is PEM. 75 Creates a PKCS#7 structure in DER format with no CRL from several 79 -certfile demoCA/cacert.pem -outform DER -out p7.der [all …]
|
| H A D | crl.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 28 The B<crl> command processes CRL files in DER or PEM format. 38 =item B<-inform DER|PEM> 40 This specifies the input format. B<DER> format is DER encoded CRL 42 the DER form with header and footer lines. 44 =item B<-outform DER|PEM> 117 Convert a CRL file from PEM to DER: 119 openssl crl -in crl.pem -outform DER -out crl.der 121 Output the text form of a DER encoded certificate: [all …]
|
| H A D | pkcs7.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 23 The B<pkcs7> command processes PKCS#7 files in DER or PEM format. 33 =item B<-inform DER|PEM> 35 This specifies the input format. B<DER> format is DER encoded PKCS#7 37 the DER form with header and footer lines. 39 =item B<-outform DER|PEM> 80 Convert a PKCS#7 file from PEM to DER: 82 openssl pkcs7 -in file.pem -outform DER -out file.der
|
| H A D | sess_id.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER|NSS>] 36 =item B<-inform DER|PEM> 38 This specifies the input format. The B<DER> option uses an ASN1 DER encoded 40 to the next. The B<PEM> form is the default format: it consists of the B<DER> 43 =item B<-outform DER|PEM|NSS> 45 This specifies the output format. The B<PEM> and B<DER> options have the same meaning
|
| H A D | dsaparam.pod | 12 [B<-inform DER|PEM>] 13 [B<-outform DER|PEM>] 37 =item B<-inform DER|PEM> 39 This specifies the input format. The B<DER> option uses an ASN1 DER encoded 42 of the B<DER> format base64 encoded with additional header and footer lines. 44 =item B<-outform DER|PEM>
|
| H A D | dsa.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 52 =item B<-inform DER|PEM> 54 This specifies the input format. The B<DER> option with a private key uses 55 an ASN1 DER encoded form of an ASN.1 SEQUENCE consisting of the values of 60 The B<PEM> form is the default format: it consists of the B<DER> format base64 64 =item B<-outform DER|PEM> 156 To convert a private key from PEM to DER format: 158 openssl dsa -in key.pem -outform DER -out keyout.der
|
| H A D | rsa.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 56 =item B<-inform DER|PEM> 58 This specifies the input format. The B<DER> option uses an ASN1 DER encoded 60 The B<PEM> form is the default format: it consists of the B<DER> format base64 64 =item B<-outform DER|PEM> 170 To convert a private key from PEM to DER format: 172 openssl rsa -in key.pem -outform DER -out keyout.der
|
| H A D | pkey.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 42 =item B<-inform DER|PEM> 44 This specifies the input format DER or PEM. The default format is PEM. 46 =item B<-outform DER|PEM> 138 To convert a private key from PEM to DER format: 140 openssl pkey -in key.pem -outform DER -out keyout.der
|
| H A D | ec.pod | 12 [B<-inform PEM|DER>] 13 [B<-outform PEM|DER>] 48 =item B<-inform DER|PEM> 50 This specifies the input format. The B<DER> option with a private key uses 51 an ASN.1 DER encoded SEC1 private key. When used with a public key it 53 The B<PEM> form is the default format: it consists of the B<DER> format base64 57 =item B<-outform DER|PEM> 170 To convert a private key from PEM to DER format: 172 openssl ec -in key.pem -outform DER -out keyout.der
|
| H A D | dhparam.pod | 12 [B<-inform DER|PEM>] 13 [B<-outform DER|PEM>] 40 =item B<-inform DER|PEM> 42 This specifies the input format. The B<DER> option uses an ASN1 DER encoded 44 default format: it consists of the B<DER> format base64 encoded with 47 =item B<-outform DER|PEM>
|
| H A D | ecparam.pod | 12 [B<-inform DER|PEM>] 13 [B<-outform DER|PEM>] 42 =item B<-inform DER|PEM> 44 This specifies the input format. The B<DER> option uses an ASN.1 DER encoded 46 format: it consists of the B<DER> format base64 encoded with additional 49 =item B<-outform DER|PEM>
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| H A D | gen-req.sh | 161 -outform DER \ 172 -outform DER \ 184 -outform DER \ 195 -outform DER \ 206 -outform DER \ 217 -outform DER \ 226 -outform DER \ 236 -outform DER \ 246 -outform DER \ 256 -outform DER \ [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-crl.pod.in | 12 [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 D | openssl-crl2pkcs7.pod.in | 12 [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 D | openssl-pkcs7.pod.in | 16 [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 D | openssl-pkey.pod.in | 20 [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 D | openssl-format-options.pod | 20 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 D | openssl-dsa.pod.in | 16 [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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_DER_w_precompiled.pod | 6 - 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 D | ossl_DER_w_bn.pod | 7 - internal DER writers for DER primitives 24 (remember that DER writers are used backwards) the DER encoding of
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
| H A D | DERlib.pod | 5 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | d2i_RSAPrivateKey.pod | 130 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 …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | layman.asc | 1 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 …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/ |
| H A D | decoders.inc | 87 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),
|