- 09 Feb, 2018 2 commits
-
-
Pascal Buhler authored
The session_keys array is not shared with the template so if it was allocated just free it.
-
Pascal Buhler authored
The template may not have been used for the deallocated stream, therefore the size of the session_keys array could be different. Should maybe contain a pointer to template from stream so it is explicitly known that it was used.
-
- 07 Feb, 2018 1 commit
-
-
Pascal Buhler authored
logic in srtp_stream_free was not correct and could result in memory access errors, srtp_stream_dealloc can safely be used instead and is "more" correct.
-
- 26 Jan, 2018 4 commits
-
-
Pascal Buhler authored
mki_index is a zero based index in the sesssion_keys array which has a max length of num_master_keys. Reported by Guido Vranken <guidovranken@gmail.com>
-
Pascal Buhler authored
session_keys may not have been allocated yet. reported by Guido Vranken <guidovranken@gmail.com>
-
Pascal Bühler authored
Use explicit clang-format version on travis
-
Pascal Buhler authored
When travis upgrade's clang it breaks current formatting that was done with 3.9 . Better to explicitly set the version to use.
-
- 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 2 commits
-
-
Pascal Bühler authored
Add coverity scan to tavis builds
-
Pascal Buhler authored
-