- 30 Nov, 2017 1 commit
-
-
Paul E. Jones authored
Return NULL when allocating memory of size zero
-
- 29 Nov, 2017 2 commits
-
-
Paul E. Jones authored
-
Pascal Bühler authored
bitvector of length zero is not valid
-
- 28 Nov, 2017 1 commit
-
-
Pascal Buhler authored
Fixes coverity scan issues 179781 If the length resulted in l == 0 then there was no allocation of word, which could subsequently be dereferenced. Treat length of zero as invalid to avoid dealing with it.
-
- 22 Nov, 2017 3 commits
-
-
Pascal Bühler authored
Travis fixes
-
Pascal Bühler authored
Add travis and coverity badges to README.md
-
Pascal Bühler authored
moved externs from crypto_kernel into its own header
-
- 20 Nov, 2017 1 commit
-
-
Nils Ohlmeier authored
-
- 18 Nov, 2017 3 commits
-
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
- 17 Nov, 2017 1 commit
-
-
Nils Ohlmeier authored
-
- 16 Nov, 2017 2 commits
-
-
Pascal Bühler authored
fixed several compiler warnings from Firefox builds
-
Pascal Bühler authored
make read only arrays const
-
- 14 Nov, 2017 5 commits
-
-
Pascal Bühler authored
removed variable init code which never gets used
-
Pascal Bühler authored
added comments to ifdef's for easier understanding
-
Pascal Bühler authored
added error in case the platform is not detected
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
- 13 Nov, 2017 3 commits
-
-
Pascal Buhler authored
Currently no warnings are generated on travis so by enabling this flag we will catch when any warnings are introduced.
-
Pascal Buhler authored
-
Pascal Buhler authored
The host is the OS that the binary will run on, this ensures that CPU_RISC is set to true. Run all test with make runtest.
-
- 12 Nov, 2017 9 commits
-
-
Pascal Buhler authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
Nils Ohlmeier authored
-
- 11 Nov, 2017 3 commits
-
-
Pascal Bühler authored
Add coverity scan to tavis builds
-
Pascal Buhler authored
-
Pascal Buhler authored
Current will run the scan on the master branch with each build in master. If the frequency of commits increases then can consider a coverity_scan branch. Results can be found at: https://scan.coverity.com/projects/cisco-libsrtp
-
- 10 Nov, 2017 1 commit
-
-
Pascal Bühler authored
add a big endian build on travis
-
- 09 Nov, 2017 1 commit
-
-
Pascal Buhler authored
This should prevent breaking big endian support. As Ubunty 14.04 does not have stable cross compiler for mips a 16.04 docker container is used to compile the tests. The test are then run on host using qemu user static.
-
- 08 Nov, 2017 1 commit
-
-
Pascal Bühler authored
make rtp_decoder compile on MinGW
-
- 02 Nov, 2017 3 commits
-
-
Martin Meszaros authored
-
Martin Meszaros authored
issue aclocal and autoconf in case of problems
-
Martin authored
-