summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updategnutls_3_2_3pre0Nikos Mavrogiannopoulos2013-07-291-0/+3
* Removed LGPLv3 gnulib components.Nikos Mavrogiannopoulos2013-07-2954-10113/+14
* released 3.2.3pre0Nikos Mavrogiannopoulos2013-07-281-1/+1
* Added new functionsNikos Mavrogiannopoulos2013-07-282-0/+9
* bumped versionNikos Mavrogiannopoulos2013-07-283-5/+5
* use common macros to calculate the overhead.Nikos Mavrogiannopoulos2013-07-282-9/+7
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-288-19/+27
* test sending and receiving the maximum allowed TLS buffer size.Nikos Mavrogiannopoulos2013-07-281-5/+43
* corrected guile-site-dir option. Patch by Steve Erhart.Nikos Mavrogiannopoulos2013-07-281-1/+1
* Do not count pad and MAC as received data.Nikos Mavrogiannopoulos2013-07-271-0/+2
* simplified decrypted data allocation.Nikos Mavrogiannopoulos2013-07-261-2/+1
* doc updateNikos Mavrogiannopoulos2013-07-261-0/+3
* small optimizations.Nikos Mavrogiannopoulos2013-07-263-16/+17
* When in compatibility mode allow for larger record sizes than the maximum.Nikos Mavrogiannopoulos2013-07-262-3/+7
* Updated mini test.Nikos Mavrogiannopoulos2013-07-262-7/+13
* Applied Bruce Korb's fix on unacceptable chars.Nikos Mavrogiannopoulos2013-07-251-4/+4
* Revert "Ignore non-ascii characters in configuration file."Nikos Mavrogiannopoulos2013-07-251-2/+1
* test also the number of ciphers.Nikos Mavrogiannopoulos2013-07-251-14/+27
* Added helper functions to export the available ciphers in a priority structureNikos Mavrogiannopoulos2013-07-254-1/+73
* doc updateNikos Mavrogiannopoulos2013-07-251-0/+8
* Added a test that checks whether the priorities behave as expected (depends o...Nikos Mavrogiannopoulos2013-07-252-1/+102
* When adding a bulk of priorities make sure they don't replace the whole list....Nikos Mavrogiannopoulos2013-07-251-1/+1
* doc updateNikos Mavrogiannopoulos2013-07-251-3/+3
* updated docNikos Mavrogiannopoulos2013-07-251-1/+4
* Ignore non-ascii characters in configuration file.Nikos Mavrogiannopoulos2013-07-241-1/+2
* make sure that the .info files are as new as the pdfs and html.Nikos Mavrogiannopoulos2013-07-231-1/+1
* X.509 server example updated to include OCSP staplingNikos Mavrogiannopoulos2013-07-192-2/+14
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-07-191-0/+3
* doc updateNikos Mavrogiannopoulos2013-07-191-0/+8
* gnutls priority string parsing bug fixStefan Bühler2013-07-191-8/+9
* Disable tests that use socketpair on _WIN32.Adam Sampson2013-07-178-10/+110
* Use socketpair() rather than TCP connections.Adam Sampson2013-07-178-652/+196
* Detect socket() error responses correctly.Adam Sampson2013-07-178-8/+8
* Avoid depending on hash order in gdoc.Adam Sampson2013-07-171-35/+37
* Run DTLS tests under reliable transports to avoid unexpected packet loss.Nikos Mavrogiannopoulos2013-07-156-6/+6
* Link with librt when needed. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-151-1/+1
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-155-14/+26
* updated w32 makefileNikos Mavrogiannopoulos2013-07-141-4/+4
* updated gnulibNikos Mavrogiannopoulos2013-07-1428-160/+246
* released 3.2.2gnutls_3_2_2Nikos Mavrogiannopoulos2013-07-141-1/+2
* doc updateNikos Mavrogiannopoulos2013-07-131-4/+5
* typo fixNikos Mavrogiannopoulos2013-07-131-1/+1
* gnutls-cli -l prints the supported digest algorithms as well.Nikos Mavrogiannopoulos2013-07-131-0/+14
* corrected return value.Nikos Mavrogiannopoulos2013-07-131-4/+4
* Check for nanosleep in librt, when not in libc. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-131-1/+5
* corrected typoNikos Mavrogiannopoulos2013-07-121-2/+2
* updatedNikos Mavrogiannopoulos2013-07-121-1/+10
* try to reduce memory in internal structureNikos Mavrogiannopoulos2013-07-111-12/+12
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-116-17/+27
* Revert "simplified hook function, to apply only to post-processing or generat...Nikos Mavrogiannopoulos2013-07-113-8/+24