You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/cyassl/metadata.xml

31 lines
1.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
<use>
<flag name="aes-ni">Enable Intel AES instruction support</flag>
<!-- add this when ecc is fixed
<flag name="ecc">Enable Elliptic Curve support</flag>
-->
<flag name="hc128">Enable HC-128 support</flag>
<flag name="psk">Enable Pre-Shared Key support</flag>
<flag name="ripemd">Enable RIPEMD-160 support</flag>
<flag name="sha512">Enable SHA-160 support</flag>
<flag name="small">Choose small cache size (excludes big or huge)</flag>
<flag name="big">Choose big cache size (excludes small or huge)</flag>
<flag name="huge">Choose big cache size (excludes small or big)</flag>
<flag name="dtls">Enable datagram TLS</flag>
<flag name="httpd">Enable features for yaSSL web server</flag>
<flag name="ocsp">Enable Online Certificate Status Protocol</flag>
<flag name="crl">Enable Certificate Revocation List</flag>
<flag name="sessioncerts">Store session certificates</flag>
<flag name="sniffer">Allow collection/decryption of SSL traffic</flag>
<flag name="sniffer">Allow collection/decryption of SSL traffic</flag>
<flag name="testcert">Enable certificate testing</flag>
<flag name="cyassl-hardening">Add hardening flags to CFLAGS/LDFLAGS</flag>
</use>
</pkgmetadata>