Gilles Peskine | 6c723a2 | 2020-04-17 16:57:52 +0200 | [diff] [blame^] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | |
| 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 6 | <head> |
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 8 | <title>Introduction — PSA Crypto API 1.0.0 documentation</title> |
| 9 | <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> |
| 10 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
| 11 | <script type="text/javascript"> |
| 12 | var DOCUMENTATION_OPTIONS = { |
| 13 | URL_ROOT: '../', |
| 14 | VERSION: '1.0.0', |
| 15 | COLLAPSE_INDEX: false, |
| 16 | FILE_SUFFIX: '.html', |
| 17 | HAS_SOURCE: true, |
| 18 | SOURCELINK_SUFFIX: '.txt' |
| 19 | }; |
| 20 | </script> |
| 21 | <script type="text/javascript" src="../_static/jquery.js"></script> |
| 22 | <script type="text/javascript" src="../_static/underscore.js"></script> |
| 23 | <script type="text/javascript" src="../_static/doctools.js"></script> |
| 24 | <link rel="index" title="Index" href="../genindex.html" /> |
| 25 | <link rel="search" title="Search" href="../search.html" /> |
| 26 | <link rel="next" title="Design goals" href="goals.html" /> |
| 27 | <link rel="prev" title="PSA Cryptography API 1.0" href="../index.html" /> |
| 28 | |
| 29 | <link rel="stylesheet" href="../_static/custom.css" type="text/css" /> |
| 30 | |
| 31 | <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> |
| 32 | |
| 33 | </head> |
| 34 | <body> |
| 35 | |
| 36 | |
| 37 | <div class="document"> |
| 38 | <div class="documentwrapper"> |
| 39 | <div class="bodywrapper"> |
| 40 | <div class="body" role="main"> |
| 41 | |
| 42 | <div class="section" id="introduction"> |
| 43 | <h1>Introduction</h1> |
| 44 | <p>Arm’s Platform Security Architecture (PSA) is a holistic set of threat models, |
| 45 | security analyses, hardware and firmware architecture specifications, an |
| 46 | open source firmware reference implementation, and an independent evaluation |
| 47 | and certification scheme. PSA provides a recipe, based on |
| 48 | industry best practice, that allows security to be consistently designed in, at |
| 49 | both a hardware and firmware level.</p> |
| 50 | <p>The PSA Cryptographic API (Crypto API) described in this document is an |
| 51 | important PSA component that provides an interface to cryptographic operations |
| 52 | on resource-constrained devices. The interface is user-friendly, while still |
| 53 | providing access to the low-level primitives used in modern cryptography. It |
| 54 | does not require that the user has access to the key material. Instead, it uses |
| 55 | opaque key identifiers.</p> |
| 56 | <p>This document is part of the PSA family of specifications. It defines an |
| 57 | interface for cryptographic services, including cryptography primitives and a |
| 58 | key storage functionality.</p> |
| 59 | <p>This document includes:</p> |
| 60 | <ul class="simple"> |
| 61 | <li>A <a class="reference internal" href="goals.html#design-goals"><span class="std std-ref">rationale</span></a> for the design.</li> |
| 62 | <li>A <a class="reference internal" href="functionality.html#functionality-overview"><span class="std std-ref">high-level overview of the functionality</span></a> |
| 63 | provided by the interface.</li> |
| 64 | <li>A <a class="reference internal" href="sample-arch.html#architectures"><span class="std std-ref">description of typical architectures</span></a> of |
| 65 | implementations for this specification.</li> |
| 66 | <li>General considerations <a class="reference internal" href="implementation.html#implementation-considerations"><span class="std std-ref">for implementers</span></a> |
| 67 | of this specification and <a class="reference internal" href="usage.html#usage-considerations"><span class="std std-ref">for applications</span></a> that |
| 68 | use the interface defined in this specification.</li> |
| 69 | <li>A <a class="reference internal" href="../api/library/index.html#api-reference"><span class="std std-ref">detailed definition</span></a> of the API.</li> |
| 70 | </ul> |
| 71 | <p>Companion documents will define <em>profiles</em> for this specification. A profile is |
| 72 | a minimum mandatory subset of the interface that a compliant implementation must |
| 73 | provide.</p> |
| 74 | </div> |
| 75 | |
| 76 | |
| 77 | </div> |
| 78 | </div> |
| 79 | </div> |
| 80 | <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
| 81 | <div class="sphinxsidebarwrapper"><div class="relations"> |
| 82 | <h3>Related Topics</h3> |
| 83 | <ul> |
| 84 | <li><a href="../index.html">Documentation overview</a><ul> |
| 85 | <li>Previous: <a href="../index.html" title="previous chapter">PSA Cryptography API 1.0</a></li> |
| 86 | <li>Next: <a href="goals.html" title="next chapter">Design goals</a></li> |
| 87 | </ul></li> |
| 88 | </ul> |
| 89 | </div> |
| 90 | <div role="note" aria-label="source link"> |
| 91 | <h3>This Page</h3> |
| 92 | <ul class="this-page-menu"> |
| 93 | <li><a href="../_sources/overview/intro.rst.txt" |
| 94 | rel="nofollow">Show Source</a></li> |
| 95 | </ul> |
| 96 | </div> |
| 97 | <div id="searchbox" style="display: none" role="search"> |
| 98 | <h3>Quick search</h3> |
| 99 | <form class="search" action="../search.html" method="get"> |
| 100 | <div><input type="text" name="q" /></div> |
| 101 | <div><input type="submit" value="Go" /></div> |
| 102 | <input type="hidden" name="check_keywords" value="yes" /> |
| 103 | <input type="hidden" name="area" value="default" /> |
| 104 | </form> |
| 105 | </div> |
| 106 | <script type="text/javascript">$('#searchbox').show(0);</script> |
| 107 | </div> |
| 108 | </div> |
| 109 | <div class="clearer"></div> |
| 110 | </div> |
| 111 | <div class="footer"> |
| 112 | © 2019-2020, Arm Limited or its affiliates. All rights reserved. |
| 113 | |
| 114 | | |
| 115 | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.7</a> |
| 116 | & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a> |
| 117 | |
| 118 | | |
| 119 | <a href="../_sources/overview/intro.rst.txt" |
| 120 | rel="nofollow">Page source</a> |
| 121 | </div> |
| 122 | |
| 123 | |
| 124 | |
| 125 | |
| 126 | </body> |
| 127 | </html> |