- 27 Jun, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
Assume we have two trusted CAs with the same name, the first uses ECDSA 256 bits, the second RSA 2048; cert is signed by the second. If we do the keysize check before we checked the key types match, we'll raise the badkey flags when checking the EC-256 CA and it will remain up even when we finally find the correct CA. So, move the check for the key size after signature verification, which implicitly checks the key type.
-
- 23 Jun, 2015 4 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 22 Jun, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
Found with fbinfer.
-
Manuel Pégourié-Gonnard authored
-
- 18 Jun, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
Just applying rename.pl with this file: mbedtls_cipher_get_key_size mbedtls_cipher_get_key_bitlen mbedtls_pk_get_size mbedtls_pk_get_bitlen MBEDTLS_BLOWFISH_MIN_KEY MBEDTLS_BLOWFISH_MIN_KEY_BITS MBEDTLS_BLOWFISH_MAX_KEY MBEDTLS_BLOWFISH_MAX_KEY_BITS
-
- 17 Jun, 2015 5 commits
-
-
Manuel Pégourié-Gonnard authored
This could happen if someone doesn't set the SSL configuration properly. In that case we don't want to segfault...
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
- allows to express 'none' or 'all' more easily than lists - more compact and easier to declare statically - easier to check too Only drawback: if we ever have more than 32 curves, we'll need an ABI change to make that field a uint64_t.
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 02 Jun, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 28 May, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 27 May, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
Using the following semantic patch provided by Mansour Moufid: @@ expression x; @@ x = mbedtls_calloc(...) ... - memset(x, 0, ...);
-
- 26 May, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
- platform layer currently broken (not adapted yet) - memmory_buffer_alloc too
-
- 13 May, 2015 1 commit
-
-
Nicholas Wilson authored
If the top certificate occurs twice in trust_ca (for example) it would not be good for the second instance to be checked with check_path_cnt reduced twice!
-
- 12 May, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 11 May, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 30 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 29 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 20 Apr, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
For some reason, during the great renaming, some names that should have been prefixed with MBEDTLS_X509_ have only been prefixed with MBEDTLS_
-
Manuel Pégourié-Gonnard authored
-
- 17 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 09 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 08 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
A simple execution of tmp/invoke-rename.pl
-
- 27 Mar, 2015 3 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 25 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
- more freedom for us to change it in the future - enforces hygiene - performance impact of making accessors no longer inline should really be negligible
-
- 19 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 10 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 06 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 16 Feb, 2015 2 commits
-
-
Mansour Moufid authored
-
Mansour Moufid authored
for dir in library programs; do spatch --sp-file scripts/rm-malloc-cast.cocci --dir $dir \ --in-place; done
-
- 15 Feb, 2015 2 commits
-
-
Mansour Moufid authored
-
Mansour Moufid authored
for dir in library programs; do spatch --sp-file scripts/rm-malloc-cast.cocci --dir $dir \ --in-place; done
-