summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* removed debugging.Nikos Mavrogiannopoulos2011-05-201-5/+0
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-2046-17/+2655
* Some debugging moved to a higher level.Nikos Mavrogiannopoulos2011-05-172-7/+7
* assign valueNikos Mavrogiannopoulos2011-05-161-1/+1
* reduce the repetitions for rabin-miller to a sensible value.Nikos Mavrogiannopoulos2011-05-161-1/+1
* 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
* doc update in gnutls_pkcs11_init()Nikos Mavrogiannopoulos2011-05-091-2/+3
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-0714-19/+72
* updatesNikos Mavrogiannopoulos2011-05-071-4/+4
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-074-1/+75
* gnutls_pkcs11_privkey_import_url() will correctly set algorithm of private key.Nikos Mavrogiannopoulos2011-05-071-4/+38
* _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
* 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-035-15/+91
* removed pakchois dependencyNikos Mavrogiannopoulos2011-04-231-1/+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
* 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-216-27/+111
* 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
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-1741-792/+811
* Restored HMAC-MD5 for compatibility. Although considered weak, several sites ...Nikos Mavrogiannopoulos2011-04-171-3/+4
* Try to detect AES-NI on Intel and AMD machines only.Nikos Mavrogiannopoulos2011-04-161-0/+23
* Added Andy Polyakov's version of AES-NI optimizations.Nikos Mavrogiannopoulos2011-04-1610-4645/+1703
* Link with pthreads.Nikos Mavrogiannopoulos2011-04-161-1/+2
* corrected filenameNikos Mavrogiannopoulos2011-04-161-1/+1
* removed conditional compilationNikos Mavrogiannopoulos2011-04-161-4/+0
* removed conditional compilation.Nikos Mavrogiannopoulos2011-04-161-3/+0
* use correct header.Nikos Mavrogiannopoulos2011-04-161-1/+1
* documented directories.Nikos Mavrogiannopoulos2011-04-161-1/+14
* Moved cryptodev to accelerated/Nikos Mavrogiannopoulos2011-04-165-5/+4
* Session tickets are included unconditionally.Nikos Mavrogiannopoulos2011-04-162-6/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-1651-104/+180
* Corrected SSLv2 header parsing.Nikos Mavrogiannopoulos2011-04-151-1/+1
* removed text about select().Nikos Mavrogiannopoulos2011-04-141-6/+0
* check for libdl that pakchois needs.Nikos Mavrogiannopoulos2011-04-131-1/+1
* Added readme about pakchois and removed checksNikos Mavrogiannopoulos2011-04-132-4/+4
* Added missing const.Nikos Mavrogiannopoulos2011-04-131-1/+1
* Updates in the AES-NI accelerator.Nikos Mavrogiannopoulos2011-04-124-89/+15
* Added gnutls_cipher_set_iv().Nikos Mavrogiannopoulos2011-04-123-0/+20
* Increased priority of CPU assisted ciphers.Nikos Mavrogiannopoulos2011-04-123-11/+12
* Added README explaining the usage of Intel AES library.Nikos Mavrogiannopoulos2011-04-113-2/+5
* Corrected parsing error in TLS, when many handshake messagesNikos Mavrogiannopoulos2011-04-111-5/+12
* fixes in acceleration detection.Nikos Mavrogiannopoulos2011-04-1113-224/+4886
* Purged all references of LZO.Nikos Mavrogiannopoulos2011-04-111-3/+0
* gnutls_transport_set_global_errno() is no more.Nikos Mavrogiannopoulos2011-04-112-47/+0
* Support for liblzo was dropped.Nikos Mavrogiannopoulos2011-04-105-131/+3