TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
3b2bf5b2143db3728b3d01d49eb23a79e3a610e1
3b2bf5b
Improve comment in ssl_parse_record_header()
by Hanno Becker
· 6 years ago
4753e65
Disable Connection ID feature by default
by Hanno Becker
· 6 years ago
f4e8ed1
Remove superfluous new line in ssl_server2
by Hanno Becker
· 6 years ago
c8f43d8
Improve readability of ssl_client2/ssl_server2 usage instructions
by Hanno Becker
· 6 years ago
b8260c6
Remove superfluous newline in ssl_client2
by Hanno Becker
· 6 years ago
7658105
Use negative-hex format for error codes in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
948d2d5
Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid
by Hanno Becker
· 6 years ago
ac36388
Exemplify ways of calling mbedtls_ssl_get_peer_cid() in ssl_client2
by Hanno Becker
· 6 years ago
633d604
Allow passing NULL pointers to mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
6945983
Rename MBEDTLS_SSL_CID->MBEDTLS_SSL_DTLS_CONNECTION_ID in SSL suite
by Hanno Becker
· 6 years ago
2f8c804
Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid()
by Hanno Becker
· 6 years ago
a5a2b08
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
3cdf8fe
Consistently reference CID draft through name + URL
by Hanno Becker
· 6 years ago
e582d12
Slightly reorder CID debug messages during creation of transforms
by Hanno Becker
· 6 years ago
cfa6be7
Fix typo in documentation of `mbedtls_ssl_context::cid_in_use`
by Hanno Becker
· 6 years ago
96f35b4
Improve wording of documentation of mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
5fcac0d
Slightly reword documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
53f36e9
Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
dc19b41
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
by Hanno Becker
· 6 years ago
f83017c
Improve wording in documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
75b334f
Update references to CID draft to version 5
by Hanno Becker
· 6 years ago
ef2b8b0
Improve wording in documentation of MBEDTLS_SSL_CID
by Hanno Becker
· 6 years ago
791ec6b
Fix mbedtls_ssl_conf_cid() to not depend on macro constant values
by Hanno Becker
· 6 years ago
a69b431
Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default
by Hanno Becker
· 6 years ago
b86c2a8
Remove warnings about unfinished CID implementation
by Hanno Becker
· 6 years ago
e8eff9a
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
7c3cdb6
Add specific SSL error code for unexpected CIDs
by Hanno Becker
· 6 years ago
7842609
Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY
by Hanno Becker
· 6 years ago
241947d
Reword CID documentation
by Hanno Becker
· 6 years ago
d23605d
Add missing compile-time guard around CID API in ssl_server2
by Hanno Becker
· 6 years ago
7ba3568
Make signed to unsigned integer truncation cast explicit
by Hanno Becker
· 6 years ago
550e166
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
9bf10ea
Set CID pointer to default value even for TLS
by Hanno Becker
· 6 years ago
f65ad82
Fix typo in comment
by Hanno Becker
· 6 years ago
84bbc51
Add CID test not using datagram packing to ssl-opt.sh
by Hanno Becker
· 6 years ago
6c4bc14
UDP Proxy: Don't drop CID records
by Hanno Becker
· 6 years ago
04ca04c
Add Proxy tests for Connection ID to ssl-opt.sh
by Hanno Becker
· 6 years ago
043a2a4
Remove indicators and warnings about unfinished CID implementation
by Hanno Becker
· 6 years ago
ad8e2c9
Fix mismatching debug grep in ssl-opt.sh CID tests
by Hanno Becker
· 6 years ago
9687029
Add support for change of CID to ssl_client2 / ssl_server2
by Hanno Becker
· 6 years ago
b7f9e9c
Reintroduce grepping for debug messages in CID tests in ssl-opt.sh
by Hanno Becker
· 6 years ago
4932f9f
Re-enable passing CIDs to record transforms
by Hanno Becker
· 6 years ago
687e0fb
Don't fail on record with unexpected CID
by Hanno Becker
· 6 years ago
abd7c89
Re-enable CID comparison when decrypting CID-based records
by Hanno Becker
· 6 years ago
8b09b73
Implement parsing of CID-based records
by Hanno Becker
· 6 years ago
ff3e9c2
Adapt record encryption/decryption routines to change of record type
by Hanno Becker
· 6 years ago
70e7928
Add pointers to in/out CID fields to mbedtls_ssl_context
by Hanno Becker
· 6 years ago
add0190
Account for additional record expansion when using CIDs
by Hanno Becker
· 6 years ago
eec2be9
Add CID configuration API
by Hanno Becker
· 6 years ago
ccc2456
Re-implement mbedtls_ssl_{in/out}_hdr_len() via in/out pointers
by Hanno Becker
· 6 years ago
4339576
Split mbedtls_ssl_hdr_len() in separate functions for in/out records
by Hanno Becker
· 6 years ago
46483f1
Add helper function to check validity of record content type
by Hanno Becker
· 6 years ago
74dd3a7
Move dropping of unexpected AD records to after record decryption
by Hanno Becker
· 6 years ago
f5970a0
Set pointer to start of plaintext at record decryption time
by Hanno Becker
· 6 years ago
16e9ae2
Treat an invalid record after decryption as fatal
by Hanno Becker
· 6 years ago
70463db
Expain rationale for handling of consecutive empty AD records
by Hanno Becker
· 6 years ago
78c4302
Don't allow calling CID API outside of DTLS
by Hanno Becker
· 6 years ago
6943920
Add missing dependencies in unit tests for CID-based record enc/dec
by Hanno Becker
· 6 years ago
1f02f05
Fix additional data calculation if CID is disabled
by Hanno Becker
· 6 years ago
3b1a885
Remove unnecessary empty line in ssl_tls.c
by Hanno Becker
· 6 years ago
7dc2577
Don't quote DTLSInnerPlaintext structure multiple times
by Hanno Becker
· 6 years ago
8969369
Improve wording in ssl_build_inner_plaintext()
by Hanno Becker
· 6 years ago
24ce1eb
Remove unnecessary whitespace in ssl_extract_add_data_from_record()
by Hanno Becker
· 6 years ago
28a0c4e
Reduce stack usage for additional data buffers in record dec/enc
by Hanno Becker
· 6 years ago
acadb0a
Add length of CID to additional data used for record protection
by Hanno Becker
· 6 years ago
99abf51
Improve documentation of ssl_extract_add_data_from_record()
by Hanno Becker
· 6 years ago
346a590
Unify documentation of internal SSL record structure
by Hanno Becker
· 6 years ago
505089d
Fix missing compile-time guards around CID-only constants
by Hanno Becker
· 6 years ago
4c6fe12
Remove TODO
by Hanno Becker
· 6 years ago
2e7cd5a
Use MBEDTLS_ namespace for internal CID length constant
by Hanno Becker
· 6 years ago
d91dc37
Skip copying CIDs to SSL transforms until CID feature is complete
by Hanno Becker
· 6 years ago
92c930f
Implement inner plaintext parsing/writing for CID-based connections
by Hanno Becker
· 6 years ago
d8f753b
Add unit tests for record protection using CID
by Hanno Becker
· 6 years ago
36fb379
Record enc/dec tests: Don't take turns in sending / receiving roles
by Hanno Becker
· 6 years ago
e83efe6
Incorporate CID into MAC computations during record protection
by Hanno Becker
· 6 years ago
80fe63e
Add CID field to internal structure representing TLS records
by Hanno Becker
· 6 years ago
8013b27
Replace 'ingoing' -> 'incoming' in CID debug messages
by Hanno Becker
· 6 years ago
cb063f5
Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs
by Hanno Becker
· 6 years ago
f885d3b
Improve structure of client-side CID extension parsing
by Hanno Becker
· 6 years ago
8f68f87
Improve debugging output of client-side CID extension parsing
by Hanno Becker
· 6 years ago
19976b5
Improve structure of ssl_parse_cid_ext()
by Hanno Becker
· 6 years ago
fc7ff92
Use unused extension ID as tentative ID for CID extension
by Hanno Becker
· 6 years ago
4ce0604
Enable use of CID in baremetal configuration and test script
by Hanno Becker
· 6 years ago
2e0bedc
Correct compile-time guard around unhexify() in ssl_server2
by Hanno Becker
· 6 years ago
31f1668
Correct compile-time guard around CID extension writing func on srv
by Hanno Becker
· 6 years ago
b4a5606
Make integer truncation explicit in mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
6a3ff28
Grep for dbug msgs witnessing use of CID in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
0c8281a
Change formating of CID debug output in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
2de89fa
Implement mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
5e2cd14
Grep for dbg msg witnessing copying of CIDs to SSL transform
by Hanno Becker
· 6 years ago
dd0afca
Copy CIDs into SSL transform if use of CID has been negotiated
by Hanno Becker
· 6 years ago
4f0b15f
Add fields holding in/out CIDs to SSL record transformation struct
by Hanno Becker
· 6 years ago
cf2a565
Grep for dbg msg witnessing parsing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
1ba81f6
Implement parsing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
4eb0587
Grep for dbg msg witnessing writing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
072d4ec
Implement writing of CID extension in ServerHello
by Hanno Becker
· 6 years ago
c008cb5
Grep for dbg msg witnessing parsing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
c403b26
Implement parsing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
7345599
Grep for dbg msg witnessing writing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
39ec525
Implement writing of CID extension in ClientHello
by Hanno Becker
· 6 years ago
Next »