| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: Don't wrap the options in the pkcs11.conf manual page | Stef Walter | 2013-03-07 | 1 | -6/+6 |
* | Release version 0.16.0 | Stef Walter | 2013-03-04 | 2 | -1/+9 |
* | Build with the libtasn1 CFLAGS properly | Stef Walter | 2013-03-04 | 5 | -2/+14 |
* | Redo mock.h header in order to relicense | Stef Walter | 2013-03-04 | 1 | -667/+686 |
* | Remove duplicate typedef | Stef Walter | 2013-03-04 | 1 | -2/+2 |
* | Fix missing bracket in trust module check | Roman Bogorodskiy | 2013-03-04 | 1 | -1/+1 |
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 9 | -1/+14 |
* | Windows doesn't support symlinks, chmod, or atomic renames | Stef Walter | 2013-03-03 | 7 | -6/+101 |
* | Use mingw compatible coverage flags | Stef Walter | 2013-03-03 | 1 | -2/+2 |
* | Don't use wchar_t for storing unicode characters | Stef Walter | 2013-03-03 | 1 | -35/+36 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 6 | -10/+14 |
* | Open files in binary mode on windows | Stef Walter | 2013-03-03 | 4 | -8/+11 |
* | Add compat gmtime_r() and timegm() functions | Stef Walter | 2013-03-03 | 3 | -0/+76 |
* | Add compat mkstemp() and mkdtemp() functions | Stef Walter | 2013-03-03 | 2 | -0/+156 |
* | Add compat vasprintf() and asprintf() functions | Stef Walter | 2013-03-03 | 3 | -0/+84 |
* | Add compat strndup() function | Stef Walter | 2013-03-03 | 3 | -0/+30 |
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 5 | -79/+160 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 16 | -16/+16 |
* | Add compat implementation of basename() | Stef Walter | 2013-03-03 | 3 | -2/+71 |
* | tools: Update comments for cacerts jks format | Stef Walter | 2013-03-03 | 1 | -4/+4 |
* | Rename p11_module_xxx() compat functions to p11_dl_xxx() | Stef Walter | 2013-03-03 | 3 | -24/+29 |
* | Update the pkcs11.h header for missing mechanisms | Stef Walter | 2013-02-20 | 2 | -1/+26 |
* | Only do shared object and DLL initialization in libraries | Stef Walter | 2013-02-20 | 4 | -49/+122 |
* | Move pkcs11.conf and module documentation to a manual page | Stef Walter | 2013-02-20 | 6 | -162/+239 |
* | Pull translations from transifex | Stef Walter | 2013-02-13 | 40 | -21/+11845 |
* | Relicense the buffer code appropriate for inclusion in p11-kit | Stef Walter | 2013-02-12 | 2 | -46/+68 |
* | Release version 0.15.2 | Stef Walter | 2013-02-12 | 2 | -1/+7 |
* | Add finish translation | Timo Jyrinki | 2013-02-12 | 2 | -0/+344 |
* | Add and enable German gettext translation | Andreas Metzler | 2013-02-12 | 4 | -0/+361 |
* | Respect destdir when creating package module config directory | Andreas Metzler | 2013-02-12 | 1 | -1/+1 |
* | Fix dereference of varargs in p11_attrs_build() | Stef Walter | 2013-02-11 | 1 | -1/+1 |
* | Remove unnecessary code to be more compatible with various libtasn1 versions | Stef Walter | 2013-02-11 | 1 | -4/+1 |
* | Don't require explictly disabling trust module if --without-libtasn1 | Andreas Metzler | 2013-02-07 | 1 | -12/+16 |
* | Fix various clang analyzer warnings | Stef Walter | 2013-02-06 | 8 | -8/+29 |
* | Our minimum version of libtasn1 is 2.14 | Stef Walter | 2013-02-05 | 1 | -1/+1 |
* | Release version 0.15.1 | Stef Walter | 2013-02-05 | 2 | -1/+15 |
* | Add a placeholder external 'extract-trust' command | Stef Walter | 2013-02-05 | 6 | -0/+75 |
* | Implement support for java JKS keystore format | Stef Walter | 2013-02-05 | 4 | -2/+339 |
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 14 | -101/+318 |
* | Add support for exporting OpenSSL's TRUSTED CERTIFICATE format | Stef Walter | 2013-02-05 | 18 | -0/+2378 |
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 9 | -0/+541 |
* | Implement code for writing PEM | Stef Walter | 2013-02-05 | 5 | -4/+237 |
* | Implement basic extract support | Stef Walter | 2013-02-05 | 15 | -2/+1796 |
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 10 | -0/+1504 |
* | Add public iterator API to p11-kit | Stef Walter | 2013-02-05 | 13 | -10/+2308 |
* | Allow internal use of token and module info matching | Stef Walter | 2013-02-05 | 2 | -20/+41 |
* | Move the X.509 extension parsing code in common/ | Stef Walter | 2013-02-05 | 5 | -133/+335 |
* | Add p11_array_clear() function | Stef Walter | 2013-02-05 | 3 | -7/+43 |
* | Implement trust assertion PKCS#11 objects | Stef Walter | 2013-02-05 | 11 | -53/+804 |
* | Refactor how parsing of ASN.1 data and certificate extensions work | Stef Walter | 2013-02-05 | 14 | -667/+1193 |