summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-1822-65/+65
* return the documented error codeNikos Mavrogiannopoulos2012-02-181-1/+1
* Set the handshake type when calling record_add_to_buffers().Nikos Mavrogiannopoulos2012-02-181-2/+5
* properly report unexpected EOF.Nikos Mavrogiannopoulos2012-02-183-10/+6
* 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-183-25/+138
* Added gnutls_dtls_get_timeout()Nikos Mavrogiannopoulos2012-02-173-1/+32
* Modified the trust_db API to avoid dependendance on a structure.Nikos Mavrogiannopoulos2012-02-162-44/+32
* Prevent any handshake packet except client hello to trigger a rehandshake err...Nikos Mavrogiannopoulos2012-02-161-2/+4
* make the default storage backend thread safe.Nikos Mavrogiannopoulos2012-02-152-4/+23
* 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-153-9/+13
* documented added functionNikos Mavrogiannopoulos2012-02-141-0/+1
* Added ability to store commitments (hashes) of public keys.Nikos Mavrogiannopoulos2012-02-142-32/+245
* reset sliding window size on new epochsNikos Mavrogiannopoulos2012-02-141-0/+2
* 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
* handle GNUTLS_E_INTERRUPTED when in DTLS mode.Nikos Mavrogiannopoulos2012-02-144-6/+9
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-148-83/+132
* changecipherspec is correctly added into buffers.Nikos Mavrogiannopoulos2012-02-141-1/+1
* update and reset timers on final flight and print timeout value in debugging ...Nikos Mavrogiannopoulos2012-02-122-3/+13
* use subsecond granularity for DTLS packet retransmissions.Nikos Mavrogiannopoulos2012-02-114-15/+24
* disabled dead code when PKCS11 is not thereNikos Mavrogiannopoulos2012-02-101-0/+2
* updated documentation for back-end.Nikos Mavrogiannopoulos2012-02-102-7/+7
* documentation updateNikos Mavrogiannopoulos2012-02-101-1/+2
* fix in non-blocking case.Nikos Mavrogiannopoulos2012-02-101-6/+9
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-1017-83/+1
* fixed leakNikos Mavrogiannopoulos2012-02-101-11/+17
* corrected typoNikos Mavrogiannopoulos2012-02-101-1/+1
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-102-27/+95
* Removed the application field and added an expiration field.Nikos Mavrogiannopoulos2012-02-102-28/+29
* More robust behavior against packet lossNikos Mavrogiannopoulos2012-02-102-73/+75
* removed unneeded function.Nikos Mavrogiannopoulos2012-02-092-8/+0
* updatedNikos Mavrogiannopoulos2012-02-091-1/+5
* prevent sending EOF to caller.Nikos Mavrogiannopoulos2012-02-091-0/+1
* 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
* DTLS is more tolerant in packet loss during last flight.Nikos Mavrogiannopoulos2012-02-084-13/+68
* Be conservative when sending GNUTLS_E_AGAIN and check for a DTLS timeout before.Nikos Mavrogiannopoulos2012-02-083-11/+13
* 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
* updated documentation for gnutls_certificate_set_retrieve_function2.Nikos Mavrogiannopoulos2012-02-061-2/+7
* include gnutls_certificate_set_retrieve_function2() to documentation. Reporte...Nikos Mavrogiannopoulos2012-02-061-2/+2
* Corrected DTLS retransmission timeouts. Added the _ms suffix to the time vari...Nikos Mavrogiannopoulos2012-02-065-18/+25
* text updateNikos Mavrogiannopoulos2012-01-311-4/+3