Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/tls: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -4/+4 |
* | Support any key length for TLS session encryption by hashing with HMAC | lloyd | 2015-01-10 | 1 | -4/+16 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC | lloyd | 2015-01-08 | 1 | -10/+26 |
* | Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC). | lloyd | 2015-01-04 | 1 | -6/+11 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+177 |