Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-26 | all: migrate homepages from http to https | rillig | 1 | -2/+2 | |
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. | |||||
2019-11-04 | security: align variable assignments | rillig | 1 | -3/+3 | |
pkglint -Wall -F --only aligned --only indent -r No manual corrections. | |||||
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -1/+2 | |
2011-03-31 | Be consistent in the way we quote the '#' character | agc | 1 | -2/+2 | |
2008-10-30 | remove --enable-dlopen from CONFIGURE_ARGS; it's unnecessary | bjs | 1 | -3/+1 | |
2008-10-30 | Add pakchois-0.4. (upcoming new neon can use it) | bjs | 1 | -0/+32 | |
-- 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. |