TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/dev/mbedtls-2.10.0-preview
/
library
e4379d2
Merge remote-tracking branch 'github-simon/parameter-validation' into evaluation
by Jaeden Amero
· 7 years ago
fa66c9e
Merge remote-tracking branch 'upstream-public/pr/1629' into evaluation
by Jaeden Amero
· 7 years ago
1a925bc
Initial prototype and demonstrator for parameter validation
by Simon Butcher
· 7 years ago
4023535
CCM*: Implement variable tag length
by Janos Follath
· 7 years ago
e068d6f
CCM*: Add implementation for fixed tag length
by Janos Follath
· 7 years ago
b1e4fc6
Merge remote-tracking branch 'upstream-public/pr/1617' into evaluation-2
by Jaeden Amero
· 7 years ago
7d8f00e
Merge remote-tracking branch 'upstream-public/pr/1602' into evaluation-2
by Jaeden Amero
· 7 years ago
b7f3654
Merge remote-tracking branch 'upstream-public/pr/1593' into evaluation-2
by Jaeden Amero
· 7 years ago
eb01024
Add an HKDF (RFC 5869) implementation
by Thomas Fossati
· 9 years ago
e363ac7
cipher: handle ChaCha20 as a stream cipher
by Manuel Pégourié-Gonnard
· 7 years ago
5350251
Simplify selftest functions using macros
by Manuel Pégourié-Gonnard
· 7 years ago
6dbfb69
chachapoly: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
550c20f
poly1305: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
97e34bf
poly1305: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
b60045a
chacha20: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
d17d297
Add FEATURE_NOT_AVAILABLE error codes.
by Manuel Pégourié-Gonnard
· 7 years ago
799b390
chachapoly: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
9b7a93c
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
4f52263
cipher: use new functions from chachapoly
by Manuel Pégourié-Gonnard
· 7 years ago
52a56d3
chachapoly: split crypt_and_mac() to match GCM API
by Manuel Pégourié-Gonnard
· 7 years ago
453cf28
Remove semi-internal chacha20_keystrem_block()
by Manuel Pégourié-Gonnard
· 7 years ago
02969bf
ChaCha20: allow in-place en/decryption
by Manuel Pégourié-Gonnard
· 7 years ago
d4bd856
Rename aead_chacha20_poly1305 to chachapoly
by Manuel Pégourié-Gonnard
· 7 years ago
54b1a73
Rename poly1305_setkey() to poly1305_starts()
by Manuel Pégourié-Gonnard
· 7 years ago
726cf72
Avoid using %zu in selftest functions
by Manuel Pégourié-Gonnard
· 7 years ago
deda80e
Adapt the _ALT style to our new standard
by Manuel Pégourié-Gonnard
· 7 years ago
f589275
Minor style and formatting fixes.
by Daniel King
· 9 years ago
47252c7
Correct signedness of printf specifier in self tests
by Daniel King
· 9 years ago
b9a069d
Fix unused function warning under certain configurations.
by Daniel King
· 9 years ago
d00afaf
Adjust verbose self-test output to match other ciphers.
by Daniel King
· 9 years ago
b437a98
Add ChaCha20+Poly1305 to the Cipher module
by Daniel King
· 9 years ago
f28c2aa
Allow some parameters to be NULL if the length is 0.
by Daniel King
· 9 years ago
31ac12e
Implement AEAD-ChaCha20-Poly1305.
by Daniel King
· 9 years ago
5d77eaa
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 9 years ago
0fe7b5b
Add ChaCha20 to the Cipher module
by Daniel King
· 9 years ago
a98ff5e
Initial implementation of ChaCha20
by Daniel King
· 9 years ago
e4daf77
cipher: Add wrappers for AES-XTS
by Jaeden Amero
· 7 years ago
9d3eba4
aes: Add AES-XTS cipher block mode
by Jaeden Amero
· 7 years ago
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 7 years ago
7d7bad6
Update version to 2.9.0
by Jaeden Amero
· 7 years ago
7ac93f4
Fix AES-OFB support for errors, tests and self-test
by Simon Butcher
· 7 years ago
a3f3f16
Add missing OFB entry to null ciphersuite
by Simon Butcher
· 7 years ago
91e254c
Add cipher abstraction and test cases for OFB block mode
by Simon Butcher
· 7 years ago
fb9f661
Add OFB block mode to AES-128/192/256
by Simon Butcher
· 7 years ago
c64a300
Merge remote-tracking branch 'upstream-restricted/pr/471' into development-restricted-proposed
by Jaeden Amero
· 7 years ago
bd05dfd
Merge branch 'development-proposed' into development-restricted-proposed
by Jaeden Amero
· 7 years ago
84a1107
Merge remote-tracking branch 'upstream-public/pr/1592' into development-proposed
by Jaeden Amero
· 7 years ago
03bac44
Change accepted ciphersuite versions when parsing server hello
by Andrzej Kurek
· 7 years ago
8945343
Merge branch 'development-proposed' into development-restricted-proposed
by Jaeden Amero
· 7 years ago
8491406
Remove preprocessor directives around platform_util.h include
by Andres Amaya Garcia
· 7 years ago
6698d2f
Fix style for mbedtls_mpi_zeroize()
by Andres Amaya Garcia
· 7 years ago
bc7bdbf
Organize CMakeLists targets in alphabetical order
by Andres Amaya Garcia
· 7 years ago
21b376b
Organize output objs in alfabetical order in Makefile
by Andres Amaya Garcia
· 7 years ago
1afdec1
Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed
by Jaeden Amero
· 7 years ago
3dd8abd
Regenerate errors after ecp.h updates
by Jaeden Amero
· 7 years ago
a9ceef8
Change variable bytes_written to header_bytes in record decompression
by Andrzej Kurek
· 7 years ago
archive/iotssl-1401-record-compression
iotssl-1401-record-compression
1d3b508
Same ciphersuite validation in server and client hello
by Mohammad Azim Khan
· 7 years ago
5462e02
ssl_tls: Fix invalid buffer sizes during compression / decompression
by Andrzej Kurek
· 7 years ago
f2b76cd
Merge remote-tracking branch 'upstream-restricted/pr/461' into development-restricted-proposed
by Gilles Peskine
· 7 years ago
64f5adf
Merge remote-tracking branch 'public/pr/1380' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
3ea559e
Fix alignment in makefile
by Andres Amaya Garcia
· 7 years ago
1f6301b
Rename mbedtls_zeroize to mbedtls_platform_zeroize
by Andres Amaya Garcia
· 7 years ago
904e1ef
Make utils module part of the platform
by Andres Amaya Garcia
· 7 years ago
757cd72
Update license headers year and branding
by Andres Amaya Garcia
· 7 years ago
1e8ea5f
Improve docs for mbedtls_zeroize() and add refs
by Andres Amaya Garcia
· 7 years ago
0bd4237
Fix formatting in utils.c file comment
by Andres Amaya Garcia
· 8 years ago
ecd1891
Change mbedtls_zeroize() to prevent optimizations
by Andres Amaya Garcia
· 8 years ago
b1262a3
Allow compile-time alternate to mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
e32df08
Remove individual copies of mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
614d9c0
Add a utils.h file that contains common functions
by Andres Amaya Garcia
· 8 years ago
c645bfe
Generate RSA keys according to FIPS 186-4
by Jethro Beekman
· 7 years ago
6668927
Generate primes according to FIPS 186-4
by Jethro Beekman
· 7 years ago
97f95c9
Avoid small private exponents during RSA key generation
by Jethro Beekman
· 7 years ago
4ca9a45
Merge remote-tracking branch 'public/pr/1560' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
5053efd
Warn if using a memory sanitizer on AESNI
by Gilles Peskine
· 7 years ago
ec4733b
Make the memset call prior to FD_ZERO conditional to needing it
by Gilles Peskine
· 7 years ago
94d4997
Improve comments style
by Krzysztof Stachowiak
· 7 years ago
cd09fc8
Remove a redundant test
by Krzysztof Stachowiak
· 7 years ago
73b183c
Add buffer size check before cert_type_len read
by Krzysztof Stachowiak
· 7 years ago
80aa3b8
Merge branch 'pr_946' into development-proposed
by Gilles Peskine
· 7 years ago
73db838
Merge remote-tracking branch 'upstream-public/pr/1547' into development-proposed
by Gilles Peskine
· 7 years ago
be2371c
Merge branch 'pr_348' into development-proposed
by Gilles Peskine
· 7 years ago
a09453f
Merge branch 'pr_1395' into development-proposed
by Gilles Peskine
· 7 years ago
1fae860
Merge remote-tracking branch 'upstream-public/pr/1543' into development-proposed
by Gilles Peskine
· 7 years ago
f4e5b7e
Additionally initialize fd_set's via memset in mbedtls_net_poll
by Hanno Becker
· 7 years ago
19d392b
Fix compatibility problem in the printed message
by mohammad1603
· 7 years ago
90a8b52
Merge branch 'pr_1480' into development-proposed
by Gilles Peskine
· 7 years ago
0ed632f
Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed
by Gilles Peskine
· 7 years ago
695d557
Merge branch 'pr_1180' into development-proposed
by Gilles Peskine
· 7 years ago
039fd12
Robustness fix in mbedtls_ssl_derive_keys
by Gilles Peskine
· 7 years ago
cc78ac4
Update error.c
by Gilles Peskine
· 7 years ago
5114d3e
Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH
by Gilles Peskine
· 7 years ago
08f3ef1
Basic support for Curve448, similar to the current level of support for Curve25519
by Nicholas Wilson
· 10 years ago
2ad47e3
Merge remote-tracking branch 'upstream-public/pr/1528' into development-proposed
by Jaeden Amero
· 7 years ago
78a03ec
Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed
by Jaeden Amero
· 7 years ago
52aecb9
Check whether INT_MAX larger than SIZE_MAX scenario
by mohammad1603
· 7 years ago
90226be
Merge remote-tracking branch 'upstream-public/pr/1467' into development-proposed
by Jaeden Amero
· 7 years ago
2843d21
Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed
by Jaeden Amero
· 7 years ago
2bd5757
Merge branch 'development' into iotssl-1204
by Hanno Becker
· 7 years ago
5ec1183
Merge remote-tracking branch 'upstream-public/pr/1474' into development-proposed
by Jaeden Amero
· 7 years ago
Next »