opensc/MacOSX/resources
scootersmk ee6fd3a09a Update reference URLs in ReadMe.html.in
RSA.com link broken due to move to EMC site.

Closes https://github.com/OpenSC/OpenSC/pull/763
2016-05-23 11:29:38 +02:00
..
License.html Upgrade the MacOSX package build script to current state of affairs. 2013-02-20 14:34:08 +02:00
ReadMe.html.in Update reference URLs in ReadMe.html.in 2016-05-23 11:29:38 +02:00
Welcome.html.in macosx: update package building to modern tools 2013-12-18 09:49:44 +00:00
background.jpg Upgrade the MacOSX package build script to current state of affairs. 2013-02-20 14:34:08 +02:00

ReadMe.html.in

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<style type="text/css">
		body { font: 12px Helvetica; }
		h1 { font-size: 16px; }
		h2 { font-size: 13px; padding-bottom: 5px; padding-top: 5px; }
		p { padding: 10px; }
	</style>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>


<h1>OpenSC, version @PACKAGE_VERSION@</h1>
<p>for Mac OS X 10.9+</p>

<p>OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as authentication, mail encryption and digital signatures.</p>

<p>OpenSC implements the <a href="https://www.oasis-open.org/committees/pkcs11/">PKCS#11 API</a> so applications supporting this API (such as Mozilla Firefox and Thunderbird) can use it. On the card OpenSC implements the <a href="http://www.emc.com/emc-plus/rsa-labs/standards-initiatives/pkcs-15-cryptographic-token-information-format.htm">PKCS#15</a> standard and aims to be compatible with every software/card that does so, too.</p>

<h2>Documentation:</h2>
<p>The OpenSC Wiki is available at: <a href="https://github.com/OpenSC/OpenSC/wiki">https://github.com/OpenSC/OpenSC/wiki</a> and should be consulted for further documentation and support.</p>

</body>
</html>