summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* Backported fix for receiving session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-301-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-221-2/+0
* Be tolerant in ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-1/+1
* When selecting a session signature algorithm consider the enabled.Nikos Mavrogiannopoulos2012-08-171-0/+3
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-091-1/+1
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-021-13/+30
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-2510-12/+10
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-2111-49/+50
* Run 'make update-copyright'.Simon Josefsson2012-01-1617-24/+19
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* If a ticket is sent to client then don't store the session information in the...Nikos Mavrogiannopoulos2011-12-111-0/+2
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-071-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-0317-65/+44
* documentation fixesNikos Mavrogiannopoulos2011-07-234-10/+10
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-238-40/+24
* bit fields changed to unsigned.Nikos Mavrogiannopoulos2011-06-161-3/+3
* Remove unused variablesStef Walter2011-06-061-2/+1
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-8/+1
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-031-1/+0
* updatedNikos Mavrogiannopoulos2011-06-031-7/+9
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* Added new headers.gnutls_2_99_2Nikos Mavrogiannopoulos2011-05-261-1/+1
* reduced debugging.Nikos Mavrogiannopoulos2011-05-261-1/+0
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+1
* Only reply with ECC Packet format extension if we have negotiated ECC.Nikos Mavrogiannopoulos2011-05-221-0/+3
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-1/+1
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-212-38/+3
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-213-3/+3
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-203-1/+340
* Some debugging moved to a higher level.Nikos Mavrogiannopoulos2011-05-171-2/+2
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-202-61/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-172-33/+9
* removed conditional compilationNikos Mavrogiannopoulos2011-04-161-4/+0
* removed conditional compilation.Nikos Mavrogiannopoulos2011-04-161-3/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-1615-0/+3404