summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.eccNikos Mavrogiannopoulos2011-05-2046-17/+2655
* more win32 fixes.Nikos Mavrogiannopoulos2011-05-172-45/+37
* corrections in win32 version.Nikos Mavrogiannopoulos2011-05-171-9/+9
* Some debugging moved to a higher level.Nikos Mavrogiannopoulos2011-05-172-7/+7
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-176-171/+372
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
* assign valueNikos Mavrogiannopoulos2011-05-161-1/+1
* reduce the repetitions for rabin-miller to a sensible value.Nikos Mavrogiannopoulos2011-05-161-1/+1
* discuss missing algorithms.Nikos Mavrogiannopoulos2011-05-141-0/+18
* updatedNikos Mavrogiannopoulos2011-05-101-0/+3
* Correctly import and export pkcs11-urls with ID field set.Nikos Mavrogiannopoulos2011-05-103-44/+36
* eliminated last instances of strcpy() and strcat() to keep pendantics happy.Nikos Mavrogiannopoulos2011-05-108-53/+54
* 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
* Added missing nodes.Nikos Mavrogiannopoulos2011-05-081-1/+7
* Added discussion on compatibility issues.Nikos Mavrogiannopoulos2011-05-081-0/+25
* undef X509_NAME before including openssl.h.Nikos Mavrogiannopoulos2011-05-071-1/+8
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-0718-30/+103
* updatesNikos Mavrogiannopoulos2011-05-072-4/+10
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-076-2/+92
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-079-150/+397
* 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
* Added a check to verify that we don't try forever trying to verify too many w...Nikos Mavrogiannopoulos2011-05-051-0/+39
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-055-7/+14
* Use c_toupper to avoid converting characters non in the english ASCII set. Re...Nikos Mavrogiannopoulos2011-05-052-3/+5
* use > 0 instead of == 1.Nikos Mavrogiannopoulos2011-05-051-1/+1
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-039-16/+291
* escape dashes in manpageAndreas Metzler2011-05-011-4/+4
* Added missing m4 gl files.Nikos Mavrogiannopoulos2011-05-0151-75/+3924
* documented previous updates.Nikos Mavrogiannopoulos2011-05-011-2/+6
* Check for openssl 1.0.x to test DTLS.Nikos Mavrogiannopoulos2011-04-301-0/+6
* guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.Ludovic Courtès2011-04-2812-152/+137
* removed pakchois dependencyNikos Mavrogiannopoulos2011-04-231-1/+1
* updated for releasegnutls_2_99_1Nikos Mavrogiannopoulos2011-04-232-3/+8
* added missing header.Nikos Mavrogiannopoulos2011-04-231-0/+1
* pass tag=CC to libtool. It seems automake cannot really work with assembler s...Nikos Mavrogiannopoulos2011-04-231-0/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-04-232-2/+2
* start counting from 2009 for ChangeLog.Nikos Mavrogiannopoulos2011-04-221-1/+1
* Removed incorrect test on IPAddresses (was relying on IPaddresses encoded as ...Nikos Mavrogiannopoulos2011-04-221-84/+0
* gnutls_x509_crt_check_hostname() will never compare against IPaddress.Nikos Mavrogiannopoulos2011-04-211-10/+0
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-2110-228/+259
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-203-1/+26
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-206-78/+9
* Added readme for libcfg.Nikos Mavrogiannopoulos2011-04-202-1/+7
* No need to check for -maes and -mpclmul with the current AES-NI code.Nikos Mavrogiannopoulos2011-04-201-4/+3
* updatedNikos Mavrogiannopoulos2011-04-171-0/+2