blob: a39a95180bc6a3a8fb234367f4cf30d7bedacb45 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
<longdescription lang="en">
The aim of the mbed TLS project is to provide a quality, open-source
cryptographic library written in C and targeted at embedded systems.
</longdescription>
<use>
<flag name="cmac">Enable block cipher-based message authentication
code algorithm
</flag>
<flag name="havege">Enable the HAVEGE random generator.
Warning: the HAVEGE random generator is not suitable for
virtualized environments
</flag>
<flag name="programs">Build PolarSSL programs</flag>
</use>
<upstream>
<remote-id type="github">ARMmbed/mbedtls</remote-id>
</upstream>
</pkgmetadata>
|