summaryrefslogtreecommitdiff
path: root/pkcs11
Commit message (Expand)AuthorAgeFilesLines
* pkcs11: Fix packaging issues installing the pkcs11 moduleStef Walter2011-09-152-5/+4
* pkcs11: Allow daemon to access value for credentials.Stef Walter2011-09-126-25/+109
* gcr: Documentation, testing and distcheck fixesStef Walter2011-09-017-7/+7
* egg: Make OpenSSL PEM routines return outer block as well.Stef Walter2011-09-013-8/+28
* xdg-store: Use the peer name in a trust assertion as file nameStef Walter2011-08-311-0/+10
* Fix compile warnings when building with --disable-debugStef Walter2011-08-302-2/+2
* Release 3.1.903.1.90Stef Walter2011-08-301-3/+3
* gcr: Add better xdg-mime files for identifying crypto related file typesStef Walter2011-08-3011-2/+2
* Don't keep going after tests failStef Walter2011-08-255-5/+5
* gck: Dump major version number due to recent API refactoring.Stef Walter2011-07-091-1/+1
* Use p11-kit to lookup trust uris.Stef Walter2011-07-061-0/+4
* Install a proper p11-kit module configuration fileStef Walter2011-07-062-0/+11
* pkcs11: Fix deprecated use of g_atomic_int_exchange_and_add()Stef Walter2011-07-061-0/+4
* gnome2-store: Fix logic error when filename is already used.Stef Walter2011-07-061-1/+1
* pkcs11: Stop pkcs11 tests on failure.Stef Walter2011-06-071-1/+1
* Fix algorithm check in prepare_and_encode_pkcs8_cipherJoshua Roys2011-06-011-2/+2
* pkcs11: Simulate a log out when application closes last session.Stef Walter2011-05-301-0/+14
* secret-store: Add more example keyrings to parse.Stef Walter2011-04-253-26/+48
* Modernize the remainder of the tests.Stef Walter2011-04-2491-3123/+4263
* Better testing configure options.Stef Walter2011-04-232-4/+5
* Fix more gcc 4.6 warnings.Marc Plano-Lesay2011-04-236-18/+8
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-04-202-7/+0
* Remove #include <config.h> from headers to make sure it's not included more t...Kjartan Maraas2011-04-201-2/+0
* rpc-layer: Fix bad handshake length macro.Corentin Chary2011-04-181-1/+1
* pkcs11: Fix up gkm tests to more modern gtest style tests.Stef Walter2011-04-1833-1177/+1699
* Use gpointer instead of guchar in several places.Stef Walter2011-04-182-58/+58
* Release version 3.0.03.0.0Stef Walter2011-04-043-3/+3
* [wrap-layer] Fix inability to save password for other keyrings.Stef Walter2011-03-091-1/+1
* Merge branch 'with-hkdf'Stef Walter2011-03-0914-11/+488
|\
| * Implement HKDF for transport encryption security.Stef Walter2011-02-2714-11/+488
* | Change warning on bad certificate data to a simple message.Stef Walter2011-03-091-1/+1
|/
* Link directly to gmodule for the modules that need itSjoerd Simons2011-01-244-5/+14
* [pkcs11] Create necessary directory when storing file.Stef Walter2010-12-241-0/+6
* Merge branch 'trust-store'Stef Walter2010-12-22128-2027/+6545
|\
| * [gkm] Better warnings when ASN.1 can't be encoded.Stef Walter2010-12-221-4/+27
| * Add missing files to distribution.Stef Walter2010-12-228-12/+16
| * Use term 'distrust' instead of 'untrust'Stef Walter2010-12-137-33/+33
| * Rename CKA_G_ trust prefix to CKA_X_ and move to own file.Stef Walter2010-12-1015-224/+217
| * Change terminology to 'pinned certificate' from 'exception'.Stef Walter2010-12-107-430/+57
| * [pkcs11] Fix up standalone modules for use in tests.Stef Walter2010-12-1010-10/+70
| * [roots-store] Instantiate trust assertions in properly.Stef Walter2010-12-103-34/+62
| * Merge branch 'master' into trust-storeStef Walter2010-12-061-3/+8
| |\
| * | [xdg-store] Tests and fixes for removing trust assertions.Stef Walter2010-11-262-2/+45
| * | [xdg-store] Test remaining netscape trust assertion mappings.Stef Walter2010-11-261-1/+124
| * | [xdg-store] Trust assertions with same purpose/peer replace each other.Stef Walter2010-11-264-31/+27
| * | [testing] Add function to clear scratch directory.Stef Walter2010-11-261-0/+3
| * | [xdg-store] Tests and more bug fixes for trust assertions.Stef Walter2010-11-264-274/+516
| * | [pkcs11] Refresh token before creating token object.Stef Walter2010-11-261-23/+7
| * | [pkcs11] Fix typo which fails returning hashed attributes.Stef Walter2010-11-261-1/+1
| * | [xdg-store] Fix problems exposing and refreshing trust assertions.Stef Walter2010-11-261-16/+33