summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preparing for release.gnutls_2_12_6Nikos Mavrogiannopoulos2011-06-045-5/+11
* Follow http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00 in DSA s...Nikos Mavrogiannopoulos2011-06-045-37/+28
* updatesNikos Mavrogiannopoulos2011-06-011-3/+3
* Added parameter generation section.Nikos Mavrogiannopoulos2011-05-311-16/+62
* Compatibility text updated.Nikos Mavrogiannopoulos2011-05-311-15/+16
* documented fix.Nikos Mavrogiannopoulos2011-05-281-1/+7
* 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
* updated documentation on PSK.Nikos Mavrogiannopoulos2011-05-251-5/+5
* PSK examplesGiuseppe Scrivano2011-05-251-1/+1
* 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-222-6/+15
* corrected file descriptor leak.Nikos Mavrogiannopoulos2011-05-221-0/+1
* corrected bug in load-pubkey.Nikos Mavrogiannopoulos2011-05-221-1/+1
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
* reduce the repetitions for rabin-miller to a sensible value.Nikos Mavrogiannopoulos2011-05-161-1/+1
* updatedNikos Mavrogiannopoulos2011-05-141-3/+3
* releasedgnutls_2_12_5Nikos Mavrogiannopoulos2011-05-141-1/+1
* bumped versionNikos Mavrogiannopoulos2011-05-114-5/+5
* updatedNikos Mavrogiannopoulos2011-05-101-0/+3
* Correctly import and export pkcs11-urls with ID field set.Nikos Mavrogiannopoulos2011-05-103-44/+36
* update on compatibility issues text.Nikos Mavrogiannopoulos2011-05-091-6/+5
* doc update in gnutls_pkcs11_init()Nikos Mavrogiannopoulos2011-05-091-2/+3
* removed references that produced nothing in pdf.Nikos Mavrogiannopoulos2011-05-081-3/+4
* restructuring of nodes.Nikos Mavrogiannopoulos2011-05-081-4/+20
* Added discussion on compatibility issues.Nikos Mavrogiannopoulos2011-05-081-0/+26
* removed merge artifactNikos Mavrogiannopoulos2011-05-071-34/+0
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-076-2/+124
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-0710-149/+409
* gnutls_pkcs11_privkey_import_url() will correctly set algorithm of private key.Nikos Mavrogiannopoulos2011-05-071-4/+38
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-073-8/+3
* Do not use /tmp for temporary file. Just use the local (test) directory.Nikos Mavrogiannopoulos2011-05-071-6/+7
* documented guile fix.gnutls_2_12_4Nikos Mavrogiannopoulos2011-05-061-0/+4
* bumped version.Nikos Mavrogiannopoulos2011-05-066-8/+35159
* added Kalle.Nikos Mavrogiannopoulos2011-05-051-1/+1
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-056-7/+17
* 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-035-1/+46
* Grammar fix: allows *one* to ...Andreas Metzler2011-05-011-1/+1
* escape dashes in manpageAndreas Metzler2011-05-011-4/+4
* guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.Ludovic Courtès2011-04-2812-154/+139
* removed pakchois dependencyNikos Mavrogiannopoulos2011-04-231-1/+1
* Removed incorrect test on IPAddresses (was relying on IPaddresses encoded as ...gnutls_2_12_3Nikos Mavrogiannopoulos2011-04-221-84/+0
* updated changelog.Nikos Mavrogiannopoulos2011-04-222-35095/+1704
* releasedNikos Mavrogiannopoulos2011-04-221-1/+1
* corrected typeNikos Mavrogiannopoulos2011-04-221-1/+1
* bumped versionNikos Mavrogiannopoulos2011-04-214-4/+4
* document fixes.Nikos Mavrogiannopoulos2011-04-211-0/+2
* gnutls_x509_crt_check_hostname() will never compare against IPaddress.Nikos Mavrogiannopoulos2011-04-211-10/+0