Add pakchois-0.4. (upcoming new neon can use it)
authorbjs <bjs>
Thu, 30 Oct 2008 03:32:19 +0000 (03:32 +0000)
committerbjs <bjs>
Thu, 30 Oct 2008 03:32:19 +0000 (03:32 +0000)
commit0617a79b2ef92a1a64eb41efdec8acf3b579771b
tree8291c352a170558771dcc65150ef9140fe01519c
parentfecf9f81f7cf5c871a4d7124ed66f54ab628643c
Add pakchois-0.4. (upcoming new neon can use it)
--

pakchois is just another PKCS#11 wrapper library.  pakchois aims to
provide a thin wrapper over the PKCS#11 interface.

The goals are:

1) to offer a modern* object-oriented C interface wrapper for PKCS#11.

2) to not hide or abstract away any details of the PKCS#11 interface
itself except where absolutely necessary.

3) to handle the details of loading DSOs

4) to allow the caller to avoid caring about where on the system
PKCS#11 modules might be stored, or exactly how they are named.

5) to avoid any dependency on a particular cryptography toolkit.

Existing PKCS#11 wrapper libraries solutions differ in at least one of
the above goals.

*: "modern" being a euphemism for not using process-global state,
having a sane symbol namespace, etc.
security/pakchois/DESCR [new file with mode: 0644]
security/pakchois/Makefile [new file with mode: 0644]
security/pakchois/PLIST [new file with mode: 0644]
security/pakchois/buildlink3.mk [new file with mode: 0644]
security/pakchois/distinfo [new file with mode: 0644]