Home
last modified time | relevance | path

Searched refs:with_tls (Results 1 – 25 of 65) sorted by relevance

123

/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/m4/
H A Dax_arg_with_tls.m43 …ibrary. Options: 'openssl', 'wolfssl', 'gnutls' or 'none'])], [with_tls=$withval], [with_tls=auto])
5 if test "$with_tls" = "openssl" ||
6 test "$with_tls" = "auto"; then
22 if test "$with_tls" = "gnutls" ||
23 test "$with_tls" = "auto"; then
40 if test "$with_tls" = "wolfssl" ||
41 test "$with_tls" = "auto"; then
/dports/audio/pianod2/pianod2-329/
H A Dconfigure.ac140 with_tls=osx
144 with_tls=mbedtls
146 with_tls=gnutls
148with_tls" != "yes" -a "$with_tls" != "no" -a "$with_tls" != "check" -a "$with_tls" != "mbedtls" -a…
249 AS_IF([test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "gnutls" ], [
266 AS_IF([test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "mbedtls" ], [
278 AS_IF([test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "libressl" ], [
291 AS_IF([test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "osx" ], [
294 with_tls=osx
306 AS_IF([test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "openssl" ], [
[all …]
H A Dconfigure3664 with_tls=osx
3672 with_tls=mbedtls
3676 with_tls=gnutls
3679with_tls" != "yes" -a "$with_tls" != "no" -a "$with_tls" != "check" -a "$with_tls" != "mbedtls" -a…
3686 with_tls=check
7730 if test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "gnutls" ; then :
7932 if test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "mbedtls" ; then :
8116 if test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "libressl" ; then :
8300 if test "$with_tls" = "yes" -o "$with_tls" = "check" -o "$with_tls" = "osx" ; then :
8378 with_tls=osx
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/
H A Dserver.rs422 self.with_tls(|tls| tls.key_path(path)) in key_path()
429 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
439 self.with_tls(|tls| tls.client_auth_optional_path(path)) in client_auth_optional_path()
449 self.with_tls(|tls| tls.client_auth_required_path(path)) in client_auth_required_path()
456 self.with_tls(|tls| tls.key(key.as_ref())) in key()
463 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
473 self.with_tls(|tls| tls.client_auth_optional(trust_anchor.as_ref())) in client_auth_optional()
483 self.with_tls(|tls| tls.client_auth_required(trust_anchor.as_ref())) in client_auth_required()
490 self.with_tls(|tls| tls.ocsp_resp(resp.as_ref())) in ocsp_resp()
493 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/
H A Dserver.rs422 self.with_tls(|tls| tls.key_path(path)) in key_path()
429 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
439 self.with_tls(|tls| tls.client_auth_optional_path(path)) in client_auth_optional_path()
449 self.with_tls(|tls| tls.client_auth_required_path(path)) in client_auth_required_path()
456 self.with_tls(|tls| tls.key(key.as_ref())) in key()
463 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
473 self.with_tls(|tls| tls.client_auth_optional(trust_anchor.as_ref())) in client_auth_optional()
483 self.with_tls(|tls| tls.client_auth_required(trust_anchor.as_ref())) in client_auth_required()
490 self.with_tls(|tls| tls.ocsp_resp(resp.as_ref())) in ocsp_resp()
493 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/
H A Dconfigure.ac140 [with_tls=auto])
143 AS_CASE([$with_tls],
149 [with_tls=gnutls],
152 PKG_CHECK_MODULES(TLS, [openssl >= 0.9.8g],[with_tls=openssl],
168 if test $with_tls = gnutls; then
261 TLS Backend..........: ${with_tls}
H A Dconfigure13600 withval=$with_tls;
13602 with_tls=auto
13607 case $with_tls in #(
13929 with_tls=openssl
14007 with_tls=openssl
14014 with_tls=gnutls
14045 if test $with_tls = gnutls; then
17474 TLS Backend..........: ${with_tls}
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/
H A Dconfigure.ac135 [with_tls=auto])
138 AS_CASE([$with_tls],
144 [with_tls=gnutls],
147 PKG_CHECK_MODULES(TLS, [openssl >= 0.9.8g],[with_tls=openssl],
163 if test $with_tls = gnutls; then
305 TLS Backend..........: ${with_tls}
H A Dconfigure14096 withval=$with_tls;
14098 with_tls=auto
14103 case $with_tls in #(
14425 with_tls=openssl
14503 with_tls=openssl
14510 with_tls=gnutls
14541 if test $with_tls = gnutls; then
18103 TLS Backend..........: ${with_tls}
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/
H A Dserver.rs357 self.with_tls(|tls| tls.key_path(path)) in key_path()
362 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
367 self.with_tls(|tls| tls.key(key.as_ref())) in key()
372 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
375 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/
H A Dserver.rs357 self.with_tls(|tls| tls.key_path(path)) in key_path()
362 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
367 self.with_tls(|tls| tls.key(key.as_ref())) in key()
372 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
375 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/
H A Dserver.rs357 self.with_tls(|tls| tls.key_path(path)) in key_path()
362 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
367 self.with_tls(|tls| tls.key(key.as_ref())) in key()
372 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
375 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/
H A Dserver.rs414 self.with_tls(|tls| tls.key_path(path)) in key_path()
419 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
424 self.with_tls(|tls| tls.key(key.as_ref())) in key()
429 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
432 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/
H A Dserver.rs414 self.with_tls(|tls| tls.key_path(path)) in key_path()
419 self.with_tls(|tls| tls.cert_path(path)) in cert_path()
424 self.with_tls(|tls| tls.key(key.as_ref())) in key()
429 self.with_tls(|tls| tls.cert(cert.as_ref())) in cert()
432 fn with_tls<Func>(self, func: Func) -> Self in with_tls() function
/dports/net/radcli/radcli-1.3.0/
H A Dconfigure.ac160 [with_tls=$withval],
161 [with_tls=yes])
164 if test "$with_tls" != no; then
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-channel.h99 void (*open_fd)(SpiceChannel *channel, int with_tls);
/dports/mail/nmh/nmh-1.7.1/
H A Dconfigure.ac467 AS_IF([test x"$with_tls" != x"no"],[
480 dnl By default (with_tls=''), enable TLS if header and libs were found.
481 dnl If TLS requested (--with-tls with_tls=yes), error if header/lib not found.
482 dnl If TLS disabled (--without-tls with_tls=no), don't enable it.
486 AS_IF([test "x$with_tls" = xyes && test "x$HAVE_SSL_H" = x],
488 [test "x$with_tls" = xyes && test "x$TLSLIB" = x],
490 [test "x$with_tls" != xno && test "x$HAVE_SSL_H" = x1 && test "x$TLSLIB" != x],
/dports/lang/gauche/Gauche-0.9.10/ext/tls/
H A Dtls.ac26 AS_CASE([$with_tls],
29 [TLSLIBS="$with_tls"])
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/
H A Dmeson.build113 with_tls = get_option('tls') variable
114 if with_tls
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/plugins/spice/
H A Dspice_plugin.c56 static gboolean remmina_plugin_spice_channel_open_fd(SpiceChannel *, int with_tls, RemminaProtocolW…
101 remmina_plugin_spice_channel_open_fd(SpiceChannel *channel, int with_tls G_GNUC_UNUSED, RemminaProt… in remmina_plugin_spice_channel_open_fd()
/dports/lang/mono/mono-5.10.1.57/
H A Dconfigure.ac153 with_tls=pthread
242 with_tls=pthread
376 with_tls=pthread
3242 with_tls=pthread
3453 with_tls=pthread
3489 with_tls=pthread
3514 with_tls=pthread
3524 with_tls=pthread
3540 with_tls=pthread
3558 with_tls=pthread
[all …]
H A Dconfigure4166 with_tls=pthread
4256 with_tls=pthread
4389 with_tls=pthread
26932 with_tls=pthread
27191 with_tls=pthread
27239 with_tls=pthread
27270 with_tls=pthread
27282 with_tls=pthread
27302 with_tls=pthread
27328 with_tls=pthread
[all …]
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/
H A Dconfigure.ac851 with_tls="yes"
1303 with_tls="yes"
1306 if test "x$with_tls" = "xyes" ; then
/dports/net/quiche/quiche-0.9.0/src/
H A Dffi.rs495 match Connection::with_tls( in quiche_conn_new_with_tls()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/
H A Dconfigure16872 withval=$with_tls; with_tls=$withval
16874 with_tls=auto
16878 if test "$with_tls" = "openssl" ||
16879 test "$with_tls" = "auto"; then
17019 if test "$with_tls" = "gnutls" ||
17020 test "$with_tls" = "auto"; then
17115 if test "$with_tls" = "wolfssl" ||
17116 test "$with_tls" = "auto"; then

123