Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DSMIME_read_PKCS7.pod51 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive.
55 The parser assumes that the PKCS7 structure is always base64
H A DSMIME_read_CMS.pod54 The MIME parser used by SMIME_read_CMS() is somewhat primitive. While it will
57 The parser assumes that the CMS_ContentInfo structure is always base64 encoded
H A DSMIME_read_ASN1.pod52 The MIME parser used by SMIME_read_ASN1_ex() is somewhat primitive. While it will
/openssl/test/
H A Ddanetest.c240 ossl_ssize_t (*parser)(const char *, void *); member
262 if ((len = f->parser(cp += len, f->var)) <= 0) { in tlsa_import_rr()
/openssl/doc/
H A Dbuild.info.in40 # Especially, since VMS file specs use [ and ], the build.info parser
/openssl/ssl/statem/
H A Dextensions.c691 int (*parser)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_extension() local
712 parser = s->server ? extdef->parse_ctos : extdef->parse_stoc; in tls_parse_extension()
714 if (parser != NULL) in tls_parse_extension()
715 return parser(s, &currext->data, context, x, chainidx); in tls_parse_extension()
/openssl/doc/man1/
H A Dopenssl-asn1parse.pod.in95 B<asn1>. The encoded data is passed through the ASN1 parser and printed out as
H A Dopenssl-smime.pod.in449 The MIME parser isn't very clever: it seems to handle most messages that I've
H A Dopenssl-cms.pod.in874 The MIME parser isn't very clever: it seems to handle most messages that I've
/openssl/external/perl/Text-Template-1.56/
H A DChanges292 - The parser is much better and simpler
/openssl/apps/
H A Ds_client.c368 ossl_ssize_t (*parser)(const char **, void *); member
392 if ((len = f->parser(&cp, f->var)) <= 0) { in tlsa_import_rr()
/openssl/
H A DNEWS.md1409 * Extended ASN.1 parser routines
H A DCHANGES.md11919 parser.
16522 Fix a bug in the cipher-command parser: when supplying a cipher command
16826 S/MIME API on top of the PKCS#7 code, a MIME parser (with enough
18138 than the old method: it now uses a modified version of Ulf's parser to
19310 * Extended the ASN.1 parser routines.

Completed in 135 milliseconds