Searched refs:parser (Results 1 – 13 of 13) sorted by relevance
/openssl-master/doc/man3/ |
A D | SMIME_read_PKCS7.pod | 51 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive. 55 The parser assumes that the PKCS7 structure is always base64
|
A D | SMIME_read_CMS.pod | 54 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
|
A D | SMIME_read_ASN1.pod | 52 The MIME parser used by SMIME_read_ASN1_ex() is somewhat primitive. While it will
|
/openssl-master/test/ |
A D | danetest.c | 240 ossl_ssize_t (*parser)(const char *, void *); member 262 if ((len = f->parser(cp += len, f->var)) <= 0) { in tlsa_import_rr()
|
/openssl-master/doc/ |
A D | build.info.in | 40 # Especially, since VMS file specs use [ and ], the build.info parser
|
/openssl-master/ssl/statem/ |
A D | extensions.c | 682 int (*parser)(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_extension() local 703 parser = s->server ? extdef->parse_ctos : extdef->parse_stoc; in tls_parse_extension() 705 if (parser != NULL) in tls_parse_extension() 706 return parser(s, &currext->data, context, x, chainidx); in tls_parse_extension()
|
/openssl-master/doc/man1/ |
A D | openssl-asn1parse.pod.in | 95 B<asn1>. The encoded data is passed through the ASN1 parser and printed out as
|
A D | openssl-smime.pod.in | 449 The MIME parser isn't very clever: it seems to handle most messages that I've
|
A D | openssl-cms.pod.in | 863 The MIME parser isn't very clever: it seems to handle most messages that I've
|
/openssl-master/external/perl/Text-Template-1.56/ |
A D | Changes | 292 - The parser is much better and simpler
|
/openssl-master/apps/ |
A D | s_client.c | 368 ossl_ssize_t (*parser)(const char **, void *); member 392 if ((len = f->parser(&cp, f->var)) <= 0) { in tlsa_import_rr()
|
/openssl-master/ |
A D | NEWS.md | 1376 * Extended ASN.1 parser routines
|
A D | CHANGES.md | 11522 parser. 16125 Fix a bug in the cipher-command parser: when supplying a cipher command 16429 S/MIME API on top of the PKCS#7 code, a MIME parser (with enough 17741 than the old method: it now uses a modified version of Ulf's parser to 18913 * Extended the ASN.1 parser routines.
|
Completed in 44 milliseconds