summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more files to ignoreNikos Mavrogiannopoulos2012-02-102-0/+2
* avoid headers in tablesNikos Mavrogiannopoulos2012-02-103-0/+6
* documentation updateNikos Mavrogiannopoulos2012-02-101-3/+3
* documentation updateNikos Mavrogiannopoulos2012-02-101-1/+2
* updated doc generationNikos Mavrogiannopoulos2012-02-104-14/+52
* doc fixesNikos Mavrogiannopoulos2012-02-103-6/+6
* updated NEWSNikos Mavrogiannopoulos2012-02-101-1/+1
* added missing filesNikos Mavrogiannopoulos2012-02-101-1/+2
* resolve port only when needed to.Nikos Mavrogiannopoulos2012-02-101-2/+2
* updated makefileNikos Mavrogiannopoulos2012-02-101-4/+4
* fix in non-blocking case.Nikos Mavrogiannopoulos2012-02-101-6/+9
* small correctionNikos Mavrogiannopoulos2012-02-101-1/+1
* corrected subdirs for liboptsNikos Mavrogiannopoulos2012-02-102-5/+7
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-1020-90/+1
* fixNikos Mavrogiannopoulos2012-02-102-1/+4
* fix compilationNikos Mavrogiannopoulos2012-02-103-10/+1
* fixed leakNikos Mavrogiannopoulos2012-02-101-11/+17
* cleanup enable/disable options stuff.Nikos Mavrogiannopoulos2012-02-102-20/+27
* fixes to allow libopts to compile in windowsNikos Mavrogiannopoulos2012-02-105-6/+10
* corrected typoNikos Mavrogiannopoulos2012-02-101-1/+1
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-106-38/+107
* use getservbyport() to obtain the service name.Nikos Mavrogiannopoulos2012-02-103-29/+31
* added serventNikos Mavrogiannopoulos2012-02-102-2/+3
* use updated apiNikos Mavrogiannopoulos2012-02-102-6/+6
* updated for new eagain-common.hNikos Mavrogiannopoulos2012-02-101-1/+3
* Removed the application field and added an expiration field.Nikos Mavrogiannopoulos2012-02-105-39/+44
* updated exampleNikos Mavrogiannopoulos2012-02-101-2/+7
* More robust behavior against packet lossNikos Mavrogiannopoulos2012-02-102-73/+75
* removed unneeded function.Nikos Mavrogiannopoulos2012-02-092-8/+0
* updated exampleNikos Mavrogiannopoulos2012-02-091-1/+1
* updatedNikos Mavrogiannopoulos2012-02-091-1/+5
* prevent sending EOF to caller.Nikos Mavrogiannopoulos2012-02-091-0/+1
* print client/server when in debuggingNikos Mavrogiannopoulos2012-02-096-6/+18
* Added Sean.Nikos Mavrogiannopoulos2012-02-093-1/+6
* tests print server or client side in debugging output.Nikos Mavrogiannopoulos2012-02-087-9/+29
* gnutls_record_check_pending() accounts data not yet processed.Nikos Mavrogiannopoulos2012-02-086-39/+50
* avoid many allocations for transmitting DTLS packets.Nikos Mavrogiannopoulos2012-02-081-7/+24
* mini-loss2 is more robust.Nikos Mavrogiannopoulos2012-02-084-642/+336
* DTLS is more tolerant in packet loss during last flight.Nikos Mavrogiannopoulos2012-02-084-13/+68
* Added test program mini-loss2.Nikos Mavrogiannopoulos2012-02-083-1/+367
* updated examplesNikos Mavrogiannopoulos2012-02-089-9/+9
* enable crywrap only if function daemon exists.Nikos Mavrogiannopoulos2012-02-081-4/+8
* Be conservative when sending GNUTLS_E_AGAIN and check for a DTLS timeout before.Nikos Mavrogiannopoulos2012-02-083-11/+13
* added strndup and updated gnulib.Nikos Mavrogiannopoulos2012-02-0836-83/+213
* Added test to simulate loss of packets in DTLS.Nikos Mavrogiannopoulos2012-02-084-1/+337
* DTLS fixes.Nikos Mavrogiannopoulos2012-02-084-25/+44
* Discard unexpected handshake or other packets in DTLSNikos Mavrogiannopoulos2012-02-071-19/+27
* initial_negotiation_completed type changed to unsignedNikos Mavrogiannopoulos2012-02-071-1/+1
* Included missing file in windows builds.Nikos Mavrogiannopoulos2012-02-071-1/+2
* Corrected check for the callback for gnutls_certificate_set_retrieve_function...Nikos Mavrogiannopoulos2012-02-061-1/+1