summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Nikos Mavrogiannopoulos2011-05-0718-30/+103
| | | | session with several important issues.
* 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
| | | | URLs).
* 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 ↵Nikos Mavrogiannopoulos2011-05-051-0/+39
| | | | wildcards.
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were ↵Nikos Mavrogiannopoulos2011-05-055-7/+14
| | | | present. Set a limit on 6 wildcards to avoid any denial of service attack. Reported by Kalle Olavi Niemitalo.
* Use c_toupper to avoid converting characters non in the english ASCII set. ↵Nikos Mavrogiannopoulos2011-05-052-3/+5
| | | | Reported by Kalle Olavi Niemitalo.
* use > 0 instead of == 1.Nikos Mavrogiannopoulos2011-05-051-1/+1
|
* Added gnutls_certificate_get_issuer() to allow getting the issuer a ↵Nikos Mavrogiannopoulos2011-05-039-16/+291
| | | | certificate from the certificate credentials structure.
* escape dashes in manpageAndreas Metzler2011-05-011-4/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* 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
| | | | | This fix makes tests behave correctly wrt. to the Guile bug fix at <http://git.sv.gnu.org/cgit/guile.git/commit/?id=e309f3bf9ee910c4772353ca3ff95f6f4ef466b5>.
* 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 ↵Nikos Mavrogiannopoulos2011-04-231-0/+1
| | | | sources.
* 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
| | | | text)
* gnutls_x509_crt_check_hostname() will never compare against IPaddress.Nikos Mavrogiannopoulos2011-04-211-10/+0
| | | | (previous comparison was flawed)
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-2110-228/+259
| | | | | | gnutls_certificate_set_retrieve_function(). The new one is a efficient for busy servers because it eliminates the need for the server to encode the certificate to DER format.
* 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
| | | | | | that we don't follow RFC5246 by letter, but there wasn't any other implementation using the sign_algorithm part of the certificate selection, and this helps reduce complexity.
* 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
|
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-1741-792/+811
| | | | | | | This results to a gnutls_pcert_st struct exported in abstract.h. This change will allow a certificate retrieval callback that does not require gnutls to decode or encode the provided certificate.