summaryrefslogtreecommitdiff
path: root/src/lib/libssl/srtp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add AES-GCM constants from RFC 7714 for SRTPlandry2021-06-111-1/+5
| | | | | | | | | | SRTP_AEAD_AES_128_GCM/SRTP_AEAD_AES_256_GCM can be used as DTLS-SRTP protection profiles - seen with an update of telephony/baresip i'm working on. adapted from openssl commit 43e5faa2539ae8aae6ef55be2239b9b1a77fea45 ok tb@ jsing@
* Remove duplicate prototype for SSL_get_selected_srtp_profile().jsing2015-09-011-2/+1
| | | | From Aaron Burghardt.
* Remove trailing whitespace.jsing2014-12-141-8/+8
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* More KNF and style consistency tweaksguenther2014-04-191-5/+5
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-2/+0
| | | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. There is still a huge amount of inconsistency within these headers.
* import OpenSSL-1.0.1cdjm2012-10-131-0/+145