Searched refs:language (Results 1 – 20 of 20) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_pci.c | 86 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, in process_pci_value() argument 92 if (*language) { in process_pci_value() 97 if ((*language = OBJ_txt2obj(val->value, 0)) == NULL) { in process_pci_value() 241 ASN1_OBJECT *language = NULL; in r2i_pci() local 268 &language, &pathlen, &policy); in r2i_pci() 274 if (!process_pci_value(cnf, &language, &pathlen, &policy)) { in r2i_pci() 282 if (!language) { in r2i_pci() 287 i = OBJ_obj2nid(language); in r2i_pci() 300 pci->proxyPolicy->policyLanguage = language; in r2i_pci() 301 language = NULL; in r2i_pci() [all …]
|
/openssl/test/ |
H A D | proxy.cnf | 28 proxyCertInfo = critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB 58 language = id-ppl-anyLanguage
|
/openssl/ |
H A D | NOTES-ANSI.md | 33 language level to C99, which isn't ANSI C.
|
H A D | .gitignore | 204 # Auto generated assembly language source files
|
H A D | INSTALL.md | 683 alternative, you can use the language specific variables, `CFLAGS` and `CXXFLAGS`.
|
H A D | NEWS.md | 1378 * Add support for AES and SSE2 assembly language optimization
|
H A D | CHANGES.md | 6197 util/fipsas.pl to preprocess assembly language source files 10483 * Extend mk1mf to support importing of options and assembly language 10485 The assembly language rules can now optionally generate the source 11767 * Add AES and SSE2 assembly language support to VC++ build. 17755 assembly language builder. If this argument exists and is set 20311 * Modify ms/do_ms.bat to not generate assembly language makefiles since
|
/openssl/doc/man3/ |
H A D | OPENSSL_FILE.pod | 27 currently being compiled, as far as language and compiler versions allow.
|
H A D | OBJ_nid2obj.pod | 126 their NIDs can be used in a C language switch statement. They are
|
/openssl/doc/man7/ |
H A D | proxy-certificates.pod | 66 proxyCertInfo = critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB 73 language = id-ppl-anyLanguage
|
/openssl/doc/man1/ |
H A D | openssl-format-options.pod | 66 (DER) of the ASN.1 data language.
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 4 the same terms as the Perl 5 programming language system itself. 6 Terms of the Perl programming language system itself
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 302 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
|
H A D | openssl.cnf | 302 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
|
/openssl/crypto/bn/ |
H A D | README.pod | 111 assembly language:
|
/openssl/util/ |
H A D | other.syms | 3 # assembly language, etc.
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1800 no proxy cert policy language defined 1805 X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED:155:policy language already defined 1810 policy when proxy language requires no policy
|
/openssl/.github/workflows/ |
H A D | ci.yml | 64 # This checks that we use ANSI C language syntax and semantics.
|
/openssl/Configurations/ |
H A D | README.md | 354 simple and yet fairly powerful language to determine what needs to be
|
/openssl/crypto/objects/ |
H A D | objects.txt | 696 id-ppl 0 : id-ppl-anyLanguage : Any language
|
Completed in 233 milliseconds