Searched refs:base64 (Results 1 – 25 of 30) sorted by relevance
12
/openssl-master/doc/man3/ |
A D | BIO_f_base64.pod | 5 BIO_f_base64 - base64 BIO filter 18 BIO_f_base64() returns the base64 BIO method. This is a filter 19 BIO that base64 encodes any data written through it and decodes 24 BIO_flush() on a base64 BIO that is being written through is 34 Because of the format of base64 encoding the end of the encoded 39 BIO_f_base64() returns the base64 BIO method. 76 The ambiguity of EOF in base64 encoded data can cause additional 77 data following the base64 encoded block to be misinterpreted.
|
A D | PEM_read_bio_ex.pod | 22 the possibly encrypted data, and the binary data payload (after base64 decoding). 34 If PEM_FLAG_ONLY_B64 is set, all characters are required to be valid base64 35 characters (or newlines); non-base64 characters are treated as end of input.
|
A D | BIO_push.pod | 49 a base64 BIO and B<f> is a file BIO. 61 by B<md1> and B<md2>, B<base64> encoded and written to B<f>. 64 direction, that is data is read from B<f>, B<base64> decoded and digested
|
A D | SRP_VBASE_new.pod | 50 flag base64(verifier) base64(salt) username gNid userinfo(optional) 52 Note that the base64 encoding used here is non-standard so it is recommended
|
A D | CTLOG_STORE_new.pod | 47 key = <base64-encoded DER SubjectPublicKeyInfo here> 51 key = <base64-encoded DER SubjectPublicKeyInfo here>
|
A D | SCT_new.pod | 143 The LogID (see RFC 6962, Section 3.2), base64 encoded. 157 The SCT extensions, base64 encoded. 161 The SCT signature, base64 encoded.
|
A D | CTLOG_new.pod | 41 public key in base64-encoded DER form and sets the ct_log pointer to point to 42 the new CTLOG. The base64 will be decoded and the public key parsed. The CTLOG
|
A D | PEM_read.pod | 34 RFC 1421. The content is a series of base64-encoded lines, surrounded 59 are returned in B<header> and the base64-decoded content and its length are
|
A D | SMIME_write_CMS.pod | 47 SMIME_write_CMS() always base64 encodes CMS structures, there should be an
|
A D | SMIME_write_PKCS7.pod | 48 SMIME_write_PKCS7() always base64 encodes PKCS#7 structures, there
|
A D | SMIME_read_PKCS7.pod | 55 The parser assumes that the PKCS7 structure is always base64
|
A D | SMIME_read_CMS.pod | 57 The parser assumes that the CMS_ContentInfo structure is always base64 encoded
|
A D | SRP_create_verifier.pod | 58 all numeric parameters are in a non-standard base64 encoding originally designed
|
A D | PEM_read_bio_PrivateKey.pod | 200 this sense PEM format is simply base64 encoded data surrounded 399 ...base64 encoded data... 407 the base64-encoded encrypted data.
|
A D | SSL_CTX_load_verify_locations.pod | 69 ... (CA certificate in base64 encoding) ...
|
/openssl-master/crypto/evp/ |
A D | bio_b64.c | 41 EVP_ENCODE_CTX *base64; member 78 ctx->base64 = EVP_ENCODE_CTX_new(); in b64_new() 79 if (ctx->base64 == NULL) { in b64_new() 100 EVP_ENCODE_CTX_free(ctx->base64); in b64_free() 130 EVP_DecodeInit(ctx->base64); in b64_read() 213 EVP_DecodeInit(ctx->base64); in b64_read() 222 EVP_DecodeInit(ctx->base64); in b64_read() 286 i = EVP_DecodeUpdate(ctx->base64, in b64_read() 346 EVP_EncodeInit(ctx->base64); in b64_write() 415 if (!EVP_EncodeUpdate(ctx->base64, in b64_write() [all …]
|
/openssl-master/doc/man1/ |
A D | openssl-rand.pod.in | 13 [B<-base64>] 42 =item B<-base64> 44 Perform base64 encoding on the output.
|
A D | openssl-enc.pod.in | 21 [B<-base64>] 97 the data is base64 encoded after encryption. If decryption is set then 98 the input data is base64 decoded before being decrypted. 100 =item B<-base64> 106 If the B<-a> option is set then base64 process the data on one line. 286 base64 Base 64 392 Just base64 encode a binary file: 394 openssl base64 -in file.bin -out file.b64 398 openssl base64 -d -in file.b64 -out file.bin 410 Encrypt a file then base64 encode it (so it can be sent via mail for example)
|
A D | openssl-asn1parse.pod.in | 102 data in a PEM format input file will be treated as being base64 encoded and
|
A D | openssl-smime.pod.in | 425 signature by line wrapping the base64 encoded structure and surrounding 435 Alternatively you can base64 decode the signature and use:
|
A D | openssl-cms.pod.in | 820 signature by line wrapping the base64 encoded structure and surrounding 830 alternatively you can base64 decode the signature and use
|
/openssl-master/apps/ |
A D | enc.c | 123 int base64 = 0, informat = FORMAT_BINARY, outformat = FORMAT_BINARY; in enc_main() local 138 base64 = 1; in enc_main() 210 base64 = 1; in enc_main() 314 if (base64 && bsize < 80) in enc_main() 322 if (base64) { in enc_main() 408 if (base64) { in enc_main()
|
/openssl-master/test/recipes/80-test_cms_data/ |
A D | ciphertext_from_1_1_1.cms | 4 Content-Transfer-Encoding: base64
|
/openssl-master/include/openssl/ |
A D | ct.h.in | 151 * Creates a new SCT from some base64-encoded strings. 446 * Creates a new CTLOG instance with the base64-encoded SubjectPublicKeyInfo DER
|
/openssl-master/doc/man7/ |
A D | openssl-glossary.pod | 143 friendly form. The content is a series of base64-encoded lines, surrounded
|
Completed in 25 milliseconds
12