Home
last modified time | relevance | path

Searched refs:secure_renegotiation (Results 76 – 100 of 204) sorted by relevance

123456789

/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dinternal.c7345 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13524 else if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13581 if (ssl->secure_renegotiation) {
14105 ssl->secure_renegotiation &&
18669 if (ssl->secure_renegotiation) {
19680 return ssl->secure_renegotiation &&
19733 if (ssl->secure_renegotiation &&
19995 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
20022 if (ssl->secure_renegotiation && ssl->secure_renegotiation->startScr) {
20054 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled &&
[all …]
H A Dkeys.c3039 if (ssl->secure_renegotiation && in SetKeysSide()
3040 ssl->secure_renegotiation->cache_status != SCR_CACHE_NULL) { in SetKeysSide()
3041 keys = &ssl->secure_renegotiation->tmp_keys; in SetKeysSide()
3200 CacheStatusPP(ssl->secure_renegotiation); in SetKeysSide()
3219 if (ssl->secure_renegotiation && in StoreKeys()
3220 ssl->secure_renegotiation->cache_status == SCR_CACHE_NEEDED) { in StoreKeys()
3221 keys = &ssl->secure_renegotiation->tmp_keys; in StoreKeys()
3225 ssl->secure_renegotiation->tmp_keys.dtls_epoch = ssl->keys.dtls_epoch + 1; in StoreKeys()
3233 CacheStatusPP(ssl->secure_renegotiation); in StoreKeys()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dinternal.c7345 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13524 else if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13581 if (ssl->secure_renegotiation) {
14105 ssl->secure_renegotiation &&
18669 if (ssl->secure_renegotiation) {
19680 return ssl->secure_renegotiation &&
19733 if (ssl->secure_renegotiation &&
19995 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
20022 if (ssl->secure_renegotiation && ssl->secure_renegotiation->startScr) {
20054 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled &&
[all …]
H A Dkeys.c3039 if (ssl->secure_renegotiation &&
3040 ssl->secure_renegotiation->cache_status != SCR_CACHE_NULL) {
3041 keys = &ssl->secure_renegotiation->tmp_keys;
3200 CacheStatusPP(ssl->secure_renegotiation);
3219 if (ssl->secure_renegotiation &&
3220 ssl->secure_renegotiation->cache_status == SCR_CACHE_NEEDED) {
3221 keys = &ssl->secure_renegotiation->tmp_keys;
3225 ssl->secure_renegotiation->tmp_keys.dtls_epoch = ssl->keys.dtls_epoch + 1;
3233 CacheStatusPP(ssl->secure_renegotiation);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dinternal.c7345 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13524 else if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13581 if (ssl->secure_renegotiation) {
14105 ssl->secure_renegotiation &&
18669 if (ssl->secure_renegotiation) {
19680 return ssl->secure_renegotiation &&
19733 if (ssl->secure_renegotiation &&
19995 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
20022 if (ssl->secure_renegotiation && ssl->secure_renegotiation->startScr) {
20054 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled &&
[all …]
H A Dkeys.c3039 if (ssl->secure_renegotiation && in SetKeysSide()
3040 ssl->secure_renegotiation->cache_status != SCR_CACHE_NULL) { in SetKeysSide()
3041 keys = &ssl->secure_renegotiation->tmp_keys; in SetKeysSide()
3200 CacheStatusPP(ssl->secure_renegotiation); in SetKeysSide()
3219 if (ssl->secure_renegotiation && in StoreKeys()
3220 ssl->secure_renegotiation->cache_status == SCR_CACHE_NEEDED) { in StoreKeys()
3221 keys = &ssl->secure_renegotiation->tmp_keys; in StoreKeys()
3225 ssl->secure_renegotiation->tmp_keys.dtls_epoch = ssl->keys.dtls_epoch + 1; in StoreKeys()
3233 CacheStatusPP(ssl->secure_renegotiation); in StoreKeys()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dinternal.c7345 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13524 else if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
13581 if (ssl->secure_renegotiation) {
14105 ssl->secure_renegotiation &&
18669 if (ssl->secure_renegotiation) {
19680 return ssl->secure_renegotiation &&
19733 if (ssl->secure_renegotiation &&
19995 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled) {
20022 if (ssl->secure_renegotiation && ssl->secure_renegotiation->startScr) {
20054 if (ssl->secure_renegotiation && ssl->secure_renegotiation->enabled &&
[all …]
H A Dkeys.c3039 if (ssl->secure_renegotiation && in SetKeysSide()
3040 ssl->secure_renegotiation->cache_status != SCR_CACHE_NULL) { in SetKeysSide()
3041 keys = &ssl->secure_renegotiation->tmp_keys; in SetKeysSide()
3200 CacheStatusPP(ssl->secure_renegotiation); in SetKeysSide()
3219 if (ssl->secure_renegotiation && in StoreKeys()
3220 ssl->secure_renegotiation->cache_status == SCR_CACHE_NEEDED) { in StoreKeys()
3221 keys = &ssl->secure_renegotiation->tmp_keys; in StoreKeys()
3225 ssl->secure_renegotiation->tmp_keys.dtls_epoch = ssl->keys.dtls_epoch + 1; in StoreKeys()
3233 CacheStatusPP(ssl->secure_renegotiation); in StoreKeys()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dssl_cli.c1375 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2319 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2329 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2337 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2345 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dkeys.c3039 if (ssl->secure_renegotiation && in SetKeysSide()
3040 ssl->secure_renegotiation->cache_status != SCR_CACHE_NULL) { in SetKeysSide()
3041 keys = &ssl->secure_renegotiation->tmp_keys; in SetKeysSide()
3200 CacheStatusPP(ssl->secure_renegotiation); in SetKeysSide()
3219 if (ssl->secure_renegotiation && in StoreKeys()
3220 ssl->secure_renegotiation->cache_status == SCR_CACHE_NEEDED) { in StoreKeys()
3221 keys = &ssl->secure_renegotiation->tmp_keys; in StoreKeys()
3225 ssl->secure_renegotiation->tmp_keys.dtls_epoch = ssl->keys.dtls_epoch + 1; in StoreKeys()
3233 CacheStatusPP(ssl->secure_renegotiation); in StoreKeys()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dmsg_client_hello.cpp392 bool Client_Hello::secure_renegotiation() const in secure_renegotiation() function in Botan::TLS::Client_Hello
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dmsg_client_hello.cpp392 bool Client_Hello::secure_renegotiation() const in secure_renegotiation() function in Botan::TLS::Client_Hello
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dmsg_client_hello.cpp392 bool Client_Hello::secure_renegotiation() const in secure_renegotiation() function in Botan::TLS::Client_Hello
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dssl_cli.c1769 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
1777 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
1784 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
1791 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dssl_cli.c1504 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2557 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2567 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2575 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2583 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dssl_cli.c1503 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2556 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2566 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2574 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2582 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dssl_cli.c1504 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2557 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2567 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2575 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2583 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dssl_cli.c1504 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2557 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2567 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2575 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2583 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dssl_cli.c1503 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2556 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2566 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2574 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2582 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dssl_cli.c1503 ssl->secure_renegotiation = MBEDTLS_SSL_SECURE_RENEGOTIATION; in ssl_parse_renegotiation_info()
2556 if( ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2566 ssl->secure_renegotiation == MBEDTLS_SSL_SECURE_RENEGOTIATION && in ssl_parse_server_hello()
2574 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
2582 ssl->secure_renegotiation == MBEDTLS_SSL_LEGACY_RENEGOTIATION && in ssl_parse_server_hello()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/
H A Dtls.c993 uint8_t data[ tls->secure_renegotiation ? in tls_send_client_hello()
1368 if ( ! tls->secure_renegotiation ) { in tls_new_hello_request()
1522 if ( tls->secure_renegotiation ) { in tls_new_server_hello()
1542 tls->secure_renegotiation = 1; in tls_new_server_hello()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/
H A Dtls.c993 uint8_t data[ tls->secure_renegotiation ? in tls_send_client_hello()
1368 if ( ! tls->secure_renegotiation ) { in tls_new_hello_request()
1522 if ( tls->secure_renegotiation ) { in tls_new_server_hello()
1542 tls->secure_renegotiation = 1; in tls_new_server_hello()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/
H A Dtls.c993 uint8_t data[ tls->secure_renegotiation ? in tls_send_client_hello()
1368 if ( ! tls->secure_renegotiation ) { in tls_new_hello_request()
1522 if ( tls->secure_renegotiation ) { in tls_new_server_hello()
1542 tls->secure_renegotiation = 1; in tls_new_server_hello()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/
H A Dtls.c993 uint8_t data[ tls->secure_renegotiation ? in tls_send_client_hello()
1368 if ( ! tls->secure_renegotiation ) { in tls_new_hello_request()
1522 if ( tls->secure_renegotiation ) { in tls_new_server_hello()
1542 tls->secure_renegotiation = 1; in tls_new_server_hello()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/
H A Dtls.c1073 uint8_t data[ tls->secure_renegotiation ? in tls_send_client_hello()
1462 if ( ! tls->secure_renegotiation ) { in tls_new_hello_request()
1642 if ( tls->secure_renegotiation ) { in tls_new_server_hello()
1662 tls->secure_renegotiation = 1; in tls_new_server_hello()

123456789