summaryrefslogtreecommitdiff
path: root/lib/ext/srtp.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-106/+77
* Indent codeZoltan Fridrich2023-01-271-71/+45
* srtp: support AES-GCM profilesDaiki Ueno2022-12-241-12/+26
* session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-1/+2
* lib/*: remove unnecessary cast to ssize_ttmp-decr-lenDaiki Ueno2019-09-121-3/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-2/+2
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-10/+10
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2018-02-191-10/+10
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2018-02-191-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-0/+1
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-14/+14
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-6/+6
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-13/+13
* reindented codeNikos Mavrogiannopoulos2013-11-081-486/+454
* corrected typoNikos Mavrogiannopoulos2013-07-091-1/+1
* Include MKI size in size calculations for the extension.Nikos Mavrogiannopoulos2013-07-091-1/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Don't match further SRTP profiles after one match has been foundMartin Storsjo2012-12-211-1/+3
* corrected copyrightNikos Mavrogiannopoulos2012-12-011-1/+0
* Do not succeed if no MKI was received.Nikos Mavrogiannopoulos2012-11-061-7/+21
* Added gnutls_srtp_get_mki() and gnutls_srtp_set_mki().Nikos Mavrogiannopoulos2012-11-061-4/+112
* set an upper limit to SRTP profiles in hello message.Nikos Mavrogiannopoulos2012-11-051-0/+8
* 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-011-2/+2
* 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-011-0/+465