Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup URI types | Stef Walter | 2011-05-30 | 1 | -42/+42 |
| | | | | | * Support with/without library version. * Make names of types clearer. | ||||
* | Fix problems with 'make distcheck' | Stef Walter | 2011-05-27 | 1 | -2/+6 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -1/+1 |
| | | | | | | | | * Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names. | ||||
* | Add functions for clearing and setting multiple attributes on URI. | Stef Walter | 2011-05-26 | 1 | -4/+37 |
| | |||||
* | URI API fine tuning | Stef Walter | 2011-05-26 | 1 | -0/+103 |
| | | | | | | * Rework API for getting all the attributes, to match usage in PKCS#11 * Add support for pinfile argument in URIs. * Complete tests. | ||||
* | Add C++ header guards, and require API instability acknowledgement. | Stef Walter | 2011-03-31 | 1 | -1/+2 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 2 | -45/+45 |
| | | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. | ||||
* | Reference implementation of PKCS#11 URIs | Stef Walter | 2011-02-19 | 2 | -1/+1056 |
| | |||||
* | Only allow colon between name and value. | Stef Walter | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 3 | -5/+135 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 6 | -0/+1098 |