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