/openssl/test/recipes/70-test_quic_multistream_data/ |
H A D | verify-qlog.py | 82 name = event.get("name") 90 if type(event.get("time")) != int: 93 data = event.get('data') 107 for frame in data.get('frames', []): 125 packet_type = header.get('packet_type') 129 if type(header.get('dcid')) != str: 134 if type(data.get('datagram_id')) != int: 140 if type(data.get('frames')) != list: 144 frame_type = frame.get('frame_type') 224 sent_count = frame_type_counts.get('transport:packet_sent', {}).get(required_frame_type, 0) [all …]
|
/openssl/.github/workflows/ |
H A D | os-zoo.yml | 47 - name: get cpu info 60 install: apt-get update && apt-get install -y gcc make perl 62 install: apt-get update && apt-get install -y gcc make perl 64 install: apt-get update && apt-get install -y gcc make perl 66 install: apt-get update && apt-get install -y gcc make perl 68 install: apt-get update && apt-get install -y gcc make perl 94 - name: get cpu info 117 - name: get cpu info 152 - name: get cpu info 176 - name: get cpu info
|
H A D | run-checker-daily.yml | 151 - name: get cpu info 166 sudo apt-get update 188 - name: get cpu info 216 - name: get cpu info 238 - name: get cpu info 260 - name: get cpu info 283 - name: get cpu info 309 - name: get cpu info 335 - name: get cpu info 355 - name: get cpu info [all …]
|
H A D | ci.yml | 33 sudo apt-get update 92 - name: get cpu info 117 - name: get cpu info 144 - name: get cpu info 164 - name: get cpu info 186 - name: get cpu info 208 - name: get cpu info 234 - name: get cpu info 260 - name: get cpu info 286 - name: get cpu info [all …]
|
H A D | coveralls.yml | 59 sudo apt-get update 60 sudo apt-get -yq install lcov 61 …sudo apt-get -yq install bison gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python3 py… 74 - name: get cpu info
|
H A D | run_quic_interop.yml | 26 sudo apt-get update 27 sudo apt-get install -y tshark
|
H A D | fuzz-checker.yml | 49 sudo apt-get update 50 sudo apt-get -yq --force-yes install ${{ matrix.fuzzy.install }} 70 - name: get cpu info
|
H A D | compiler-zoo.yml | 101 sudo apt-get update 118 sudo apt-get update 119 sudo apt-get -y install ${{ matrix.zoo.cc }} 134 - name: get cpu info
|
H A D | fips-checksums.yml | 20 sudo apt-get update 21 … sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 90 run: sudo apt-get -y install libsctp-dev abigail-tools libzstd-dev zstd
|
/openssl/test/quic-openssl-docker/ |
H A D | Dockerfile | 5 # Set the environment variable LD_LIBRARY_PATH to ensure we get the right libraries 12 RUN apt-get update && apt-get install -y \ 46 RUN apt-get clean
|
/openssl/doc/man3/ |
H A D | X509_STORE_set_verify_cb_func.pod | 150 to get the "best" candidate issuer certificate of the given certificate I<x>. 161 I<If no function to get the issuer is provided, the internal default 169 I<If no function to get the issuer is provided, the internal default 172 X509_STORE_set_get_crl() sets the function to get the crl for a given 176 I<If no function to get the issuer is provided, the internal default 182 I<If no function to get the issuer is provided, the internal default 188 I<If no function to get the issuer is provided, the internal default 194 I<If no function to get the issuer is provided, the internal default 203 I<If no function to get the issuer is provided, the internal default 209 I<If no function to get the issuer is provided, the internal default
|
H A D | BIO_meth_new.pod | 105 BIO_meth_get_write_ex() and BIO_meth_set_write_ex() get and set the function 114 BIO_meth_get_read_ex() and BIO_meth_set_read_ex() get and set the function used 123 BIO_meth_get_puts() and BIO_meth_set_puts() get and set the function used for 128 BIO_meth_get_gets() and BIO_meth_set_gets() get and set the function typically 134 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for 140 BIO_meth_get_create() and BIO_meth_set_create() get and set the function used 150 BIO_meth_get_destroy() and BIO_meth_set_destroy() get and set the function used 157 BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and set the 164 BIO_meth_set_recvmmsg() get and set the functions used for handling
|
H A D | DSA_meth_new.pod | 129 DSA_meth_get_sign() and DSA_meth_set_sign() get and set the function used for 134 DSA_meth_get_sign_setup() and DSA_meth_set_sign_setup() get and set the function 139 DSA_meth_get_verify() and DSA_meth_set_verify() get and set the function used 144 DSA_meth_get_mod_exp() and DSA_meth_set_mod_exp() get and set the function used 153 DSA_meth_get_bn_mod_exp() and DSA_meth_set_bn_mod_exp() get and set the function 162 DSA_meth_get_init() and DSA_meth_set_init() get and set the function used 170 DSA_meth_get_finish() and DSA_meth_set_finish() get and set the function used 177 DSA_meth_get_paramgen() and DSA_meth_set_paramgen() get and set the function 183 DSA_meth_get_keygen() and DSA_meth_set_keygen() get and set the function
|
H A D | RSA_meth_new.pod | 168 RSA_meth_get_sign() and RSA_meth_set_sign() get and set the function 173 RSA_meth_get_verify() and RSA_meth_set_verify() get and set the 179 RSA_meth_get_mod_exp() and RSA_meth_set_mod_exp() get and set the 182 RSA_meth_get_bn_mod_exp() and RSA_meth_set_bn_mod_exp() get and set 192 RSA_meth_get_init() and RSA_meth_set_init() get and set the function 201 RSA_meth_get_finish() and RSA_meth_set_finish() get and set the 209 RSA_meth_get_keygen() and RSA_meth_set_keygen() get and set the 215 RSA_meth_get_multi_prime_keygen() and RSA_meth_set_multi_prime_keygen() get 224 RSA_meth_get_priv_dec(), RSA_meth_set_priv_dec() get and set the
|
H A D | DH_meth_new.pod | 100 DH_meth_get_generate_key() and DH_meth_set_generate_key() get and set the 105 DH_meth_get_compute_key() and DH_meth_set_compute_key() get and set the 110 DH_meth_get_bn_mod_exp() and DH_meth_set_bn_mod_exp() get and set the function 120 DH_meth_get_init() and DH_meth_set_init() get and set the function used 128 DH_meth_get_finish() and DH_meth_set_finish() get and set the function used 135 DH_meth_get_generate_params() and DH_meth_set_generate_params() get and set the
|
H A D | X509_LOOKUP_meth_new.pod | 115 X509_LOOKUP_get_new_item() and X509_LOOKUP_set_new_item() get and set the 121 X509_LOOKUP_get_free() and X509_LOOKUP_set_free() get and set the function 125 X509_LOOKUP_meth_get_init() and X509_LOOKUP_meth_set_init() get and set the 129 X509_LOOKUP_meth_get_shutdown() and X509_LOOKUP_meth_set_shutdown() get and set 133 X509_LOOKUP_meth_get_ctrl() and X509_LOOKUP_meth_set_ctrl() get and set a
|
H A D | EVP_PKEY_get_size.pod | 57 buffer and still pass a pointer to an integer and get the exact size 67 used to get the output size for EVP_DigestSignFinal(), according to 83 were renamed to include C<get> in their names in OpenSSL 3.0, respectively.
|
H A D | SSL_get_verify_result.pod | 5 SSL_get_verify_result - get result of peer certificate verification 27 To get the errors, it is necessary to setup a verify callback via
|
H A D | X509_get_subject_name.pod | 11 get X509_NAME hashes or get and set issuer or subject names 73 X509_CRL_get_issuer() and X509_CRL_set_issuer_name() get or set the subject
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 16 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 18 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 20 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 22 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 24 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 26 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 28 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 32 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 34 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, 36 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, [all …]
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 346 #define get 0 macro 529 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \ 534 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, 1, FIELD, \ 546 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \ 577 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set, get, 0, FIELD, \ 581 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set, get, 0, FIELD, void *, \ 585 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set, get, 0, FIELD, int, -1, \ 745 DEFINE_SET_GET_ARG_FN(set, get, option, 35, int) /* OPT_IGNORE_KEYUSAGE */ 746 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set, get, 0, option_35, int, -1, IS_0, \
|
/openssl/crypto/ |
H A D | core_fetch.c | 163 method = mcm->get(cbdata.store, (const OSSL_PROVIDER **)provider_rw, in ossl_method_construct() 168 method = mcm->get(NULL, (const OSSL_PROVIDER **)provider_rw, mcm_data); in ossl_method_construct()
|
/openssl/VMS/ |
H A D | openssl_ivp.com.in | 38 $ ! to get an image activation error here 45 $ ! then we're likely to get an image activation error here
|
/openssl/ |
H A D | SUPPORT.md | 12 other OpenSSL users. Here you will most likely get the answer to your questions. 19 fix it. What's written here is not to be taken as a recipe for how to get a 56 The fastest way to get a bug fixed is to fix it yourself ;-). If you are
|
/openssl/fuzz/ |
H A D | README.md | 18 sudo apt-get install clang 61 $ sudo apt-get install libstdc++-12-dev 65 sudo apt-get install make 76 If you get a crash, you should find a corresponding input file in 108 sudo apt-get install afl-clang
|