summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* generate separate IV for session tickets.Nikos Mavrogiannopoulos2013-11-221-10/+11
* corrected typoNikos Mavrogiannopoulos2013-07-121-1/+1
* Include MKI size in size calculations for the extension.Nikos Mavrogiannopoulos2013-07-091-1/+2
* removed unneeded variableNikos Mavrogiannopoulos2013-05-051-1/+0
* Revert "Added support for the ALPN extension."Nikos Mavrogiannopoulos2013-05-053-369/+0
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-143-0/+369
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-042-4/+27
* Changed license of heartbeat implementation to match the rest of the libraryNikos Mavrogiannopoulos2013-04-031-3/+3
* gnutls_pong() returns zero on success.Nikos Mavrogiannopoulos2013-04-031-1/+5
* Corrected bug in heartbeat send (reported by Joke de Buhr).Nikos Mavrogiannopoulos2013-04-021-2/+6
* changed license headers to 2.1. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2013-03-241-1/+1
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-1/+1
* updated heartbeat code, and made it optional.Nikos Mavrogiannopoulos2013-02-042-82/+78
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0120-20/+20
* use nonces instead of random dataNikos Mavrogiannopoulos2013-01-261-1/+1
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-261-2/+2
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-13/+0
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+8
* NEW_RECORD_PADDING priority string was renamed to RANDOM_PADDINGNikos Mavrogiannopoulos2013-01-021-2/+2
* removed debuggingNikos Mavrogiannopoulos2013-01-021-5/+0
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-023-1/+181
* Improvements in heartbeat handling.Nikos Mavrogiannopoulos2012-12-281-3/+17
* Don't match further SRTP profiles after one match has been foundMartin Storsjo2012-12-211-1/+3
* corrected copyrightNikos Mavrogiannopoulos2012-12-012-2/+1
* Do not succeed if no MKI was received.Nikos Mavrogiannopoulos2012-11-062-7/+22
* Added gnutls_srtp_get_mki() and gnutls_srtp_set_mki().Nikos Mavrogiannopoulos2012-11-062-4/+114
* set an upper limit to SRTP profiles in hello message.Nikos Mavrogiannopoulos2012-11-051-0/+8
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-1/+4
* simplified profile selectionNikos Mavrogiannopoulos2012-11-051-15/+9
* Added HMAC prefix to SRTP profiles and updated documentation.Nikos Mavrogiannopoulos2012-11-041-10/+10
* gnutls_srtp_get_keys() returns the size of the key materialNikos Mavrogiannopoulos2012-11-021-3/+4
* Added gnutls_srtp_get_keys().Nikos Mavrogiannopoulos2012-11-021-8/+107
* gnutls_srtp_get_profile_by_name -> gnutls_srtp_get_profile_idNikos Mavrogiannopoulos2012-11-011-3/+3
* documented update and set the copyright to Martin until the formal papers are...Nikos Mavrogiannopoulos2012-11-012-3/+3
* signed-unsigned comparison fixes and removed unused parameter.Nikos Mavrogiannopoulos2012-11-011-3/+3
* Made error code consistent with the other text parsing functions.Nikos Mavrogiannopoulos2012-11-011-3/+13
* Add support for DTLS-SRTP profile negotiation (RFC 5764)Martin Storsjo2012-11-013-1/+504
* server_name: Store the actual number of server namesMartin Storsjo2012-10-311-1/+1
* server_name: Return the actual required buffer size if the buffer is too smallMartin Storsjo2012-10-311-1/+1
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-102-2/+2
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-68/+57
* Fixed the receipt of session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-301-1/+1
* Verify callback is run in either side.Nikos Mavrogiannopoulos2012-09-301-4/+2
* Pack and unpack the status request extension data on resumption.Nikos Mavrogiannopoulos2012-09-301-5/+33
* The certificate verification callback is being run after the certificate stat...Nikos Mavrogiannopoulos2012-09-281-3/+2
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-282-71/+268
* Corrected signed-to-unsigned comparisonsNikos Mavrogiannopoulos2012-09-281-1/+1
* Implement status_request OCSP extension.Simon Josefsson2012-09-283-1/+446
* Handle heartbeat packets with zero payload, and account for the payload lengt...Nikos Mavrogiannopoulos2012-09-261-6/+14