| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compat: Fix trivial comment | Stef Walter | 2013-03-18 | 1 | -1/+1 |
* | Use the nickname x-distrusted for CKA_X_DISTRUSTED | Stef Walter | 2013-03-18 | 1 | -1/+1 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 4 | -80/+91 |
* | Fix distcheck and documentation | Stef Walter | 2013-03-15 | 1 | -8/+8 |
* | trust: Update frob-nss-tool so it can compare modules for trust info | Stef Walter | 2013-03-15 | 2 | -0/+25 |
* | trust: Support a p11-kit specific serialization format | Stef Walter | 2013-03-15 | 3 | -0/+27 |
* | url: Split out the URL encoding and decoding functions | Stef Walter | 2013-03-15 | 5 | -0/+369 |
* | lexer: Make a lexer for our config file format | Stef Walter | 2013-03-15 | 5 | -0/+605 |
* | trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default | Stef Walter | 2013-03-15 | 2 | -0/+27 |
* | attrs: Add info functions for constant names and values | Stef Walter | 2013-03-15 | 6 | -232/+566 |
* | attrs: New p11_attrs_merge() function | Stef Walter | 2013-03-15 | 3 | -6/+153 |
* | asn1: Implement a parsed ASN.1 tree cache | Stef Walter | 2013-03-15 | 3 | -0/+177 |
* | dict: Allow removal of current item in a p11_dict iteration | Stef Walter | 2013-03-15 | 2 | -0/+62 |
* | pem: Fix a bug decoding some PEM files | Stef Walter | 2013-03-15 | 3 | -11/+221 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 2 | -67/+68 |
* | Don't shove messages into debug output if they're already displayed | Stef Walter | 2013-03-08 | 1 | -2/+2 |
* | tools: Add a bit of debugging to the PEM extract handler | Stef Walter | 2013-03-08 | 1 | -0/+1 |
* | x509: Don't break when cA field of BasicConstraints is missing | Stef Walter | 2013-03-07 | 1 | -2/+9 |
* | Build with the libtasn1 CFLAGS properly | Stef Walter | 2013-03-04 | 2 | -0/+7 |
* | Redo mock.h header in order to relicense | Stef Walter | 2013-03-04 | 1 | -667/+686 |
* | 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 | 2 | -5/+5 |
* | Open files in binary mode on windows | Stef Walter | 2013-03-03 | 1 | -0/+4 |
* | Add compat gmtime_r() and timegm() functions | Stef Walter | 2013-03-03 | 2 | -0/+70 |
* | 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 | 2 | -0/+83 |
* | Add compat strndup() function | Stef Walter | 2013-03-03 | 2 | -0/+29 |
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 3 | -58/+151 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 5 | -5/+5 |
* | Add compat implementation of basename() | Stef Walter | 2013-03-03 | 2 | -0/+68 |
* | Rename p11_module_xxx() compat functions to p11_dl_xxx() | Stef Walter | 2013-03-03 | 2 | -19/+19 |
* | 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 | 2 | -49/+13 |
* | Relicense the buffer code appropriate for inclusion in p11-kit | Stef Walter | 2013-02-12 | 2 | -46/+68 |
* | 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 |
* | Fix various clang analyzer warnings | Stef Walter | 2013-02-06 | 2 | -1/+15 |
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 9 | -0/+886 |
* | Implement code for writing PEM | Stef Walter | 2013-02-05 | 5 | -4/+237 |
* | Add public iterator API to p11-kit | Stef Walter | 2013-02-05 | 2 | -8/+142 |
* | Move the X.509 extension parsing code in common/ | Stef Walter | 2013-02-05 | 3 | -12/+255 |
* | Add p11_array_clear() function | Stef Walter | 2013-02-05 | 3 | -7/+43 |
* | Implement trust assertion PKCS#11 objects | Stef Walter | 2013-02-05 | 3 | -10/+10 |
* | Refactor how parsing of ASN.1 data and certificate extensions work | Stef Walter | 2013-02-05 | 9 | -3/+1135 |
* | Fill in certificate authority and trust data correctly | Stef Walter | 2013-02-05 | 1 | -5/+4 |
* | Implement stapled certificate extensions internally | Stef Walter | 2013-02-05 | 9 | -21/+556 |
* | Add support for openssl TRUSTED CERTIFICATE PEM files | Stef Walter | 2013-02-05 | 3 | -0/+58 |
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 7 | -5/+801 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 11 | -8/+1519 |
* | Add basic checksum algorithms | Stef Walter | 2013-02-05 | 5 | -0/+764 |