Home
last modified time | relevance | path

Searched refs:MBSTRING_ASC (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/dports/security/py-m2crypto/M2Crypto-0.38.0/contrib/
H A DSimpleX509create.py13 MBSTRING_ASC = MBSTRING_FLAG | 1 variable
58 …X509Name.add_entry_by_txt ( field='C', type=MBSTRING_ASC, entry='austria', …
60 …X509Name.add_entry_by_txt ( field='L', type=MBSTRING_ASC, entry='stgallen', …
61 …X509Name.add_entry_by_txt ( field='O', type=MBSTRING_ASC, entry='labor', …
63 …X509Name.add_entry_by_txt ( field='CN', type=MBSTRING_ASC, entry='Certificate client', …
64 …X509Name.add_entry_by_txt ( field='Email', type=MBSTRING_ASC, entry='user@localhost', …
65 …X509Name.add_entry_by_txt ( field='emailAddress', type=MBSTRING_ASC, entry='user@localhost', …
134 …X509Name.add_entry_by_txt ( field='C', type=MBSTRING_ASC, entry='germany', …
136 …X509Name.add_entry_by_txt ( field='L', type=MBSTRING_ASC, entry='munich', …
137 …X509Name.add_entry_by_txt ( field='O', type=MBSTRING_ASC, entry='sbs', …
[all …]
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dx509name.c44 X509_NAME_add_entry_by_txt(name, "ST", MBSTRING_ASC, in main()
46 X509_NAME_add_entry_by_txt(name, "O", MBSTRING_ASC, in main()
50 X509_NAME_add_entry_by_txt(name, "L", MBSTRING_ASC, in main()
54 X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, in main()
/dports/security/libressl/libressl-3.4.3/tests/
H A Dx509name.c44 X509_NAME_add_entry_by_txt(name, "ST", MBSTRING_ASC, in main()
46 X509_NAME_add_entry_by_txt(name, "O", MBSTRING_ASC, in main()
50 X509_NAME_add_entry_by_txt(name, "L", MBSTRING_ASC, in main()
54 X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, in main()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dx509name.c44 X509_NAME_add_entry_by_txt(name, "ST", MBSTRING_ASC, in main()
46 X509_NAME_add_entry_by_txt(name, "O", MBSTRING_ASC, in main()
50 X509_NAME_add_entry_by_txt(name, "L", MBSTRING_ASC, in main()
54 X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, in main()
/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/test/
H A Dtest_keygen.cc72 err = X509_NAME_add_entry_by_txt(subject, "C", MBSTRING_ASC, in keygen_MakeServerCertificate()
75 err = X509_NAME_add_entry_by_txt(subject, "ST", MBSTRING_ASC, in keygen_MakeServerCertificate()
78 err = X509_NAME_add_entry_by_txt(subject, "L", MBSTRING_ASC, in keygen_MakeServerCertificate()
81 err = X509_NAME_add_entry_by_txt(subject, "O", MBSTRING_ASC, in keygen_MakeServerCertificate()
84 err = X509_NAME_add_entry_by_txt(subject, "CN", MBSTRING_ASC, in keygen_MakeServerCertificate()
/dports/sysutils/istatserver/istatserver-3.02/src/
H A DCertificate.cpp87 X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, (unsigned char *)"CA", -1, -1, 0); in generate_x509()
88 X509_NAME_add_entry_by_txt(name, "O", MBSTRING_ASC, (unsigned char *)"istatd", -1, -1, 0); in generate_x509()
89 X509_NAME_add_entry_by_txt(name, "CN", MBSTRING_ASC, (unsigned char *)"localhost", -1, -1, 0); in generate_x509()
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/ioserver/
H A Dssl_connection.cc86 X509_NAME_add_entry_by_txt(name, "C", MBSTRING_ASC, (unsigned char *)"CA", -1, -1, 0); in genCertificate()
87 …X509_NAME_add_entry_by_txt(name, "O", MBSTRING_ASC, (unsigned char *)"MyCompany Inc.", -1, -1, 0); in genCertificate()
88 X509_NAME_add_entry_by_txt(name, "CN", MBSTRING_ASC, (unsigned char *)"localhost", -1, -1, 0); in genCertificate()
/dports/security/openssl-unsafe/openssl-c9ba19c/doc/crypto/
H A DX509_NAME_add_entry_by_txt.pod32 definition of the type of B<bytes> (such as B<MBSTRING_ASC>) or a
46 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
84 if (!X509_NAME_add_entry_by_txt(nm, "C", MBSTRING_ASC,
87 if (!X509_NAME_add_entry_by_txt(nm, "O", MBSTRING_ASC,
90 if (!X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC,
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/openssl/openssl-1.1.1n/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/openssl-static/openssl-1.1.1l/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/security/openssl-devel/openssl-3.0.2/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_string_table_test.c29 ret = ASN1_STRING_TABLE_add(nid, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()
35 ret = ASN1_STRING_TABLE_add(nid2, -1, -1, MBSTRING_ASC, 0); in test_string_tbl()

12345678910>>...34