summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* documentation fixesNikos Mavrogiannopoulos2011-07-2375-536/+524
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-23145-1245/+648
* gnutls_srp_verifier() returns data allocated with gnutls_malloc()Nikos Mavrogiannopoulos2011-06-212-7/+5
* reduced error message.Nikos Mavrogiannopoulos2011-06-211-2/+1
* corrected typosNikos Mavrogiannopoulos2011-06-194-11/+11
* bumped version.Nikos Mavrogiannopoulos2011-06-181-0/+1
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-184-20/+58
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ...Nikos Mavrogiannopoulos2011-06-171-1/+8
* Enforce the GNUTLS_PKCS11_OBJ_FLAG_LOGIN_SO even if GNUTLS_PKCS11_OBJ_FLAG_LO...Nikos Mavrogiannopoulos2011-06-161-1/+1
* 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-152-0/+3
* 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
* Use pkcs11.h specification file from p11-kit.Stef Walter2011-06-093-1359/+2
* Fix up compiler warnings.Stef Walter2011-06-091-4/+2
* Added missing fileNikos Mavrogiannopoulos2011-06-091-0/+1357
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-0718-4276/+897
* Return error code when an object is not found.Nikos Mavrogiannopoulos2011-06-072-2/+2
* 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
* documentation fix.Nikos Mavrogiannopoulos2011-06-051-4/+5
* pclmul is not used on intel 32-bit systems.Nikos Mavrogiannopoulos2011-06-053-993/+8
* When AES and GCM acceleration is available increase the priority of AES-GCM c...Nikos Mavrogiannopoulos2011-06-053-9/+55
* prevent compilation of gcrypt support since it is incomplete.Nikos Mavrogiannopoulos2011-06-052-0/+4
* do not use NETTLE_LIBS to include hogweed and gmp.Nikos Mavrogiannopoulos2011-06-055-34/+1
* Avoid memory allocations when requesting the supported ciphersuites.Nikos Mavrogiannopoulos2011-06-053-190/+92
* more verbose if the PCLMUL instruction is detected.Nikos Mavrogiannopoulos2011-06-051-0/+1
* reinstated MAC-ALL semantics.Nikos Mavrogiannopoulos2011-06-041-1/+1
* store the ECC curve in the session resumption parameters.Nikos Mavrogiannopoulos2011-06-041-1/+6
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-044-25/+187
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-046-52/+152
* gnutls_ecc_curve_get() was added.Nikos Mavrogiannopoulos2011-06-042-0/+2
* The PRF is now read from the ciphersuite table.Nikos Mavrogiannopoulos2011-06-041-4/+20
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-0414-453/+568
* Allow all SHA algorithms for DSA signatures.Nikos Mavrogiannopoulos2011-06-042-2/+10
* fixes for http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00Nikos Mavrogiannopoulos2011-06-031-0/+5
* simplified _gnutls_selected_cert_supported_kx().Nikos Mavrogiannopoulos2011-06-033-16/+9
* Truncation of ECDSA and DSA signatures moved to _wrap_nettle_pk_sign()Nikos Mavrogiannopoulos2011-06-033-10/+24
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-0310-526/+183
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-035-41/+58
* updatedNikos Mavrogiannopoulos2011-06-031-7/+9
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-0225-438/+374
* typos and date fix in license.Nikos Mavrogiannopoulos2011-06-014-21/+16
* corrected typo.Nikos Mavrogiannopoulos2011-06-011-1/+1