summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update gnulib files.Simon Josefsson2009-11-095-81/+6
* More dead code removed. Based on suggestions by Steve Grubb and Tomaz MrazNikos Mavrogiannopoulos2009-11-061-22/+6
* Simplified code which was based on older version of internal structures.Nikos Mavrogiannopoulos2009-11-061-21/+12
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-053-9/+7
* Bump versions.Simon Josefsson2009-11-052-2/+2
* Update gnulib files.Simon Josefsson2009-11-051-1/+1
* Update gnulib files.Simon Josefsson2009-11-052-1/+4
* Make sure libgcrypt's dependency on libgpg-error is known.Simon Josefsson2009-11-051-1/+1
* Indent code.Simon Josefsson2009-11-0549-1102/+1237
* Fix NEWS blurb. Shorten new API name.Simon Josefsson2009-11-053-7/+8
* Doc fix, add Since tag.Simon Josefsson2009-11-051-20/+21
* Indent code.Simon Josefsson2009-11-051-97/+114
* Fix compile errors.Simon Josefsson2009-11-051-2/+1
* Fix compile errors.Simon Josefsson2009-11-051-0/+1
* Update gnulib files.Simon Josefsson2009-11-053-1/+56
* Sync with TP.Simon Josefsson2009-11-051-375/+510
* Update gnulib files.Simon Josefsson2009-11-0318-31/+54
* 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-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
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-0111-79/+109
* 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-281-5/+8
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-262-50/+53
* Update gnulib files.Simon Josefsson2009-10-263-101/+129
* 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-256-95/+180
* Corrected warnings in picky compilers and rearanged code.Nikos Mavrogiannopoulos2009-10-251-128/+125
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-249-169/+334
* 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
* Update gnulib files.Simon Josefsson2009-10-156-5/+62
* Export C++ symbol visibility.Simon Josefsson2009-10-151-4/+11
* Regenerate.Simon Josefsson2009-10-141-0/+8
* Work around 'Cannot find OID: 1.2.840.113549.1.9.21' PKCS#12 problem.Simon Josefsson2009-10-141-0/+2
* After setting priorities using new API, update current TLS version.Simon Josefsson2009-10-071-0/+7
* Bump versions.Simon Josefsson2009-10-062-2/+2
* Update gnulib files.Simon Josefsson2009-10-065-3/+31
* Fix symbol export rules.Simon Josefsson2009-10-061-1/+5
* Include config.h.Simon Josefsson2009-10-061-0/+4
* Reserve enough room for hash buffers.Daiki Ueno2009-10-011-2/+2
* Update gnulib files.Simon Josefsson2009-09-305-15/+63
* Attempt to negotiate TLS 1.2 by default.Simon Josefsson2009-09-301-1/+1
* Fix comment.Simon Josefsson2009-09-301-2/+2
* Fix server-side TLS 1.2 support.Daiki Ueno2009-09-306-9/+47