<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/softhsm/Makefile, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-05-23T10:05:44Z</updated>
<entry>
<title>SoftHSM 1.3.3</title>
<updated>2012-05-23T10:05:44Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2012-05-23T10:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=418036b091957051c29e92aef61d83abd67eea8e'/>
<id>urn:sha1:418036b091957051c29e92aef61d83abd67eea8e</id>
<content type='text'>
* Increased performance by adding more indexes to the database.
* Describe the usage of SO and user PIN in the README.

Bugfixes:
* Detect if a C++ compiler is missing.
</content>
</entry>
<entry>
<title>Recursive bump from icu shlib major bumped to 49.</title>
<updated>2012-04-27T12:31:32Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2012-04-27T12:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11539e1bf493b47f897555ec8c8e05d5f3fd26e3'/>
<id>urn:sha1:11539e1bf493b47f897555ec8c8e05d5f3fd26e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SoftHSM 1.3.2</title>
<updated>2012-03-18T15:11:07Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2012-03-18T15:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbccfda5a0a6bf4dd892ff540ee4a78bb1bb696a'/>
<id>urn:sha1:dbccfda5a0a6bf4dd892ff540ee4a78bb1bb696a</id>
<content type='text'>
* Update the README with information on moving the database
  between different architectures.

Bugfixes:
* Fix the destruction order of the Singleton objects.
</content>
</entry>
<entry>
<title>SoftHSM 1.3.1</title>
<updated>2012-01-23T11:12:47Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2012-01-23T11:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf1db121b7443f7fe95a0350ed691f4dd8923a3f'/>
<id>urn:sha1:bf1db121b7443f7fe95a0350ed691f4dd8923a3f</id>
<content type='text'>
* The library is now installed in $libdir/softhsm/.

Bugfixes:
* Do not give a warning about the schema version if the token
  has not been initialized yet.
* The tools now return the correct exit code.
</content>
</entry>
<entry>
<title>Recursive bump for Boton</title>
<updated>2011-11-25T21:26:14Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2011-11-25T21:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39d7da0185da728c34934ad3af1eab7d77a68f0c'/>
<id>urn:sha1:39d7da0185da728c34934ad3af1eab7d77a68f0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SoftHSM 1.3.0</title>
<updated>2011-09-17T21:47:30Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2011-09-17T21:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dd244f7c3de2d36aca340c57b9c974b3b845b7ff'/>
<id>urn:sha1:dd244f7c3de2d36aca340c57b9c974b3b845b7ff</id>
<content type='text'>
* Can now read CKA_ALWAYS_AUTHENTICATE but does not use it.
* Encryption and decryption using CKM_RSA_PKCS.
* Support X.509 certificates. (Patch from Thomas Calderon)
* Updated backup instructions.
* Only a Security Officer can set CKA_TRUSTED to true.
* The softhsm tool can set the value of CKA_TRUSTED.
* Support Botan 1.10.0.
* Better signing performance with a single element cache for
  the PK_Signer object.
* Document README.MinGW describes how to build on Windows.
  (Text and patches contributed by Jaroslav Imrich)

Bugfixes:
* API changes in Botan created a namespace collision.
* API changes in Botan's state handling.
* BigInt::to_u32bit was accidently dropped in Botan. Adding it
  as a compatibility function to SoftHSM.
* Better exception handling.
* CKF_USER_PIN_COUNT_LOW and CKF_SO_PIN_COUNT_LOW must be set
  if an incorrect PIN has been entered at least once.
* Windows: Detect LoadLibrary.
* Windows: Set CRYPTOKI_EXPORTS.
* Windows: Load library correctly in softhsm.
* Windows: Compatibility function for getpass.
* Windows: Use _putenv and not setenv.
* Windows: Generate the DLL file.
* Windows: The softhsm tool will use the DLL file by default.
* Windows: Log to EventLog.
* Windows: Fix parsing of configuration file.
* Windows: The check program now links with a shared libgcc in order to
  make the exceptions work.

Known issue:
* Firefox does improper setting of CKA_DERIVE attribute during PKCS#12
  import. See https://bugzilla.mozilla.org/show_bug.cgi?id=515663
</content>
</entry>
<entry>
<title>recursive bump from textproc/icu shlib major bump.</title>
<updated>2011-06-10T09:39:41Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-06-10T09:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b87e9fb96d0b4f35d3e92ccef2448d4c78125c4'/>
<id>urn:sha1:3b87e9fb96d0b4f35d3e92ccef2448d4c78125c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SoftHSM 1.2.1 - 2011-05-03</title>
<updated>2011-05-04T10:10:18Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2011-05-04T10:10:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2028f508ccf364cf1ca1e5235c50ee27d8dac6fe'/>
<id>urn:sha1:2028f508ccf364cf1ca1e5235c50ee27d8dac6fe</id>
<content type='text'>
* Backport mutex handling from v2 for increased multithreaded
  performance.
* Remove signature verification used for debugging purposes.
  (was enabled with ./configure --enable-sigver)
* Added an index to the attribute table in the database.
* Optimization of the database handling.
</content>
</entry>
<entry>
<title>Be consistent in the way we quote the '#' character</title>
<updated>2011-03-31T18:37:33Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2011-03-31T18:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a7962cad61dfee6545fa532e3b625ac032dcfb6'/>
<id>urn:sha1:5a7962cad61dfee6545fa532e3b625ac032dcfb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The '#' character is kinda special to makefiles - re-work the comment field</title>
<updated>2011-03-31T18:30:32Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2011-03-31T18:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a624456db7422b3323566fa5284113b461d3b99b'/>
<id>urn:sha1:a624456db7422b3323566fa5284113b461d3b99b</id>
<content type='text'>
so that we don't have any '#' chars in it.

Avoids the following:

	% grep COMMENT Makefile
	COMMENT=       Cryptographic store accessible through a PKCS#11 interface
	% pkg_info softhsm
	Information for softhsm-1.2.0:

	Comment:
	Cryptographic store accessible through a PKCS
</content>
</entry>
</feed>
