summaryrefslogtreecommitdiff
path: root/lib/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* several cleanupsNikos Mavrogiannopoulos2012-09-222-3/+1
* Allow for pinging until timeout.Nikos Mavrogiannopoulos2012-09-211-2/+2
* corrected timeNikos Mavrogiannopoulos2012-09-211-0/+1
* fixed copyrightNikos Mavrogiannopoulos2012-09-211-1/+1
* Better handling of timeouts.Nikos Mavrogiannopoulos2012-09-212-7/+75
* GTK-DOC fixes.Simon Josefsson2012-09-211-1/+1
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-201-8/+8
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-202-157/+133
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-1/+1
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-302-284/+148
* BUFFER_APPEND_PFX is no more. Replaced with BUFFER_APPEND_PFX4Nikos Mavrogiannopoulos2012-08-303-4/+4