TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
2faaa10e68b134924f7b5ba6fa09be2ddf22591a
2faaa10
chachapoly: add test with unauthentic data
by Manuel Pégourié-Gonnard
· 7 years ago
f11d8e5
Reduce size of buffers in test suites
by Manuel Pégourié-Gonnard
· 7 years ago
c975b2c
Add Chacha20-Poly1305 to benchmark.c
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
6048e05
Update documentation to match new guidelines.
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
a9ed291
Add missing extern "C" guard to new headers
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
690d9e6
Add ChangeLog entry for new features.
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
5b7f1d8
Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled.
by Daniel King
· 9 years ago
89c7b10
Add ChaCha20 test vectors from RFC 7539
by Daniel King
· 9 years ago
a7472e1
Add ChaCha20/Poly1305 ciphers to the selftest program
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
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 7 years ago
fb19399
Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed
by Jaeden Amero
· 7 years ago
09c4e7e
Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed
by Jaeden Amero
· 7 years ago
070e356
Merge remote-tracking branch 'upstream-restricted/pr/481' into development-restricted
by Jaeden Amero
· 7 years ago
mbedtls-2.9.0
e6a2a1a
Add the uodate to the soversion to the ChangeLog
by Simon Butcher
· 7 years ago
78d2f7d
Merge remote-tracking branch 'upstream-restricted/pr/478' into development-restricted
by Jaeden Amero
· 7 years ago
b03120a
Fix the ChangeLog for clarity, english and credit
by Simon Butcher
· 7 years ago
00cbed2
Merge remote-tracking branch 'upstream-restricted/pr/474' into development-restricted
by Jaeden Amero
· 7 years ago
7d7bad6
Update version to 2.9.0
by Jaeden Amero
· 7 years ago
8b98498
Merge remote-tracking branch 'upstream-restricted/pr/477' into development-restricted-proposed
by Jaeden Amero
· 7 years ago
fe0669f
ecp: Fix binary compatibility with group ID
by Jaeden Amero
· 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
38c42d5
Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed
by Jaeden Amero
· 7 years ago
b7a18c0
Changelog entry
by Andrzej Kurek
· 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
56e06db
Improve mbedtls_platform_zeroize() docs
by Andres Amaya Garcia
· 7 years ago
708c5cb
mbedtls_zeroize -> mbedtls_platform_zeroize in docs
by Andres Amaya Garcia
· 7 years ago
d0ef468
Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT
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
519b129
Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed
by Jaeden Amero
· 7 years ago
a7a6155
Update ecp.h
by Rose Zadik
· 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
7c68878
Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed
by Jaeden Amero
· 7 years ago
d803c1f
Merge remote-tracking branch 'upstream-public/pr/1510' into development-proposed
by Jaeden Amero
· 7 years ago
f852f4c
Merge remote-tracking branch 'upstream-public/pr/1506' into development-proposed
by Jaeden Amero
· 7 years ago
ebfd3ca
Merge remote-tracking branch 'upstream-public/pr/1505' into development-proposed
by Jaeden Amero
· 7 years ago
d353405
Update ecp.h
by Rose Zadik
· 7 years ago
c32efb3
Update ecp.h
by Rose Zadik
· 7 years ago
d76ac58
Update ecp.h
by Rose Zadik
· 7 years ago
abc9ec7
Update ecdsa.h
by Rose Zadik
· 7 years ago
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
f089fa3
Update ecp.h
by Rose Zadik
· 7 years ago
b2e111a
Update ecp.h
by Rose Zadik
· 7 years ago
5450d1f
Merge branch 'crypto_alt_revision' into development-restricted-proposed
by Gilles Peskine
· 7 years ago
81021ca
Improve ChangeLog entry
by Gilles Peskine
· 7 years ago
f2b76cd
Merge remote-tracking branch 'upstream-restricted/pr/461' into development-restricted-proposed
by Gilles Peskine
· 7 years ago
93f9919
Update cipher.h
by Rose Zadik
· 7 years ago
c441f74
Update cipher.h
by Rose Zadik
· 7 years ago
4c368e8
Update cipher.h
by Rose Zadik
· 7 years ago
826f264
Update cipher.h
by Rose Zadik
· 7 years ago
f56cb34
Update ecp.h
by Rose Zadik
· 7 years ago
7aeb470
Merge remote-tracking branch 'public/pr/1234' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
64f5adf
Merge remote-tracking branch 'public/pr/1380' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
4acb005
Merge remote-tracking branch 'public/pr/1518' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
66d3968
Merge remote-tracking branch 'public/pr/1516' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
bb93c04
Merge remote-tracking branch 'public/pr/1515' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
b80f04e
Merge remote-tracking branch 'upstream-public/pr/1514' into development-proposed
by Gilles Peskine
· 7 years ago
2e1934a
Fix comment formatting to pacify check-names.sh
by Gilles Peskine
· 7 years ago
a937733
Merge remote-tracking branch 'public/pr/1513' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
0392bff
Merge remote-tracking branch 'public/pr/1512' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
b3a8fe7
Merge remote-tracking branch 'public/pr/1509' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
01d72df
Merge remote-tracking branch 'public/pr/1508' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
7153496
Merge remote-tracking branch 'public/pr/1507' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
c265a25
Merge remote-tracking branch 'public/pr/1503' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
fa1fe36
Update dhm.h
by Rose Zadik
· 7 years ago
ee96359
Update dhm.h
by Rose Zadik
· 7 years ago
f13ca95
Test suites: print error on failed platform_setup
by Andrzej Kurek
· 7 years ago
14a8b59
Fix doxygen error for MBEDTLS_PLATFORM_ZEROIZE_ALT
by Andres Amaya Garcia
· 7 years ago
379b95c
Update ccm.h
by Rose Zadik
· 7 years ago
477dce1
Update ccm.h
by Rose Zadik
· 7 years ago
c58787f
Update docs for MBEDTLS_PLATFORM_ZEROIZE_ALT in config.h
by Andres Amaya Garcia
· 7 years ago
Next »