This project is mirrored from https://github.com/cisco/libsrtp.
Pull mirroring updated .
- 09 Feb, 2021 1 commit
-
-
Pascal Bühler authored
extend cmake support
-
- 08 Feb, 2021 6 commits
-
-
Pascal Bühler authored
-
Pascal Buhler authored
-
Pascal Buhler authored
MSVC does not supprt these flags, could try to be more smart and detect suport but not at the moment.
-
Pascal Buhler authored
This is not needed and cuased a warning compiling tests when using nss.
-
Pascal Bühler authored
-
Pascal Bühler authored
cmake coverage should now be equivalent to autotools fix leak in stats_driver test
-
- 03 Feb, 2021 1 commit
-
-
Pascal Bühler authored
-
- 28 Jan, 2021 2 commits
-
-
Pascal Bühler authored
support running against nss >= 3.52
-
Pascal Buhler authored
Fix for #523 This is described in more detail at: https://bugzilla.mozilla.org/show_bug.cgi?id=1637488#c3 Have decided to go with using NSS_PKCS11_2_0_COMPAT for now as it provides the most fexibility. Consider moving to the new PK11_AEADOp api in the future but that will put a requirment on nss version at both compile and run time.
-
- 14 Jan, 2021 3 commits
-
-
Pascal Bühler authored
-
Pascal Bühler authored
-
Pascal Bühler authored
use nss based hmac when nss enabled
-
- 13 Jan, 2021 1 commit
-
-
Pascal Bühler authored
remove references to dtls from libsrtp
-
- 12 Jan, 2021 3 commits
-
-
Pascal Bühler authored
The dtls_driver has been here from the start but as far as I can see it provides no function or purpose. DTLS-SRTP is a key negotiation that happens out side the srtp protocol space and is an extension to dtls.
-
Pascal Bühler authored
-
Pascal Bühler authored
-
- 11 Jan, 2021 2 commits
-
-
Pascal Bühler authored
This was a missing part of the nss support. Disable sha1_driver if USE_EXTERNAL_CRYPTO is enabled. The sha1_drive is used to test internal sha1 implementation but that is only used when there is no external hmac implementation.
-
Pascal Bühler authored
Move test vectors
-
- 10 Jan, 2021 7 commits
-
-
Pascal Bühler authored
-
Pascal Bühler authored
-
Pascal Bühler authored
-
Pascal Bühler authored
Previously each backend defined the test vectors internally so there where 4 duplicates of the same vectors. Now each vector is defined only once.
-
Pascal Bühler authored
This reverts commit cdf0b7db. Revert as pushed direct to master instead of PR.
-
Pascal Bühler authored
This reverts commit 09bacdb7.
-
Pascal Bühler authored
-
- 09 Jan, 2021 3 commits
-
-
Pascal Bühler authored
Previously each backend defined the test vectors internally so there where 4 duplicates of the same vectors. Now each vector is defined only once.
-
Pascal Bühler authored
-
Pascal Bühler authored
-
- 08 Jan, 2021 10 commits
-
-
Pascal Bühler authored
-
Pascal Bühler authored
-
Pascal Bühler authored
Mbedtls support
-
Pascal Bühler authored
merging from master first to get ci fix
-
Pascal Bühler authored
-
Pascal Bühler authored
temporary disable meson ci builds on mips
-
Pascal Bühler authored
disabling build until some one can look in to it
-
yc yang authored
-
yc yang authored
-
yc yang authored
-
- 06 Jan, 2021 1 commit
-
-
Pascal Bühler authored
test that require internal symbols fail to build on windows when building shared as the internal symbols are hidden
-