summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bumped library versiongnutls_2_12_8Nikos Mavrogiannopoulos2011-08-081-1/+1
* Prevent from loading twice the same module.Nikos Mavrogiannopoulos2011-08-081-4/+17
* better placement of ifdefs.Nikos Mavrogiannopoulos2011-08-051-3/+3
* corrected uninitialized warning.Nikos Mavrogiannopoulos2011-08-011-6/+2
* Don't try to do PKCS#11 login if session is already logged in.Stef Walter2011-08-011-0/+10
* When finding private keys fail, return error code.Stef Walter2011-08-011-2/+4
* pkcs11: Use p11_kit_pin_xxx() functionality when 'pinfile' is in uris.Stef Walter2011-08-015-79/+201
* Use pkcs11.h specification file from p11-kit.Stef Walter2011-08-012-1/+2
* Fix up compiler warnings.Stef Walter2011-08-011-4/+2
* The attached patch ports gnutls to p11-kit.Stef Walter2011-08-0119-4284/+994
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-314-3/+70
* checking converted to gnutls_cert from pcert.Nikos Mavrogiannopoulos2011-07-311-3/+3
* removed unused variableNikos Mavrogiannopoulos2011-07-311-1/+0
* bumped version to 2.12.8Nikos Mavrogiannopoulos2011-07-311-1/+1
* Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.Nikos Mavrogiannopoulos2011-07-313-0/+70
* only add zlib.pc if found. Corrected libs.private in nettle case.Nikos Mavrogiannopoulos2011-07-272-4/+11
* Replaced all occurences of gcry_sexp_nth_mpi (..., 0) withAndreas Metzler2011-07-251-16/+16
* writev_emu: stop on the first incomplete writeSjoerd Simons2011-07-251-0/+3
* Honor uninitialized private key in destructorPetr Písař2011-07-231-0/+2
* Crippled status of gnutls_x509_privkey_t was removed to avoid thread safety i...Nikos Mavrogiannopoulos2011-07-234-80/+26
* bumped version.gnutls_2_12_7_aNikos Mavrogiannopoulos2011-06-182-2/+2
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ...Nikos Mavrogiannopoulos2011-06-171-1/+8
* Corrections on security officer login.Nikos Mavrogiannopoulos2011-06-161-1/+1
* The CKA_SUBJECT must be specified for a certificate.Rickard Bellgrim2011-06-161-1/+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-7/+6
* 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
* corrected .so version number.gnutls_2_12_6_1Nikos Mavrogiannopoulos2011-06-051-1/+1
* preparing for release.gnutls_2_12_6Nikos Mavrogiannopoulos2011-06-042-2/+2
* Follow http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00 in DSA s...Nikos Mavrogiannopoulos2011-06-045-37/+28
* Properly restore compression method on session resumption. Reported by Dash S...Nikos Mavrogiannopoulos2011-05-281-0/+1
* Added gnutls_global_set_time_function() that allows overriding theNikos Mavrogiannopoulos2011-05-2619-22/+41
* do not try to write to a socket when no data.Nikos Mavrogiannopoulos2011-05-251-0/+6
* gnutls_pubkey_get_pk_dsa_raw() and gnutls_pubkey_get_pk_rsa_rawNikos Mavrogiannopoulos2011-05-221-6/+6
* corrected file descriptor leak.Nikos Mavrogiannopoulos2011-05-221-0/+1
* reduce the repetitions for rabin-miller to a sensible value.Nikos Mavrogiannopoulos2011-05-161-1/+1
* bumped versionNikos Mavrogiannopoulos2011-05-112-3/+3
* Correctly import and export pkcs11-urls with ID field set.Nikos Mavrogiannopoulos2011-05-103-44/+36
* doc update in gnutls_pkcs11_init()Nikos Mavrogiannopoulos2011-05-091-2/+3
* removed merge artifactNikos Mavrogiannopoulos2011-05-071-34/+0
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-074-0/+108
* gnutls_pkcs11_privkey_import_url() will correctly set algorithm of private key.Nikos Mavrogiannopoulos2011-05-071-4/+38
* bumped version.Nikos Mavrogiannopoulos2011-05-062-4/+4
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-054-7/+13
* Use c_toupper to avoid converting characters non in the english ASCII set. Re...Nikos Mavrogiannopoulos2011-05-052-3/+5
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-033-0/+36
* removed pakchois dependencyNikos Mavrogiannopoulos2011-04-231-1/+1
* bumped versionNikos Mavrogiannopoulos2011-04-212-2/+2