- 10 Mar, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 09 Mar, 2015 8 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
- new name is more explicit - avoids collision with POLARSSL_SSL_RENEGOTIATION config flag when prefixing will be applied
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
(Annoying for the Great Renaming)
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 06 Mar, 2015 7 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
* mbedtls-1.3: Rename website and repository Move private macro from header to C file Add some missing 'static' on a few objects Fix whitespace issues Minor portability fix in benchmark
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 03 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
On embedded systems, argc might be 0 rather than 1 for no argument.
-
- 18 Feb, 2015 9 commits
-
-
Manuel Pégourié-Gonnard authored
* development: Fix -fPIC when cross-compiling to windows
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
* development: Avoid possible dangling pointers Conflicts: library/ssl_tls.c
-
Manuel Pégourié-Gonnard authored
If the allocation fails, we don't really want ssl->in_ctr = 8 lying around.
-
Manuel Pégourié-Gonnard authored
* development: Fix the fix to ssl_set_psk() Update Changelog Finish fixing memleak in ssl_server2 arg parsing Fix another potential memory leak found by find-mem-leak.cocci. Add a rule for another type of memory leak to find-mem-leak.cocci. Fix a potential memory leak found by find-mem-leak.cocci. Add a semantic patch to find potential memory leaks. Fix whitespace of 369e6c20. Apply the semantic patch rm-malloc-cast.cocci. Add a semantic patch to remove casts of malloc.
-
Manuel Pégourié-Gonnard authored
- possible for the first malloc to fail and the second to succeed - missing = NULL assignment
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
* rasp/mem-leak: Fix another potential memory leak found by find-mem-leak.cocci. Add a rule for another type of memory leak to find-mem-leak.cocci. Fix a potential memory leak found by find-mem-leak.cocci. Add a semantic patch to find potential memory leaks. Fix whitespace of 369e6c20. Apply the semantic patch rm-malloc-cast.cocci. Add a semantic patch to remove casts of malloc. Conflicts: programs/ssl/ssl_server2.c
-
Manuel Pégourié-Gonnard authored
Fixes omission in 5c078e17
-
- 17 Feb, 2015 13 commits
-
-
Mansour Moufid authored
-
Mansour Moufid authored
-
Mansour Moufid authored
-
Mansour Moufid authored
-
Manuel Pégourié-Gonnard authored
* mbedtls-1.4: Add missing require_gnutls guards in ssl-opt.sh Remove gnutls from the travis build Update release date and added note
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
* development: Remove gnutls from the travis build Fix soname mistake
-
Manuel Pégourié-Gonnard authored
* public/development: Remove gnutls from the travis build Fix soname mistake
-
Manuel Pégourié-Gonnard authored
* development: Fix missing/misplaced #include's
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
Causing spurious fails of ssl-opt.sh. Likely a version issue. It would be better to investigate the exact problem, and maybe adapt ssl-opt.sh to be check for a minimum version just as compat.sh does, but this is a quick fix.
-
Manuel Pégourié-Gonnard authored
Causing spurious fails of ssl-opt.sh. Likely a version issue. It would be better to investigate the exact problem, and maybe adapt ssl-opt.sh to be check for a minimum version just as compat.sh does, but this is a quick fix.
-