Home
last modified time | relevance | path

Searched refs:ocsp_staple (Results 1 – 25 of 32) sorted by relevance

12

/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dkeypairtest.c88 const uint8_t *cert, *key, *ocsp_staple; in do_keypair_tests() local
97 load_file(ocsp_staple_file, &ocsp_staple, &ocsp_staple_len); in do_keypair_tests()
124 if (compare_mem("ocsp staple", ocsp_staple, ocsp_staple_len, in do_keypair_tests()
125 kp->ocsp_staple, kp->ocsp_staple_len) == -1) in do_keypair_tests()
149 if (tls_keypair_set_ocsp_staple_mem(kp, &err, ocsp_staple, in do_keypair_tests()
159 if (compare_mem("ocsp staple", ocsp_staple, ocsp_staple_len, in do_keypair_tests()
160 kp->ocsp_staple, kp->ocsp_staple_len) == -1) in do_keypair_tests()
/dports/security/libressl/libressl-3.4.3/tests/
H A Dkeypairtest.c88 const uint8_t *cert, *key, *ocsp_staple; in do_keypair_tests() local
97 load_file(ocsp_staple_file, &ocsp_staple, &ocsp_staple_len); in do_keypair_tests()
124 if (compare_mem("ocsp staple", ocsp_staple, ocsp_staple_len, in do_keypair_tests()
125 kp->ocsp_staple, kp->ocsp_staple_len) == -1) in do_keypair_tests()
149 if (tls_keypair_set_ocsp_staple_mem(kp, &err, ocsp_staple, in do_keypair_tests()
159 if (compare_mem("ocsp staple", ocsp_staple, ocsp_staple_len, in do_keypair_tests()
160 kp->ocsp_staple, kp->ocsp_staple_len) == -1) in do_keypair_tests()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dkeypairtest.c88 const uint8_t *cert, *key, *ocsp_staple; in do_keypair_tests() local
97 load_file(ocsp_staple_file, &ocsp_staple, &ocsp_staple_len); in do_keypair_tests()
124 if (compare_mem("ocsp staple", ocsp_staple, ocsp_staple_len, in do_keypair_tests()
125 kp->ocsp_staple, kp->ocsp_staple_len) == -1) in do_keypair_tests()
149 if (tls_keypair_set_ocsp_staple_mem(kp, &err, ocsp_staple, in do_keypair_tests()
159 if (compare_mem("ocsp staple", ocsp_staple, ocsp_staple_len, in do_keypair_tests()
160 kp->ocsp_staple, kp->ocsp_staple_len) == -1) in do_keypair_tests()
/dports/security/libressl-static/libressl-3.3.5/tls/
H A Dtls_ocsp.c335 unsigned char *ocsp_staple = NULL; in tls_ocsp_stapling_cb() local
341 if (ctx->keypair == NULL || ctx->keypair->ocsp_staple == NULL || in tls_ocsp_stapling_cb()
345 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
348 memcpy(ocsp_staple, ctx->keypair->ocsp_staple, in tls_ocsp_stapling_cb()
351 if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, in tls_ocsp_stapling_cb()
358 free(ocsp_staple); in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
128 free(keypair->ocsp_staple); in tls_keypair_free()
H A Dtls_internal.h60 char *ocsp_staple; member
/dports/security/libretls/libretls-3.4.2/
H A Dtls_ocsp.c346 unsigned char *ocsp_staple = NULL; in tls_ocsp_stapling_cb() local
352 if (ctx->keypair == NULL || ctx->keypair->ocsp_staple == NULL || in tls_ocsp_stapling_cb()
356 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
359 memcpy(ocsp_staple, ctx->keypair->ocsp_staple, in tls_ocsp_stapling_cb()
362 if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, in tls_ocsp_stapling_cb()
369 free(ocsp_staple); in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
128 free(keypair->ocsp_staple); in tls_keypair_free()
H A Dtls_internal.h56 char *ocsp_staple; member
/dports/security/libressl/libressl-3.4.3/tls/
H A Dtls_ocsp.c335 unsigned char *ocsp_staple = NULL; in tls_ocsp_stapling_cb() local
341 if (ctx->keypair == NULL || ctx->keypair->ocsp_staple == NULL || in tls_ocsp_stapling_cb()
345 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
348 memcpy(ocsp_staple, ctx->keypair->ocsp_staple, in tls_ocsp_stapling_cb()
351 if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, in tls_ocsp_stapling_cb()
358 free(ocsp_staple); in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
128 free(keypair->ocsp_staple); in tls_keypair_free()
H A Dtls_internal.h60 char *ocsp_staple; member
/dports/emulators/citra/citra-ac98458e0/externals/libressl/tls/
H A Dtls_ocsp.c335 unsigned char *ocsp_staple = NULL; in tls_ocsp_stapling_cb() local
341 if (ctx->keypair == NULL || ctx->keypair->ocsp_staple == NULL || in tls_ocsp_stapling_cb()
345 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
348 memcpy(ocsp_staple, ctx->keypair->ocsp_staple, in tls_ocsp_stapling_cb()
351 if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, in tls_ocsp_stapling_cb()
358 free(ocsp_staple); in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
128 free(keypair->ocsp_staple); in tls_keypair_free()
H A Dtls_internal.h60 char *ocsp_staple; member
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/tls/
H A Dtls_ocsp.c335 unsigned char *ocsp_staple = NULL; in tls_ocsp_stapling_cb() local
341 if (ctx->keypair == NULL || ctx->keypair->ocsp_staple == NULL || in tls_ocsp_stapling_cb()
345 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
348 memcpy(ocsp_staple, ctx->keypair->ocsp_staple, in tls_ocsp_stapling_cb()
351 if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, in tls_ocsp_stapling_cb()
358 free(ocsp_staple); in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
128 free(keypair->ocsp_staple); in tls_keypair_free()
H A Dtls_internal.h60 char *ocsp_staple; member
/dports/www/obhttpd/libressl-3.4.1/tls/
H A Dtls_ocsp.c335 unsigned char *ocsp_staple = NULL; in tls_ocsp_stapling_cb() local
341 if (ctx->keypair == NULL || ctx->keypair->ocsp_staple == NULL || in tls_ocsp_stapling_cb()
345 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
348 memcpy(ocsp_staple, ctx->keypair->ocsp_staple, in tls_ocsp_stapling_cb()
351 if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, in tls_ocsp_stapling_cb()
358 free(ocsp_staple); in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
128 free(keypair->ocsp_staple); in tls_keypair_free()
H A Dtls_internal.h60 char *ocsp_staple; member
/dports/security/p5-Net-SSLeay/Net-SSLeay-1.90/t/external/
H A Docsp.t20 ocsp_staple => 1,
134 if ( $test->{ocsp_staple} && ! $stapled_response ) {
/dports/www/mod_gnutls/mod_gnutls-0.8.4/src/
H A Dgnutls_ocsp.c82 sc->ocsp_staple = GNUTLS_ENABLED_TRUE; in mgs_ocsp_stapling_enable()
84 sc->ocsp_staple = GNUTLS_ENABLED_FALSE; in mgs_ocsp_stapling_enable()
749 if (!sc->ocsp_staple || sc->cache == NULL) in mgs_get_ocsp_response()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/tool/
H A Dtransport_common.cc318 const uint8_t *ocsp_staple; in PrintConnectionInfo() local
320 SSL_get0_ocsp_response(ssl, &ocsp_staple, &ocsp_staple_len); in PrintConnectionInfo()
/dports/security/boringssl/boringssl-6a71840/tool/
H A Dtransport_common.cc316 const uint8_t *ocsp_staple; in PrintConnectionInfo() local
318 SSL_get0_ocsp_response(ssl, &ocsp_staple, &ocsp_staple_len); in PrintConnectionInfo()

12