blob: 83b4b19aa6eb80f5efcb9087bca0859f151bb8d2 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>azamat.hackimov@gmail.com</email>
<name>Azamat H. Hackimov</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</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 Mbed TLS programs</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:arm:mbed_tls</remote-id>
<remote-id type="github">Mbed-TLS/mbedtls</remote-id>
</upstream>
</pkgmetadata>
|