TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
03da0846df6b4e459ed93e15070fbda54d01da85
03da084
ssl - improve documentation on mbedtls_ssl_read and PEER_CLOSE_NOTIFY
by Andrzej Kurek
· 5 years ago
21d1cbc
Merge pull request #2262 from andresag01/iotssl-2544-deprecate-record-accel
by Manuel Pégourié-Gonnard
· 5 years ago
7ae6ed4
Keep SSL context const when hw accel is disabled
by Manuel Pégourié-Gonnard
· 5 years ago
181bad9
Merge pull request #3097 from piotr-now/splitting_app_data
by Jaeden Amero
· 5 years ago
438bf3b
App data with 1/n-1 splitting in test suite
by Piotr Nowicki
· 5 years ago
c31f970
Merge pull request #3075 from AndrzejKurek/variable-buffer-size
by Jaeden Amero
· 5 years ago
mbedtls-2.22.0d0
0bf6236
Merge pull request #3086 from sbutcher-arm/output-env-pylint
by Jaeden Amero
· 5 years ago
55727c3
Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity
by Jaeden Amero
· 5 years ago
656412e
Merge pull request #3092 from AndrzejKurek/uninitialized-queue-fixes
by Jaeden Amero
· 5 years ago
89bdc58
test_suite_ssl: check for errors during queue setup
by Andrzej Kurek
· 5 years ago
9693ea2
Fix output_env.sh for varying pylint3 output
by Simon Butcher
· 5 years ago
6910122
Add Python, Perl and Pylint to output_env.sh
by Simon Butcher
· 5 years ago
45916ba
test_suite_ssl: fix coverity issues with uninitialized members
by Andrzej Kurek
· 5 years ago
9a9d7ba
Merge pull request #3072 from ARMmbed/output_env-enhancements
by Manuel Pégourié-Gonnard
· 5 years ago
ba8a065
Merge pull request #3082 from mpg/all-sh-config-py-dev
by Gilles Peskine
· 5 years ago
0937ed2
Add an acceptance test for memory usage after handshake
by Piotr Nowicki
· 6 years ago
0afa2a1
Add I/O buffer resizing in handshake init and free
by Andrzej Kurek
· 5 years ago
59e5849
Merge pull request #3067 from gilles-peskine-arm/fuzz_pubkey-rsa_export
by Gilles Peskine
· 5 years ago
68192fc
Fix remaining occurrences of config.pl in all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
aad82f9
Add variable buffer length tests to all.sh
by Darryl Green
· 6 years ago
b33cc76
Add I/O buffer length fields to mbedtls_ssl_context
by Darryl Green
· 6 years ago
033c42a
Fix I/O buffer sizes when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled
by Andrzej Kurek
· 5 years ago
67d31c4
Merge pull request #3051 from danh-arm/dh/drop-cla
by danh-arm
· 5 years ago
f03c13c
Merge pull request #3050 from mpg/skip-close-notify-dev
by Manuel Pégourié-Gonnard
· 5 years ago
335fced
Merge pull request #3074 from AndrzejKurek/dtls-handshake-fragmentation
by Jaeden Amero
· 5 years ago
7bfeb66
Make minor fixes to output_env.sh after review
by Simon Butcher
· 5 years ago
bde7ee8
Add DTLS handshake fragmentation test
by Piotr Nowicki
· 5 years ago
5f80040
Merge pull request #3069 from AndrzejKurek/handshake-tests-refactor
by Jaeden Amero
· 5 years ago
07d5a47
Enhance the output_env.sh script
by Simon Butcher
· 5 years ago
8a6ff15
test_suite_ssl refactoring: provide default options structure for tests
by Andrzej Kurek
· 5 years ago
316da1f
test_suite_ssl refactoring: merge renegotiation test into handshake
by Andrzej Kurek
· 5 years ago
9e9efdc
test_suite_ssl refactoring: merge tls & dtls application data tests
by Andrzej Kurek
· 5 years ago
830540b
Add ChangeLog entry for SSL_HW_RECORD_ACCEL fix
by Manuel Pégourié-Gonnard
· 5 years ago
dd8807f
Add build with MBEDTLS_SSL_HW_RECORD_ACCEL to all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
e07bc20
Fix compile errors with MBEDTLS_SSL_HW_RECORD_ACCEL
by Manuel Pégourié-Gonnard
· 5 years ago
56941fe
Fix possible close_notify/ClientHello confusion
by Manuel Pégourié-Gonnard
· 5 years ago
0d20740
Merge pull request #2263 from andresag01/iotssl-2544-deprecate-record-accel-2
by Manuel Pégourié-Gonnard
· 5 years ago
d7fb66f
If a key is not of a supported type, something went wrong
by Gilles Peskine
· 5 years ago
e60b365
EC keys can have the type MBEDTLS_PK_ECKEY_DH too
by Gilles Peskine
· 5 years ago
f02b984
Sanity check on elliptic curve keys: check that the group is known
by Gilles Peskine
· 5 years ago
8d36696
Fix fuzz_pubkey failure on valid RSA keys
by Gilles Peskine
· 5 years ago
6fb7bd0
Merge pull request #3046 from piotr-now/dtls-renegotiation
by Jaeden Amero
· 5 years ago
2287a47
Merge pull request #3043 from piotr-now/dtls-application-data
by Jaeden Amero
· 5 years ago
95e9eb8
Add test for renegotiation in DTLS
by Piotr Nowicki
· 5 years ago
6a7f01c
Add test with sending application data via DTLS
by Piotr Nowicki
· 5 years ago
a4522e8
Uniformize wording for removal of deprecated things
by Manuel Pégourié-Gonnard
· 5 years ago
10edb3e
Add comment to matching #endif
by Andres Amaya Garcia
· 7 years ago
da15409
Remove the word likely from deprecated documentation
by Andres Amaya Garcia
· 7 years ago
4156ac1
Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED
by Andres Amaya Garcia
· 7 years ago
3f6cc5f
Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL
by Andres Amaya Garcia
· 7 years ago
84b4e79
Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL config
by Andres Amaya Garcia
· 7 years ago
20b3a68
Merge pull request #3042 from AndrzejKurek/dtls-handshake-serialization
by Jaeden Amero
· 5 years ago
6fc816a
Merge pull request #3038 from gilles-peskine-arm/align-crypto-programs
by Janos Follath
· 5 years ago
da2b678
Add a dtls handshake test with context serialization
by Andrzej Kurek
· 5 years ago
a08e699
Merge pull request #3036 from AndrzejKurek/dtls-handshake-tests
by Jaeden Amero
· 5 years ago
aaabe86
Merge pull request #3055 from yanesca/update_submodule_and_version_2.21.0
by Janos Follath
· 5 years ago
mbedtls-2.21.0
20579b7
Add project description to README.md
by Dan Handley
· 5 years ago
16a9885
Minor formatting fixes to CONTRIBUTING.md
by Dan Handley
· 5 years ago
c76a545
Drop requirement for a CLA
by Dan Handley
· 5 years ago
138c2ea
Add release info to ChangeLog
by Janos Follath
· 5 years ago
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
d1692ee
Update ChangeLog for crypto changes from a591985c62a9354db3027b4895c24377712b9620
by Janos Follath
· 5 years ago
a591985
Update submodule
by Janos Follath
· 5 years ago
8d073c7
Merge pull request #3037 from gilles-peskine-arm/update-submodule-20200206
by Gilles Peskine
· 5 years ago
25a5c09
Update ChangeLog for crypto changes from 799ae77f90584f39c2fbdae7e117ff5742774d77
by Gilles Peskine
· 5 years ago
799ae77
Update crypto submodule
by Gilles Peskine
· 5 years ago
f142d4c
Update ChangeLog for crypto changes since Mbed Crypto 3.0.1
by Gilles Peskine
· 5 years ago
941962e
Add DTLS handshake tests for the mocked ssl test suite
by Andrzej Kurek
· 5 years ago
15daf50
Parametrize the endpoint init and free to prepare for DTLS tests
by Andrzej Kurek
· 5 years ago
a0c164a
Merge pull request #3010 from hanno-arm/tls_msg_split
by Manuel Pégourié-Gonnard
· 5 years ago
657daba
Merge pull request #2873 from gilles-peskine-arm/bk-warning-fixes-x509
by Manuel Pégourié-Gonnard
· 5 years ago
765d240
Test component with malloc(0) returning NULL: run some ssl tests
by Gilles Peskine
· 5 years ago
c4ef7a9
Add a test component with malloc(0) returning NULL
by Gilles Peskine
· 6 years ago
6fc21f6
Add a calloc self-test
by Gilles Peskine
· 6 years ago
db0cb25
Fix CTR_DRBG benchmark
by Gilles Peskine
· 6 years ago
e732f04
cmake: link programs that only use x509 with libmbedx509
by Gilles Peskine
· 5 years ago
e123395
cmake: link programs that only use crypto with libmbedcrypto
by Gilles Peskine
· 5 years ago
7cb47de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
93a0f90
pkey/rsa_genkey: Remove commented out code
by Jaeden Amero
· 6 years ago
ed73699
pkey: Remove dependency on X.509
by Jaeden Amero
· 7 years ago
8de196a
programs/Makefile: List all programs one by one
by Gilles Peskine
· 5 years ago
08f0913
Add compile-time guards around declarations in ssl_internal.h
by Hanno Becker
· 5 years ago
393defe
Clarify two identical changelog entries
by Gilles Peskine
· 5 years ago
4c08dd4
Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os
by Manuel Pégourié-Gonnard
· 5 years ago
3ca1bcc
Add ChangeLog entry for #2663
by Gilles Peskine
· 6 years ago
3605073
Fixed possibly undefined variable warnings by initializing variables to 0.
by Benjamin Kier
· 6 years ago
1a44a15
Change the order of endpoint initialization steps
by Andrzej Kurek
· 5 years ago
f46b912
Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ
by Andrzej Kurek
· 5 years ago
9d062f9
Move ssl_mac() from ssl_tls.c to ssl_msg.c
by Hanno Becker
· 5 years ago
00c858c
Merge pull request #3022 from piotr-now/test-suite-sending-app-data
by Jaeden Amero
· 5 years ago
c3fca5e
Add tests with sending application data to test_suite_ssl
by Piotr Nowicki
· 6 years ago
f1a3828
Adapt preamble for newly created ssl_msg.c
by Hanno Becker
· 6 years ago
af752d4
Remove code from ssl_tls.c & ssl_msg.c to get disjoint functionality
by Hanno Becker
· 6 years ago
6e7051a
Add guarded ssl_msg.c to Makefiles
by Hanno Becker
· 6 years ago
471c0c9
Rename temporary copy ssl_tls_old.c back to ssl_tls.c
by Hanno Becker
· 6 years ago
abd9cef
Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c
by Hanno Becker
· 6 years ago
7555485
Merge pull request #3033 from yanesca/revert_pr_3008
by Janos Follath
· 6 years ago
c64eb63
Merge pull request #3021 from AndrzejKurek/handshake-tests
by Jaeden Amero
· 6 years ago
cc5169c
Add a PSK test to the mocked ssl handshake tests
by Andrzej Kurek
· 6 years ago
8949071
Move ssl_get_current_mtu() to public namespace
by Hanno Becker
· 6 years ago
Next »