mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="fips">Enable FIPS provider</flag>
|
|
<flag name="ktls">Enable support for Kernel implementation of TLS (kTLS)</flag>
|
|
<flag name="quic">Enable support for QUIC (RFC 9000); a UDP-based protocol intended to replace TCP</flag>
|
|
<flag name="rfc3779">Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag>
|
|
<flag name="tls-compression">Enable support for discouraged TLS compression</flag>
|
|
<flag name="weak-ssl-ciphers">Build support for SSL/TLS ciphers that are considered "weak"</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:openssl:openssl</remote-id>
|
|
<remote-id type="github">openssl/openssl</remote-id>
|
|
</upstream>
|
|
<slots>
|
|
<slot name="0">For building against. This is the only slot
|
|
that provides headers and command line tools.</slot>
|
|
<slot name="0.9.8">For binary compatibility, provides libcrypto.so.0.9.8
|
|
and libssl.so.0.9.8 only.</slot>
|
|
<subslots>Reflect ABI of libcrypto.so and libssl.so.</subslots>
|
|
</slots>
|
|
</pkgmetadata>
|