SoftHSM is an implementation of a cryptographic
store accessible through a PKCS#11 interface. You
can use it to explore PKCS#11 without having a
Hardware Security Module. It is being developed as
a part of the OpenDNSSEC project. SoftHSM uses
Botan for its cryptographic operations.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A biblioteca está agora instalada em $ libdir/softhsm /. Esta versão não dá um aviso sobre a versão do esquema se o token ainda não foi inicializado. As ferramentas agora retornam o código de saída correta.
The library is now installed in $libdir/softhsm/. This release does not give a warning about the schema version if the token has not been initialized yet. The tools now return the correct exit code.
A opção - disable-64bit é respeitada. $ DESTDIR é respeitada por arquivos de configuração. Os binários podem agora mostrar o número da versão. keyconv softhsm não poderia segurar - ttl corretamente. softhsm é ligado estaticamente com libsofthsm. libsofthsm.so é construído sem um número de versão. libsofthsm.so é agora um módulo carregável.
The --disable-64bit option is respected. $DESTDIR is respected for configuration files. The binaries can now show the version number. softhsm-keyconv could not handle --ttl properly. softhsm is linked statically with libsofthsm. libsofthsm.so is built without a version number. libsofthsm.so is now a loadable module.
Documentação sobre como fazer backup foi adicionado. O número de sessões simultâneas é limitado a 256, porque o SQLite tem um limite no número de conexões de banco de dados. Uma amostra do arquivo de configuração está instalado. Páginas de manual estão agora disponíveis para softhsm, softhsm-keyconv e softhsm.conf. A-enable-64bit opção configurar agora funciona corretamente. Há um bug conhecido em que uma versão do Botan disponível em alguns sistemas operacionais tem um problema com a entropia. Isso faz com que SoftHSM para congelar em algumas operações. Isto pode ser contornado com a atualização para Botan 1.8.5 ou superior.
Documentation on how to do backup was added. The number of concurrent sessions is limited to 256, because SQLite has a limit on the number of database connections. A sample of the configuration file is installed. Manual pages are now available for softhsm, softhsm-keyconv, and softhsm.conf. The –enable-64bit configure option now works correctly. There is a known bug in which a version of Botan available in some operating systems has a problem with the entropy. This causes SoftHSM to freeze in some operations. This can be worked around by upgrading to Botan 1.8.5 or greater.
Esta versão corrigiu um bug em que a assinatura não pode ser realizada quando outro aplicativo tinha um bloqueio na base de dados. A conexão de dados é agora verificado. Atualizando para Botan 1.8.5 ou posterior é recomendado para corrigir um congelamento devido à entropia problemas que ocorreram durante algumas operações
This release fixed a bug where signing could not be performed when another application had a lock on the database. The database connection is now checked. Upgrading to Botan 1.8.5 or later is recommended to fix a freeze due to entropy problems that occurred during some operations
/ usr / local / etc e / var são usados por padrão. O desempenho de criação de chaves foi melhorado. Uma mensagem de erro é registrado se o banco não pode ser aberto. Há um bug conhecido em que uma versão do Botan disponível em alguns sistemas operacionais tem um problema com a entropia. Isso faz com que SoftHSM para congelar em algumas operações. Este problema pode ser contornado com a atualização para Botan 1.8.5 ou superior.
/usr/local, /etc, and /var are used by default. The performance of creating keys was improved. An error message is logged if the database cannot be opened. There is a known bug in which a version of Botan available in some OSes has a problem with the entropy. This causes SoftHSM to freeze in some operations. This problem can be worked around by upgrading to Botan 1.8.5 or greater.