summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix for dtls.dtlsNikos Mavrogiannopoulos2011-02-183-1/+3
* dtls: Add uint48 handling functions.Jonathan Bastien-Filiatrault2011-02-174-0/+43
* dtls: Bring epoch choice on receive closer to the first usage.Jonathan Bastien-Filiatrault2011-02-171-16/+10
* Add DTLS support to command-line client.Jonathan Bastien-Filiatrault2011-02-174-84/+106
* dtls: Write epoch to sequence number.Jonathan Bastien-Filiatrault2011-02-171-0/+3
* dtls: Send consistent a client_random.Jonathan Bastien-Filiatrault2011-02-171-3/+10
* dtls: Limit the number of HelloVerifyRequest round trips.Jonathan Bastien-Filiatrault2011-02-172-0/+16
* dtls: TEMP: Sprinkle transmits.Jonathan Bastien-Filiatrault2011-02-172-0/+4
* dtls: Do HANDSHAKE_HELLO_VERIFY_REQUEST processing.Jonathan Bastien-Filiatrault2011-02-172-3/+27
* dtls: Add _gnutls_recv_hello_verify_request.Jonathan Bastien-Filiatrault2011-02-171-0/+60
* Decrypt using the proper sequence number.Jonathan Bastien-Filiatrault2011-02-171-3/+7
* dtls: Use proper record sequence for DTLS decrypt.Jonathan Bastien-Filiatrault2011-02-172-6/+6
* corrected extdatalenNikos Mavrogiannopoulos2011-02-171-1/+1
* dtls: Read whole datagrams.Jonathan Bastien-Filiatrault2011-02-171-9/+94
* dtls: Queue outgoing handshake messages in the retransmission layer.Jonathan Bastien-Filiatrault2011-02-171-1/+8
* Add outgoing flight buffer handling code.Jonathan Bastien-Filiatrault2011-02-172-0/+177
* Define _gnutls_dtls_log for DTLS.Jonathan Bastien-Filiatrault2011-02-171-0/+2
* Add structures for the buffered outgoing flight.Jonathan Bastien-Filiatrault2011-02-172-0/+28
* Add state for handshake mtu.Jonathan Bastien-Filiatrault2011-02-172-0/+6
* dtls: Fixup outgoing ClientHello hashing.Jonathan Bastien-Filiatrault2011-02-171-0/+16
* Add proper handshake outgoing sequence number.Jonathan Bastien-Filiatrault2011-02-172-2/+6
* Add gnutls_dtls.{c,h}.Jonathan Bastien-Filiatrault2011-02-173-1/+55
* dtls: Remove unsuitable ciphers.Jonathan Bastien-Filiatrault2011-02-171-0/+10
* dtls: Add hanshake fragment headers when sending handshake.Jonathan Bastien-Filiatrault2011-02-173-4/+44
* dtls: Add epoch and sequence number to DTLS packets.Jonathan Bastien-Filiatrault2011-02-173-9/+40
* Use increment functions for sequence number.Jonathan Bastien-Filiatrault2011-02-171-2/+2
* dtls: Add types and operations required for the DTLS epoch and sequence.Jonathan Bastien-Filiatrault2011-02-174-2/+69
* Make version lookup transport dependent.Jonathan Bastien-Filiatrault2011-02-172-10/+19
* dtls: Add _gnutls_is_dtls to check if a session uses DTLS.Jonathan Bastien-Filiatrault2011-02-171-0/+14
* Add gnutls_init_dtls function.Jonathan Bastien-Filiatrault2011-02-174-0/+42
* Add DTLS state.Jonathan Bastien-Filiatrault2011-02-171-0/+23
* Add DTLS1.0 protocol entry.Jonathan Bastien-Filiatrault2011-02-172-1/+5
* Allocate session buffers of size, depending on type of session.Jonathan Bastien-Filiatrault2011-02-174-12/+8
* Harmonize "d" argument between constate.c and compress.c.Jonathan Bastien-Filiatrault2011-02-171-4/+4
* Fix typo.Jonathan Bastien-Filiatrault2011-02-172-2/+2
* Parenthesize UINT64DATA again.Jonathan Bastien-Filiatrault2011-02-171-1/+1
* reorganization of ciphersuite discussion.Nikos Mavrogiannopoulos2011-02-161-34/+30
* Allow using the minus "-" in the -ALL priority strings.Nikos Mavrogiannopoulos2011-02-151-19/+35
* Added fixme note on TLS 1.2 PRF per ciphersuite.Nikos Mavrogiannopoulos2011-02-151-0/+5
* The safe renegotiation ciphersuite is not required to be registered.Nikos Mavrogiannopoulos2011-02-151-7/+0
* Corrected bug in DHE-PSK in freeing username/key.Nikos Mavrogiannopoulos2011-02-151-2/+4
* Added ciphersuites (from RFC5487):Nikos Mavrogiannopoulos2011-02-151-6/+42
* Corrected signature generation and verificationNikos Mavrogiannopoulos2011-02-123-96/+34
* removed duplicate assignments.Nikos Mavrogiannopoulos2011-02-111-2/+0
* upgraded to nettle's new GCM API.Nikos Mavrogiannopoulos2011-02-101-37/+10
* increased the C++ library current version.Nikos Mavrogiannopoulos2011-02-101-1/+1
* The C++ interface returns exception on every error and not only on fatal ones...Nikos Mavrogiannopoulos2011-02-102-15/+14
* removed the old set_priority functions.Nikos Mavrogiannopoulos2011-02-102-38/+0
* removed more deprecated stuff.Nikos Mavrogiannopoulos2011-02-102-40/+0
* updated openssl layer to new priority functions (untested).Nikos Mavrogiannopoulos2011-02-092-195/+22