summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added dategnutls_3_0_13Nikos Mavrogiannopoulos2012-02-181-1/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-1822-65/+65
* Added new functionsNikos Mavrogiannopoulos2012-02-181-0/+5
* verify that the correct error code is returnedNikos Mavrogiannopoulos2012-02-181-0/+5
* do not stick parameters to the next word.Nikos Mavrogiannopoulos2012-02-181-5/+5
* return the documented error codeNikos Mavrogiannopoulos2012-02-181-1/+1
* copy gnutls.epub to webdirNikos Mavrogiannopoulos2012-02-181-0/+1
* gaa is no longer neededNikos Mavrogiannopoulos2012-02-181-1/+0
* Set the handshake type when calling record_add_to_buffers().Nikos Mavrogiannopoulos2012-02-181-2/+5
* do not try to verify certificates when not needed.Nikos Mavrogiannopoulos2012-02-181-2/+4
* properly report unexpected EOF.Nikos Mavrogiannopoulos2012-02-183-10/+6
* increase the total timeout in the tests since they seem to exceed the default...Nikos Mavrogiannopoulos2012-02-181-1/+4
* Do not update twice the DTLS retransmission timer on finished messages. Repor...Nikos Mavrogiannopoulos2012-02-181-1/+0
* Cleanups in DTLS timers usage.Nikos Mavrogiannopoulos2012-02-181-23/+23
* corrected memory leakNikos Mavrogiannopoulos2012-02-181-1/+1
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-189-46/+330
* corrected var namesNikos Mavrogiannopoulos2012-02-182-4/+4
* updated docNikos Mavrogiannopoulos2012-02-171-2/+2
* Added missing functions.Nikos Mavrogiannopoulos2012-02-171-0/+3
* corrected typoNikos Mavrogiannopoulos2012-02-171-1/+1
* Added gnutls_dtls_get_timeout()Nikos Mavrogiannopoulos2012-02-175-3/+40
* Fix file leak in an example application.Giuseppe Scrivano2012-02-161-0/+2
* Added more tests.Nikos Mavrogiannopoulos2012-02-162-0/+2
* Modified the trust_db API to avoid dependendance on a structure.Nikos Mavrogiannopoulos2012-02-163-62/+42
* Prevent any handshake packet except client hello to trigger a rehandshake err...Nikos Mavrogiannopoulos2012-02-161-2/+4
* doc updatesNikos Mavrogiannopoulos2012-02-152-18/+21
* make the default storage backend thread safe.Nikos Mavrogiannopoulos2012-02-152-4/+23
* added more test casesNikos Mavrogiannopoulos2012-02-152-0/+2
* updatedNikos Mavrogiannopoulos2012-02-151-4/+5
* Corrected DTLS retransmission in non-blocking mode. Based on patch by Sean Bu...Nikos Mavrogiannopoulos2012-02-151-3/+1
* The hash in gnutls_store_commitment() is specified in raw format.Nikos Mavrogiannopoulos2012-02-154-10/+15
* doc updatesNikos Mavrogiannopoulos2012-02-142-25/+21
* removed unneeded file.Nikos Mavrogiannopoulos2012-02-141-19558/+0
* break long strings.Nikos Mavrogiannopoulos2012-02-146-99/+63
* documented added functionNikos Mavrogiannopoulos2012-02-142-0/+2
* Added tests for non-blocking DTLSNikos Mavrogiannopoulos2012-02-144-7/+46
* Added ability to store commitments (hashes) of public keys.Nikos Mavrogiannopoulos2012-02-145-37/+277
* Avoid generation of invoke-* in platforms other than the developmentNikos Mavrogiannopoulos2012-02-141-16/+43
* more testsNikos Mavrogiannopoulos2012-02-141-0/+1
* added cleanup-autogen.plNikos Mavrogiannopoulos2012-02-142-1/+9
* reset sliding window size on new epochsNikos Mavrogiannopoulos2012-02-141-0/+2
* added more tests and updated to compile with gnutls' optionsNikos Mavrogiannopoulos2012-02-142-36/+72
* Added DTLS-stress test.Nikos Mavrogiannopoulos2012-02-145-1/+848
* Added rules to build epub version.Nikos Mavrogiannopoulos2012-02-143-0/+190
* discard unexpected buffered changecipherspecNikos Mavrogiannopoulos2012-02-142-1/+15
* simplified sliding window. Now a different window is kept per epoch.Nikos Mavrogiannopoulos2012-02-145-31/+18
* documentation updateNikos Mavrogiannopoulos2012-02-141-1/+1
* updated documentation for included programs.Nikos Mavrogiannopoulos2012-02-143-22/+91
* handle GNUTLS_E_INTERRUPTED when in DTLS mode.Nikos Mavrogiannopoulos2012-02-144-6/+9
* added a valid templateNikos Mavrogiannopoulos2012-02-141-1/+1