summaryrefslogtreecommitdiff
path: root/dev-libs/openssl/metadata.xml
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-04 13:46:05 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-04 13:47:01 -0400
commit09620746b58af6a434003b3b81d6878db551aa30 (patch)
treebab9aea3f461e809bfaabd8f486ca61e36256697 /dev-libs/openssl/metadata.xml
parent820fc2919f8054368ee2747caa790203add91eac (diff)
downloadgentoo-overlay-09620746b58af6a434003b3b81d6878db551aa30.tar.xz
gentoo-overlay-09620746b58af6a434003b3b81d6878db551aa30.zip
dev-libs/openssl: new package
undisable ec_nistp_64_gcc_128, disable bad algorithms
Diffstat (limited to 'dev-libs/openssl/metadata.xml')
-rw-r--r--dev-libs/openssl/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml
new file mode 100644
index 0000000..5ca8d93
--- /dev/null
+++ b/dev-libs/openssl/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag>
+ <flag name="bindist">Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI</flag>
+ <flag name="rfc3779">Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag>
+ <flag name="sslv2">Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https</flag>
+ <flag name="sslv3">Support for the old/insecure SSLv3 protocol -- note: not required for TLS/https</flag>
+ <flag name="tls-heartbeat">Enable the Heartbeat Extension in TLS and DTLS</flag>
+</use>
+<upstream>
+ <remote-id type="cpe">cpe:/a: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>