[BACK]Return to goals.html CVS log [TXT][DIR] Up to [local] / www / rpki-client

File: [local] / www / rpki-client / goals.html (download) (as text)

Revision 1.4, Thu Apr 23 18:57:37 2020 UTC (4 years, 1 month ago) by job
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -3 lines

improvements from clematis, thanks

<!doctype html>
<html lang=en>
<meta charset=utf-8>

<title>rpki-client: Goals</title>
<meta name="description" content="rpki-client Goals">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.rpki-client.org/goals.html">

<h2 id=OpenBSD>
<a href="index.html">
<strong>rpki-client</strong></a>
Goals
</h2>
<hr>

<p>
Our goal is to provide a free, secure and easy to use implementation of
the Resource Public Key Infrastructure (RPKI), the community-driven
technology based on open standards that is aimed at making internet
routing more secure. 

Obviously, each developer working on rpki-client has their own aims and
priorities, but it is possible to classify the goals we all share:

<ul>
<li>Be as <strong>secure</strong> as possible. Code carefully and do strict 
    validity checks especially in the network input path. Use bounded
    buffer operations. Use privilege separation to mitigate the effects
    of possible security bugs.

<li>Provide a <strong>lean</strong> implementation, sufficient for a
    majority.  Don't try to support each and every obscure use case but
    cover the typical ones.

<li>Try to <strong>"Just Work"</strong> in the background.

</ul>