summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated cover.Nikos Mavrogiannopoulos2011-06-231-43/+10
* improvements on fdl.Nikos Mavrogiannopoulos2011-06-211-13/+13
* Added LRN.Nikos Mavrogiannopoulos2011-06-211-20/+23
* documentation updates.Nikos Mavrogiannopoulos2011-06-217-170/+224
* gnutls_srp_verifier() returns data allocated with gnutls_malloc()Nikos Mavrogiannopoulos2011-06-213-7/+14
* reduced error message.Nikos Mavrogiannopoulos2011-06-211-2/+1
* simplified text.Nikos Mavrogiannopoulos2011-06-201-2/+1
* FDL is now included using a tiny font.Nikos Mavrogiannopoulos2011-06-202-28/+46
* Tables were also made floatingNikos Mavrogiannopoulos2011-06-204-30/+65
* figures were made floating.Nikos Mavrogiannopoulos2011-06-205-38/+89
* Added high-quality pdf images.Nikos Mavrogiannopoulos2011-06-2016-17/+17
* more files to ignoreNikos Mavrogiannopoulos2011-06-192-0/+31
* updated documentation to allow latex output.Nikos Mavrogiannopoulos2011-06-1931-1003/+2349
* corrected typosNikos Mavrogiannopoulos2011-06-194-11/+11
* indented code.Nikos Mavrogiannopoulos2011-06-198-75/+98
* added missing file.gnutls_2_99_3Nikos Mavrogiannopoulos2011-06-181-1/+1
* bumped version.Nikos Mavrogiannopoulos2011-06-184-3/+8
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-1811-80/+160
* Limit the number of attempts with the same PIN, to avoid attempting again and...Nikos Mavrogiannopoulos2011-06-171-2/+5
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ...Nikos Mavrogiannopoulos2011-06-171-1/+8
* updatedNikos Mavrogiannopoulos2011-06-161-0/+1
* removed unneeded test.Nikos Mavrogiannopoulos2011-06-161-6/+1
* Enforce the GNUTLS_PKCS11_OBJ_FLAG_LOGIN_SO even if GNUTLS_PKCS11_OBJ_FLAG_LO...Nikos Mavrogiannopoulos2011-06-161-1/+1
* Use common code for PKCS #11 callbacks across clients.Nikos Mavrogiannopoulos2011-06-163-67/+13
* bit fields changed to unsigned.Nikos Mavrogiannopoulos2011-06-162-4/+4
* Moved null check before initialization.Nikos Mavrogiannopoulos2011-06-162-5/+3
* removed unreachable code warningNikos Mavrogiannopoulos2011-06-161-2/+0
* eliminated wipemem().Nikos Mavrogiannopoulos2011-06-164-15/+4
* corrected uninitialized variable warning.Nikos Mavrogiannopoulos2011-06-161-1/+1
* The CKA_SUBJECT must be specified for a certificate.Rickard Bellgrim2011-06-161-2/+15
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-153-1/+9
* write label in PKCS #11 privkey.Nikos Mavrogiannopoulos2011-06-151-0/+8
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-157-8/+5
* ignore more warnings.Nikos Mavrogiannopoulos2011-06-151-0/+1
* Use pkcs11.h specification file from p11-kit.Stef Walter2011-06-093-1359/+2
* Fix up compiler warnings.Stef Walter2011-06-095-12/+6
* Added missing fileNikos Mavrogiannopoulos2011-06-091-0/+1357
* document new config file format and path.Nikos Mavrogiannopoulos2011-06-071-6/+5
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-0726-4286/+962
* updatedNikos Mavrogiannopoulos2011-06-071-13/+13
* Return error code when an object is not found.Nikos Mavrogiannopoulos2011-06-072-2/+2
* Depend on automake 1.11.Nikos Mavrogiannopoulos2011-06-071-1/+1
* tests: Build eagain-cli with correct librariesStef Walter2011-06-071-1/+1
* gnutls-cli: Fix uninitialized variable when PKCS#11 uris in use.Stef Walter2011-06-071-1/+1
* pkcs11: Accept CKR_USER_ALREADY_LOGGED_IN as successful result for PAP LoginStef Walter2011-06-071-2/+2
* Remove unused variablesStef Walter2011-06-067-19/+6
* use gnutls_assert_val() in EGD errors.Nikos Mavrogiannopoulos2011-06-061-2/+2
* Corrected fail() shell function. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-055-54/+56
* Corrected typo. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-051-1/+1
* regenerated makefile.Nikos Mavrogiannopoulos2011-06-051-105/+57