blob: 31b93ad190ffef3cc35aa74af6700607341308e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# cryptsetup requires that the OpenSSL USE is set, even if LibreSSL is the SSL provider.
# TODO: can we reorder the USE?
sys-fs/cryptsetup openssl
# Using bundled ssl instead of system one for libressl
net-libs/nodejs -system-ssl
dev-libs/nettle gmp
dev-scheme/guile regex
# net-dialup/ppp only works with openssl - disable the use of it for libressl
net-misc/networkmanager -ppp
net-misc/dahdi-tools -ppp
# disable pkinit for mit-krb5 when libressl is used
app-crypt/mit-krb5 -pkinit
# disable openssl for ffmpeg when libressl is used
media-video/ffmpeg -openssl
# enable gnutls when openssl is not used
net-misc/aria2 gnutls ssl
mail-mta/courier gnutls
net-mail/courier-imap gnutls
net-misc/curl gnutls -libressl -nss -curl_quic_openssl -quic -http3
www-client/elinks gnutls
dev-db/freetds gnutls
net-libs/gloox gnutls
net-libs/gsoap gnutls
app-pda/libimobiledevice gnutls
app-pda/libmobiledevice gnutls
dev-libs/librelp gnutls
net-libs/libtorrent-rasterbar gnutls
net-libs/libvncserver gnutls
dev-libs/libzip gnutls
www-servers/lighttpd gnutls -ssl
www-client/lynx gnutls
dev-db/mariadb-connector-c gnutls
net-analyzer/monitoring-plugins gnutls ssl
net-mail/mpop gnutls
net-libs/neon gnutls
net-nds/openldap gnutls
dev-libs/pkcs11-helper gnutls
dev-util/ostree gnutls
app-text/qpdf gnutls
app-admin/rsyslog gnutls -openssl ssl
net-libs/srt gnutls
net-voip/telepathy-gabble gnutls
net-voip/umurmur gnutls
net-misc/wget gnutls
dev-libs/xmlsec gnutls -openssl
dev-libs/yaz gnutls
# enable mbedtls when openssl is not used
net-libs/libssh mbedtls
net-libs/libwebsockets mbedtls
net-vpn/openvpn mbedtls
net-p2p/transmission mbedtls
# enable yassl when openssl is not used
dev-db/mariadb yassl
# enable gcrypt when openssl is not used
net-wireless/crda gcrypt
net-libs/libssh2 gcrypt
# enable wolfssl when openssl is not used
net-misc/axel wolfssl
|