Nils Ohlmeier
Nils Ohlmeier
Lest see if configure succeeds on OSX
The travis build logs on Mac are full of compiler warnings regarding sipsak usage of SSL
First attempt to verify a build against libruli bounced, because libruli is not a white listed package for container based Travis checks. Opened https://github.com/travis-ci/apt-package-whitelist/issues/3326 to request adding libruli to the...
https://github.com/kmcallister/autoharden/blob/master/configure.ac
This PR removes the last DTLS ciphers which still use SHA1. I manually verified with Wireshark that TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 successfully gets negotiated with Chrome, Firefox and Jigasi. Note: don't merge yet...
This PR adds fake ICE credentials during the first round of ICE restart to avoid a DTLS failure, because of the fake DTLS fingerprint value.