TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
8e55b0f85238db379bc8738fd4163772d16ac827
8e55b0f
Improve comment in ssl_parse_record_header()
by Hanno Becker
· 6 years ago
3739e20
Disable Connection ID feature by default
by Hanno Becker
· 6 years ago
3978d10
Remove superfluous new line in ssl_server2
by Hanno Becker
· 6 years ago
3279822
Improve readability of ssl_client2/ssl_server2 usage instructions
by Hanno Becker
· 6 years ago
1d433a3
Remove superfluous newline in ssl_client2
by Hanno Becker
· 6 years ago
d5eed42
Use negative-hex format for error codes in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
1125952
Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid
by Hanno Becker
· 6 years ago
6ae14c0
Exemplify ways of calling mbedtls_ssl_get_peer_cid() in ssl_client2
by Hanno Becker
· 6 years ago
615ef17
Allow passing NULL pointers to mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
8c07bee
Rename MBEDTLS_SSL_CID->MBEDTLS_SSL_DTLS_CONNECTION_ID in SSL suite
by Hanno Becker
· 6 years ago
62e5afa
Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid()
by Hanno Becker
· 6 years ago
a0e20d0
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
ebcc913
Consistently reference CID draft through name + URL
by Hanno Becker
· 6 years ago
d1f2035
Slightly reorder CID debug messages during creation of transforms
by Hanno Becker
· 6 years ago
f1a2808
Fix typo in documentation of `mbedtls_ssl_context::cid_in_use`
by Hanno Becker
· 6 years ago
fb034e8
Improve wording of documentation of mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
5cc145d
Slightly reword documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
08cd9db
Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
08cbc0c
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
by Hanno Becker
· 6 years ago
d9d4adb
Improve wording in documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
4cac442
Update references to CID draft to version 5
by Hanno Becker
· 6 years ago
56f81c7
Improve wording in documentation of MBEDTLS_SSL_CID
by Hanno Becker
· 6 years ago
611ac77
Fix mbedtls_ssl_conf_cid() to not depend on macro constant values
by Hanno Becker
· 6 years ago
7fefd83
Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default
by Hanno Becker
· 6 years ago
5d12467
Remove warnings about unfinished CID implementation
by Hanno Becker
· 6 years ago
8367ccc
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
c37c96a
Add specific SSL error code for unexpected CIDs
by Hanno Becker
· 6 years ago
b9ec44f
Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY
by Hanno Becker
· 6 years ago
ddf775a
Reword CID documentation
by Hanno Becker
· 6 years ago
3a96828
Add missing compile-time guard around CID API in ssl_server2
by Hanno Becker
· 6 years ago
2cdc5c3
Make signed to unsigned integer truncation cast explicit
by Hanno Becker
· 6 years ago
b1aa1b3
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
4c3eb7c
Set CID pointer to default value even for TLS
by Hanno Becker
· 6 years ago
4a4af9f
Fix typo in comment
by Hanno Becker
· 6 years ago
c2045b0
Add CID test not using datagram packing to ssl-opt.sh
by Hanno Becker
· 6 years ago
31f6e37
UDP Proxy: Don't drop CID records
by Hanno Becker
· 6 years ago
78c9137
Add Proxy tests for Connection ID to ssl-opt.sh
by Hanno Becker
· 6 years ago
22a59fd
Remove indicators and warnings about unfinished CID implementation
by Hanno Becker
· 6 years ago
b3e9dd5
Fix mismatching debug grep in ssl-opt.sh CID tests
by Hanno Becker
· 6 years ago
b42ec0d
Add support for change of CID to ssl_client2 / ssl_server2
by Hanno Becker
· 6 years ago
2749a67
Reintroduce grepping for debug messages in CID tests in ssl-opt.sh
by Hanno Becker
· 6 years ago
05154c3
Re-enable passing CIDs to record transforms
by Hanno Becker
· 6 years ago
16ded98
Don't fail on record with unexpected CID
by Hanno Becker
· 6 years ago
938489a
Re-enable CID comparison when decrypting CID-based records
by Hanno Becker
· 6 years ago
ca59c2b
Implement parsing of CID-based records
by Hanno Becker
· 6 years ago
6430faf
Adapt record encryption/decryption routines to change of record type
by Hanno Becker
· 6 years ago
f9c6a4b
Add pointers to in/out CID fields to mbedtls_ssl_context
by Hanno Becker
· 6 years ago
6cbad55
Account for additional record expansion when using CIDs
by Hanno Becker
· 6 years ago
ad4a137
Add CID configuration API
by Hanno Becker
· 6 years ago
3b154c1
Re-implement mbedtls_ssl_{in/out}_hdr_len() via in/out pointers
by Hanno Becker
· 6 years ago
5903de4
Split mbedtls_ssl_hdr_len() in separate functions for in/out records
by Hanno Becker
· 6 years ago
f661c9c
Add helper function to check validity of record content type
by Hanno Becker
· 6 years ago
37ae952
Move dropping of unexpected AD records to after record decryption
by Hanno Becker
· 6 years ago
79594fd
Set pointer to start of plaintext at record decryption time
by Hanno Becker
· 6 years ago
82e2a39
Treat an invalid record after decryption as fatal
by Hanno Becker
· 6 years ago
6e7700d
Expain rationale for handling of consecutive empty AD records
by Hanno Becker
· 6 years ago
76a79ab
Don't allow calling CID API outside of DTLS
by Hanno Becker
· 6 years ago
e2c2314
Add missing dependencies in unit tests for CID-based record enc/dec
by Hanno Becker
· 6 years ago
95e4bbc
Fix additional data calculation if CID is disabled
by Hanno Becker
· 6 years ago
af05ac0
Remove unnecessary empty line in ssl_tls.c
by Hanno Becker
· 6 years ago
07dc97d
Don't quote DTLSInnerPlaintext structure multiple times
by Hanno Becker
· 6 years ago
d3f8c79
Improve wording in ssl_build_inner_plaintext()
by Hanno Becker
· 6 years ago
edb24f8
Remove unnecessary whitespace in ssl_extract_add_data_from_record()
by Hanno Becker
· 6 years ago
92fb4fa
Reduce stack usage for additional data buffers in record dec/enc
by Hanno Becker
· 6 years ago
c4a190b
Add length of CID to additional data used for record protection
by Hanno Becker
· 6 years ago
d5aeab1
Improve documentation of ssl_extract_add_data_from_record()
by Hanno Becker
· 6 years ago
fe6bb8c
Unify documentation of internal SSL record structure
by Hanno Becker
· 6 years ago
43c24b8
Fix missing compile-time guards around CID-only constants
by Hanno Becker
· 6 years ago
f44e55d
Remove TODO
by Hanno Becker
· 6 years ago
75f080f
Use MBEDTLS_ namespace for internal CID length constant
by Hanno Becker
· 6 years ago
8a7f972
Skip copying CIDs to SSL transforms until CID feature is complete
by Hanno Becker
· 6 years ago
8b3eb5a
Implement inner plaintext parsing/writing for CID-based connections
by Hanno Becker
· 6 years ago
d856c82
Add unit tests for record protection using CID
by Hanno Becker
· 6 years ago
6c87b3f
Record enc/dec tests: Don't take turns in sending / receiving roles
by Hanno Becker
· 6 years ago
cab87e6
Incorporate CID into MAC computations during record protection
by Hanno Becker
· 6 years ago
f2ed448
Add CID field to internal structure representing TLS records
by Hanno Becker
· 6 years ago
1c1f046
Replace 'ingoing' -> 'incoming' in CID debug messages
by Hanno Becker
· 6 years ago
c5f2422
Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs
by Hanno Becker
· 6 years ago
5a29990
Improve structure of client-side CID extension parsing
by Hanno Becker
· 6 years ago
2262648
Improve debugging output of client-side CID extension parsing
by Hanno Becker
· 6 years ago
08556bf
Improve structure of ssl_parse_cid_ext()
by Hanno Becker
· 6 years ago
064b732
Use unused extension ID as tentative ID for CID extension
by Hanno Becker
· 6 years ago
554b6ea
Correct compile-time guard around unhexify() in ssl_server2
by Hanno Becker
· 6 years ago
a34ff5b
Correct compile-time guard around CID extension writing func on srv
by Hanno Becker
· 6 years ago
b7ee0cf
Make integer truncation explicit in mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
fcffdcc
Grep for dbug msgs witnessing use of CID in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
dec2552
Change formating of CID debug output in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
b1f89cd
Implement mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
9ecb6c6
Grep for dbg msg witnessing copying of CIDs to SSL transform
by Hanno Becker
· 6 years ago
4bf7465
Copy CIDs into SSL transform if use of CID has been negotiated
by Hanno Becker
· 6 years ago
1327fa7
Add fields holding in/out CIDs to SSL record transformation struct
by Hanno Becker
· 6 years ago
a6a4c76
Grep for dbg msg witnessing parsing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
a8373a1
Implement parsing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
4bc9e9d
Grep for dbg msg witnessing writing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
51de2d3
Implement writing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
7dee2c6
Grep for dbg msg witnessing parsing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
89dcc88
Implement parsing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
6b78c83
Grep for dbg msg witnessing writing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
49770ff
Implement writing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
189a013
Check static bounds of CID lengths in check_config.h
by Hanno Becker
· 6 years ago
Next »