Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated files for 2.6.1 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
190 changes: 95 additions & 95 deletions BUILDING.md

Large diffs are not rendered by default.

Binary file removed CppUnit/cppunit-1.13.2.tar.gz
Binary file not shown.
Binary file added CppUnit/cppunit-1.15.1.tar.gz
Binary file not shown.
Binary file removed OpenSSL/openssl-1.1.1.tar.gz
Binary file not shown.
11 changes: 0 additions & 11 deletions OpenSSL/openssl-1.1.1.tar.gz.asc

This file was deleted.

Binary file added OpenSSL/openssl-1.1.1n.tar.gz
Binary file not shown.
11 changes: 11 additions & 0 deletions OpenSSL/openssl-1.1.1n.tar.gz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEhlersmDwVrHlGQg52cTSbQ5gRJEFAmIwpMEACgkQ2cTSbQ5g
RJFrAAf+MXlAhQMap5pGG+vj0elF2FS6uCR2hwV1e1w/SJpQkU64BWVgEj3nim86
DR8NyMgS+SJvkRlB55xqcC1DD4YGYefBHeMeFBjE1+MihJtwa6qHDCG5oYoYigTe
rp9smDdzD+Mu3bHhdMw6rJbgQUktQPM4NgiECsbG0Fr/FbNUbHerOs74kZ9YqJPp
8FCVKSSISicc/KdOIo22ezKDBhOZ4vPjYi5Iqk8zZXJHWjDWpjmegdHPXiZCOksZ
l8VJS96A+xYQkp5MyByaYw6q12WcIwAaluljMMxvwh8uQT/xAsfutKIMVT63nk8+
EMk32q66Rma68oAyRLX9iwTbvEARZg==
=Lw3S
-----END PGP SIGNATURE-----
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ This project provides binary builds and MSI installers of [SoftHSM2](https://git

These packages include both 32-bit and 64-bit versions of PKCS#11 library:

[SoftHSM 2.5.0 "portable" ZIP archive](https://github.com/disig/SoftHSM2-for-Windows/releases/download/v2.5.0/SoftHSM2-2.5.0-portable.zip)
[SoftHSM 2.6.1 "portable" ZIP archive](https://github.com/disig/SoftHSM2-for-Windows/releases/download/v2.6.1/SoftHSM2-2.6.1-portable.zip)
Requires user to set/modify `SOFTHSM2_CONF` and `PATH` environment variables manually.

[SoftHSM 2.5.0 MSI installer](https://github.com/disig/SoftHSM2-for-Windows/releases/download/v2.5.0/SoftHSM2-2.5.0.msi)
[SoftHSM 2.6.1 MSI installer](https://github.com/disig/SoftHSM2-for-Windows/releases/download/v2.6.1/SoftHSM2-2.6.1.msi)
Does everything automatically.

## Building the source
Expand Down
4 changes: 2 additions & 2 deletions SoftHSM/misc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project:

https://www.opendnssec.org/softhsm/

This package includes both 32-bit and 64-bit build of SoftHSM 2.5.0 statically
linked to OpenSSL 1.1.1. Latest version of SoftHSM2 for Windows can be
This package includes both 32-bit and 64-bit build of SoftHSM 2.6.1 statically
linked to OpenSSL 1.1.1n. Latest version of SoftHSM2 for Windows can be
downloaded from:

https://github.com/disig/SoftHSM2-for-Windows
Expand Down
12 changes: 6 additions & 6 deletions SoftHSM/misc/softhsm2-util.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ DESCRIPTION
Read the sections below to get more information on the libsofthsm2 and
PKCS#11. Most applications assumes that the token they want to use is
already initialized. It is then up to the user to initialize the
PKCS#11 token. This is done by using the PKCS#11 interface, but
instead of writing your own tool you can use the softhsm2-util tool.
PKCS#11 token. This is done by using the PKCS#11 interface, but in‐
stead of writing your own tool you can use the softhsm2-util tool.

Keys are usually created directly in the token, but the user may want
to use an existing key pair. Keys can be imported to a token by using
Expand Down Expand Up @@ -69,8 +69,8 @@ ACTIONS
AES.

--init-token
Initialize the token at a given slot, token label or token
serial. If the token is already initialized then this command
Initialize the token at a given slot, token label or token se‐
rial. If the token is already initialized then this command
will reinitialize it, thus erasing all the objects in the token.
The matching Security Officer (SO) PIN must also be provided
when doing reinitialization. Initialized tokens will be reas‐
Expand All @@ -92,8 +92,8 @@ OPTIONS
then the PKCS#8 file is assumed to be unencrypted.

--force
Use this option to override the warnings and force the given
action.
Use this option to override the warnings and force the given ac‐
tion.

--free Use the first free/uninitialized token.

Expand Down
2 changes: 1 addition & 1 deletion SoftHSM/misc/softhsm2.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SoftHSM v2 configuration file

directories.tokendir = c:\SoftHSM2\var\softhsm2\tokens\
directories.tokendir = C:\SoftHSM2\var\softhsm2\tokens\
objectstore.backend = file
log.level = INFO
slots.removable = false
37 changes: 28 additions & 9 deletions SoftHSM/misc/softhsm2.conf.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
softhsm2.conf(5) File Formats Manual softhsm2.conf(5)
softhsm2.conf(5) File Formats Manual softhsm2.conf(5)

NAME
softhsm2.conf - SoftHSM configuration file
Expand All @@ -7,8 +7,8 @@ SYNOPSIS
softhsm2.conf

DESCRIPTION
This is the configuration file for SoftHSM. It can be found on a
default location, but can also be relocated by using the environment
This is the configuration file for SoftHSM. It can be found on a de‐
fault location, but can also be relocated by using the environment
variable. Any configuration must be done according to the file format
found in this document.

Expand All @@ -29,7 +29,7 @@ FILE FORMAT
DIRECTORIES.TOKENDIR
The location where SoftHSM can store the tokens.

directories.tokendir = c:\SoftHSM2\var\softhsm2\tokens\
directories.tokendir = C:\SoftHSM2\var\softhsm2\tokens\

OBJECTSTORE.BACKEND
The backend to use by SoftHSM to store token objects. Either "file" or
Expand All @@ -49,25 +49,44 @@ SLOTS.REMOVABLE

slots.removable = true

TOKEN.MECHANISMS
Allows to enable and disable any of the PKCS#11 mechanisms reported in
the C_GetMechanismList(). The option accepts string argument contain‐
ing the comma separated list of all algorithms that should be enabled
(do not forget about the keygen mechanisms). The list can be prefixed
with minus sign "-" to list only the disabled mechanisms. Addition‐
ally, special keyword ALL can be used to enable all the known mecha‐
nisms (default). Unknown mechanisms are ignored. This option has
higher priority than the CKA_ALLOWED_MECHANISMS attribute on the key
objects.

slots.mechanisms = ALL

LIBRARY.RESET_ON_FORK
If set to true, the library will reset the state on fork. Default is
false.

library.reset_on_fork = true

ENVIRONMENT
SOFTHSM2_CONF
When defined, the value will be used as path to the configura‐
When defined, the value will be used as path to the configura‐
tion file.

FILES
%HOMEDRIVE%%HOMEPATH%\softhsm2.conf
default user-specific location of the SoftHSM configuration
file; if it exists it will override the system wide configura‐
default user-specific location of the SoftHSM configuration
file; if it exists it will override the system wide configura‐
tion

.\softhsm2.conf
default system-wide location of the SoftHSM configuration file

softhsm2.conf.sample
softhsm2.conf
an example of a SoftHSM configuration file

AUTHOR
Written by Rickard Bellgrim, Francis Dupont, René Post, and Roland van
Written by Rickard Bellgrim, Francis Dupont, René Post, and Roland van
Rijswijk.

SEE ALSO
Expand Down
Binary file removed SoftHSM/softhsm-2.5.0.tar.gz
Binary file not shown.
Binary file removed SoftHSM/softhsm-2.5.0.tar.gz.sig
Binary file not shown.
Binary file added SoftHSM/softhsm-2.6.1.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions SoftHSM/softhsm-2.6.1.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2 softhsm-2.6.1.tar.gz
Binary file added SoftHSM/softhsm-2.6.1.tar.gz.sig
Binary file not shown.
Loading