aboutsummaryrefslogtreecommitdiff
blob: 1fece519938b1208cd579c3bc8ceee473e8e7372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gentoo@aisha.cc</email>
		<name>Aisha Tammy</name>
	</maintainer>
	<use>
		<flag name="safe-data">sensitive information is cleared on completion of a function call</flag>
		<flag name="safe-lookup">lookups which depend on sensitive information are implemented with constant time functions</flag>
		<flag name="safe-param">input parameters are checked, looking generally for NULL pointers or an incorrect input length</flag>
	</use>
</pkgmetadata>