Skip to content

Commit aade305

Browse files
committed
Updated README for 2.0.1
1 parent 1782b95 commit aade305

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

+16-18
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ PKCS11-LOGGER
1717

1818
## Overview
1919

20-
PKCS#11 is cryptography standard originally published by RSA Laboratories that
21-
defines ANSI C API (called cryptoki) to access smart cards and other types
22-
of cryptographic hardware. Standard is currently being maintained and developed
23-
by the OASIS PKCS 11 Technical Committee.
20+
PKCS#11 is cryptography standard maintained by the OASIS PKCS 11 Technical
21+
Committee (originally published by RSA Laboratories) that defines ANSI C API
22+
to access smart cards and other types of cryptographic hardware.
2423

2524
Library implementing PKCS#11 interface is usually used in the following scenario:
2625

@@ -107,19 +106,19 @@ Signed precompiled binaries as well as source code releases can be downloaded fr
107106
[sourceforge.net](http://sourceforge.net/projects/pkcs11-logger/):
108107

109108
* **Windows**
110-
32-bit version: [pkcs11-logger-x86.dll](http://sourceforge.net/projects/pkcs11-logger/files/2.0.0/windows/pkcs11-logger-x86.dll/download)
111-
64-bit version: [pkcs11-logger-x64.dll](http://sourceforge.net/projects/pkcs11-logger/files/2.0.0/windows/pkcs11-logger-x64.dll/download)
112-
<sub>Requires [Visual C++ Redistributable for Visual Studio 2012]
113-
(http://www.microsoft.com/en-us/download/details.aspx?id=30679)
109+
32-bit version: [pkcs11-logger-x86.dll](http://sourceforge.net/projects/pkcs11-logger/files/2.1.0/windows/pkcs11-logger-x86.dll/download)
110+
64-bit version: [pkcs11-logger-x64.dll](http://sourceforge.net/projects/pkcs11-logger/files/2.1.0/windows/pkcs11-logger-x64.dll/download)
111+
<sub>Requires [Visual C++ Redistributable for Visual Studio 2015]
112+
(http://www.microsoft.com/en-us/download/details.aspx?id=48145)
114113
to be installed on the target system.</sub>
115114

116-
* **Ubuntu 12.04**
117-
32-bit version: [pkcs11-logger-x86.so](http://sourceforge.net/projects/pkcs11-logger/files/2.0.0/linux/pkcs11-logger-x86.so/download)
118-
64-bit version: [pkcs11-logger-x64.so](http://sourceforge.net/projects/pkcs11-logger/files/2.0.0/linux/pkcs11-logger-x64.so/download)
115+
* **Ubuntu 14.04**
116+
32-bit version: [pkcs11-logger-x86.so](http://sourceforge.net/projects/pkcs11-logger/files/2.1.0/linux/pkcs11-logger-x86.so/download)
117+
64-bit version: [pkcs11-logger-x64.so](http://sourceforge.net/projects/pkcs11-logger/files/2.1.0/linux/pkcs11-logger-x64.so/download)
119118

120-
* **Mac OS X**
121-
32-bit version: [pkcs11-logger-x86.dylib](http://sourceforge.net/projects/pkcs11-logger/files/2.0.0/osx/pkcs11-logger-x86.dylib/download)
122-
64-bit version: [pkcs11-logger-x64.dylib](http://sourceforge.net/projects/pkcs11-logger/files/2.0.0/osx/pkcs11-logger-x64.dylib/download)
119+
* **Mac OS X 10.11**
120+
32-bit version: [pkcs11-logger-x86.dylib](http://sourceforge.net/projects/pkcs11-logger/files/2.1.0/osx/pkcs11-logger-x86.dylib/download)
121+
64-bit version: [pkcs11-logger-x64.dylib](http://sourceforge.net/projects/pkcs11-logger/files/2.1.0/osx/pkcs11-logger-x64.dylib/download)
123122

124123
Archives with source code are signed with [GnuPG key of Jaroslav Imrich]
125124
(https://www.jimrich.sk/crypto/).
@@ -130,8 +129,7 @@ Windows libraries are signed with [code-signing certificate of Jaroslav Imrich]
130129

131130
### Windows
132131

133-
Execute the build script on a 64-bit Windows machine with [Visual Studio
134-
Express 2012 for Windows Desktop](http://www.microsoft.com/en-us/download/details.aspx?id=34673)
132+
Execute the build script on a 64-bit Windows machine with [Visual Studio 2015 Community](https://www.visualstudio.com/products/visual-studio-community-vs)
135133
(or higher) installed:
136134

137135
cd build/windows/
@@ -143,8 +141,8 @@ and 64-bit (pkcs11-logger-x64.dll) versions of logger library.
143141
### Linux
144142

145143
Execute the build script on a 64-bit Linux machine with GCC, GNU Make and GCC
146-
multilib support installed (available in [build-essential](http://packages.ubuntu.com/precise/build-essential)
147-
and [gcc-multilib](http://packages.ubuntu.com/precise/gcc-multilib) packages on Ubuntu 12.04 LTS):
144+
multilib support installed (available in [build-essential](http://packages.ubuntu.com/trusty/build-essential)
145+
and [gcc-multilib](http://packages.ubuntu.com/trusty/gcc-multilib) packages on Ubuntu 14.04 LTS):
148146

149147
cd build/linux/
150148
sh build.sh

0 commit comments

Comments
 (0)