TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
5fcac0dc99dc305317f85e223555a1e6e0286457
/
include
/
mbedtls
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
a69b431
Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default
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
550e166
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
043a2a4
Remove indicators and warnings about unfinished CID implementation
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
346a590
Unify documentation of internal SSL record structure
by Hanno Becker
· 6 years ago
2e7cd5a
Use MBEDTLS_ namespace for internal CID length constant
by Hanno Becker
· 6 years ago
92c930f
Implement inner plaintext parsing/writing for CID-based connections
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
fc7ff92
Use unused extension ID as tentative ID for CID extension
by Hanno Becker
· 6 years ago
4f0b15f
Add fields holding in/out CIDs to SSL record transformation struct
by Hanno Becker
· 6 years ago
4662971
Check static bounds of CID lengths in check_config.h
by Hanno Becker
· 6 years ago
4baec2c
Add identifier for CID extension
by Hanno Becker
· 6 years ago
e5e7f62
Add fields to SSL structures describing state and config of CID ext
by Hanno Becker
· 6 years ago
724a695
Merge remote-tracking branch 'origin/pr/562' into baremetal
by Simon Butcher
· 6 years ago
e372d5f
Merge remote-tracking branch 'origin/pr/558' into baremetal
by Simon Butcher
· 6 years ago
999ac17
Merge remote-tracking branch 'origin/pr/566' into baremetal
by Simon Butcher
· 6 years ago
0668b8f
Description of MBEDTLS_USE_UECC
by Jarno Lamsa
· 6 years ago
f832343
Improve documentation of mbedtls_record
by Hanno Becker
· 6 years ago
a198bb7
Improve documentation of mbedtls_ssl_transform
by Hanno Becker
· 7 years ago
611a83b
Add tests for record encryption/decryption
by Hanno Becker
· 8 years ago
9223132
Reduce size of `ssl_transform` if no MAC ciphersuite is enabled
by Hanno Becker
· 8 years ago
4c6876b
Provide standalone version of `ssl_decrypt_buf`
by Hanno Becker
· 8 years ago
3307b53
Provide standalone version of `ssl_encrypt_buf`
by Hanno Becker
· 8 years ago
4a5eeae
Improve documentation of mbedtls_ssl_transform
by Hanno Becker
· 8 years ago
9d2e4b4
Add structure representing TLS records
by Hanno Becker
· 8 years ago
b628a80
Fix definition of SSL_SOME_MODES_USE_MAC
by Hanno Becker
· 7 years ago
5cc04d5
Correct space needed for MAC in case of NULL cipher
by Hanno Becker
· 8 years ago
8759e16
Remove ciphersuite_info from ssl_transform
by Hanno Becker
· 8 years ago
e7f2df0
Remove key length field from ssl_transform
by Hanno Becker
· 8 years ago
5b87128
MBEDTLS_USE_UECC and MBEDTLS_NO_64BIT_MULTIPLICATION conflicting
by Jarno Lamsa
· 6 years ago
9454dfa
Add a new flag for the micro-ecc
by Jarno Lamsa
· 6 years ago
8d0893d
Add warnings about status of implementation of CID API
by Hanno Becker
· 6 years ago
b9b7e29
Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs
by Hanno Becker
· 6 years ago
d928c06
Document that the use of CID is disabled by default.
by Hanno Becker
· 6 years ago
efde5b2
Reference CID Draft in Connection ID documentation in config.h
by Hanno Becker
· 6 years ago
29a54c8
Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check
by Hanno Becker
· 6 years ago
6198af3
Add API for the use of the DTLS Connection ID extension
by Hanno Becker
· 6 years ago
81bd971
Add new configuration option controlling CID extension
by Hanno Becker
· 6 years ago
186c2c0
Merge remote-tracking branch 'restricted/pr/553' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
9f4f8ee
Update library version to 2.16.1
by Jaeden Amero
· 6 years ago
mbedtls-2.16.1
799cd57
Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16
by Simon Butcher
· 6 years ago
7c86e9a
Fix documentation for 3DES removal
by Andres Amaya Garcia
· 6 years ago
6882ec1
Fix wording of ChangeLog and 3DES_REMOVE docs
by Andres Amaya Garcia
· 7 years ago
5d8aade
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 7 years ago
4dc50bc
Fix typo in documentation
by Gilles Peskine
· 7 years ago
6490034
Improve docs for ASN.1 bitstrings and their usage
by Andres Amaya Garcia
· 7 years ago
5788314
Merge remote-tracking branch 'origin/pr/2319' into mbedtls-2.16
by Jaeden Amero
· 7 years ago
f0f8c09
Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16
by Jaeden Amero
· 7 years ago
541055e
Backport #1949 into mbedtls-2.16
by Jeffrey Martin
· 7 years ago
874b604
Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16
by Simon Butcher
· 7 years ago
b779759
Move ecp_restartable definitions out of the MBEDTLS_ECP_ALT guards
by Darryl Green
· 7 years ago
983acb7
Fix include file path
by GuHaijun
· 7 years ago
6c164e7
Update the version of the library to 2.16.0
by Simon Butcher
· 7 years ago
fed19be
Merge remote-tracking branch 'public/pr/2126' into development-restricted
by Simon Butcher
· 7 years ago
6df8c53
Merge remote-tracking branch 'public/pr/2134' into development-restricted
by Simon Butcher
· 7 years ago
ad7c210
Merge remote-tracking branch 'public/pr/2274' into development
by Simon Butcher
· 7 years ago
12b4240
Merge remote-tracking branch 'public/pr/2288' into development
by Simon Butcher
· 7 years ago
c831193
Merge remote-tracking branch 'public/pr/2302' into development
by Simon Butcher
· 7 years ago
1efda39
Merge remote-tracking branch 'public/pr/2297' into development
by Simon Butcher
· 7 years ago
5aa7809
Merge remote-tracking branch 'public/pr/2275' into development
by Simon Butcher
· 7 years ago
780cf18
Merge remote-tracking branch 'public/pr/2271' into development
by Simon Butcher
· 7 years ago
032c037
Merge remote-tracking branch 'public/pr/2270' into development
by Simon Butcher
· 7 years ago
a033633
Merge remote-tracking branch 'public/pr/2269' into development
by Simon Butcher
· 7 years ago
70935a4
Merge remote-tracking branch 'public/pr/2299' into development
by Simon Butcher
· 7 years ago
003c0e0
Merge remote-tracking branch 'public/pr/2292' into development
by Simon Butcher
· 7 years ago
decf2f5
Merge remote-tracking branch 'public/pr/2291' into development
by Simon Butcher
· 7 years ago
65ce5dc
Merge remote-tracking branch 'public/pr/2290' into development
by Simon Butcher
· 7 years ago
ad2e0da
Merge remote-tracking branch 'public/pr/2283' into development
by Simon Butcher
· 7 years ago
0bbf7f4
Merge remote-tracking branch 'public/pr/2279' into development
by Simon Butcher
· 7 years ago
962b7b1
Merge remote-tracking branch 'public/pr/2273' into development
by Simon Butcher
· 7 years ago
6be67a6
Merge remote-tracking branch 'public/pr/2281' into development
by Simon Butcher
· 7 years ago
dac513e
Merge remote-tracking branch 'public/pr/2282' into development
by Simon Butcher
· 7 years ago
ccafd14
Merge remote-tracking branch 'public/pr/2276' into development
by Simon Butcher
· 7 years ago
2a8d32c
Merge remote-tracking branch 'public/pr/2287' into development
by Simon Butcher
· 7 years ago
247a782
Increase strictness of NULL parameter validity in CCM's doxygen
by k-stachowiak
· 7 years ago
6adb057
Improve details of CCM parameter validation and documentation
by k-stachowiak
· 7 years ago
9da5d7c
Adjust mbedtls_ccm_free() documentation
by k-stachowiak
· 7 years ago
373a660
Fix a documentation typo
by k-stachowiak
· 7 years ago
b92f933
Doxygen comments improvement
by k-stachowiak
· 7 years ago
12f0d5c
Improve the constraints definition in the doxygen comments in CCM
by k-stachowiak
· 7 years ago
fd42d53
Explicitly allow NULL as an argument to mbedtls_ccm_free()
by k-stachowiak
· 7 years ago
438448e
Format NULL occurrences in CCM's Doxygen comments
by k-stachowiak
· 7 years ago
26d365e
Add parameter validation for CCM
by k-stachowiak
· 7 years ago
6af45ec
PK: document context validity requirements
by Gilles Peskine
· 7 years ago
Next »