summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generated.gnutls_2_9_8Simon Josefsson2009-11-051-0/+415
* Version 2.9.8.Simon Josefsson2009-11-051-1/+1
* Update gnulib files.Simon Josefsson2009-11-051-1/+1
* Update gnulib files.Simon Josefsson2009-11-0510-9/+165
* Make sure libgcrypt's dependency on libgpg-error is known.Simon Josefsson2009-11-051-1/+1
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* Indent code.Simon Josefsson2009-11-0592-1542/+1732
* Fix API name change.Simon Josefsson2009-11-052-2/+2
* Fix NEWS blurb. Shorten new API name.Simon Josefsson2009-11-055-12/+22
* Doc fix, add Since tag.Simon Josefsson2009-11-051-20/+21
* Indent code.Simon Josefsson2009-11-051-97/+114
* Fix compile error.Simon Josefsson2009-11-052-2/+4
* Fix compile errors.Simon Josefsson2009-11-051-2/+1
* Fix compile errors.Simon Josefsson2009-11-051-0/+1
* Update gnulib files.Simon Josefsson2009-11-057-2/+114
* Add.Simon Josefsson2009-11-051-0/+3
* Sync with TP.Simon Josefsson2009-11-051-375/+510
* Use INET_NTOP_LIB and INET_PTON_LIB.Simon Josefsson2009-11-033-3/+3
* Update gnulib files.Simon Josefsson2009-11-0355-113/+172
* Fix.Simon Josefsson2009-11-021-14/+20
* Fix time bomb in chainverify self-test.Simon Josefsson2009-11-021-0/+15
* Documented change for certificate retrieval callbacks.Nikos Mavrogiannopoulos2009-11-011-1/+5
* do not use gnutls_x509_crt_get_signature_algorithm() on null certificates.Nikos Mavrogiannopoulos2009-11-011-26/+29
* Do not check signature algorithms for certificate selection when using openpg...Nikos Mavrogiannopoulos2009-11-011-2/+6
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-0/+3
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-018-123/+30
* Rationalized function names for signature generation and verification during ...Nikos Mavrogiannopoulos2009-11-016-22/+22
* Do not output error if a server replies with a SignatureAlgorithms extension.Nikos Mavrogiannopoulos2009-11-011-1/+5
* RSA_SHA -> RSA_SHA1Nikos Mavrogiannopoulos2009-11-012-2/+2
* Documented memory leak fix.Nikos Mavrogiannopoulos2009-11-011-0/+3
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-0115-79/+191
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-0121-190/+922
* fixes in order to compile with -WerrorNikos Mavrogiannopoulos2009-11-011-5/+0
* remove unnessesary warning.Nikos Mavrogiannopoulos2009-11-012-2/+2
* correctly check extension size.Nikos Mavrogiannopoulos2009-10-311-1/+1
* When resuming a session do not overwrite the initial session data with resumedNikos Mavrogiannopoulos2009-10-282-5/+11
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-263-75/+84
* Update gnulib files.Simon Josefsson2009-10-266-202/+258
* Drop unknown mini-hfail.Simon Josefsson2009-10-261-6/+4
* Add.Simon Josefsson2009-10-261-0/+2
* Enable ClientHello to carry arbitrary length extension data.Daiki Ueno2009-10-251-26/+42
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-257-95/+182
* Corrected warnings in picky compilers and rearanged code.Nikos Mavrogiannopoulos2009-10-252-128/+131
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-2414-249/+483
* Do not print auto-generated files.Nikos Mavrogiannopoulos2009-10-241-0/+6
* Add.Simon Josefsson2009-10-231-0/+1
* Fix forgotten braces.Simon Josefsson2009-10-231-2/+4
* Indent code.Simon Josefsson2009-10-231-860/+915
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-2310-139/+279