TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/dev/buffer-resizing
/
include
/
mbedtls
9d86720
Add I/O buffer resizing in handshake init and free
by Andrzej Kurek
· 5 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
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
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
a0c164a
Merge pull request #3010 from hanno-arm/tls_msg_split
by Manuel Pégourié-Gonnard
· 5 years ago
08f0913
Add compile-time guards around declarations in ssl_internal.h
by Hanno Becker
· 5 years ago
8949071
Move ssl_get_current_mtu() to public namespace
by Hanno Becker
· 5 years ago
533ab5f
Move flight and message buffering functions to public namespace
by Hanno Becker
· 5 years ago
40cdaa1
Move ssl_start_renegotiation() to public namespace
by Hanno Becker
· 5 years ago
ce5f5fd
Move ssl_handshake_wrapup_free_hs_transform() to public namespace
by Hanno Becker
· 5 years ago
786300f
Move ssl_resend_hello_request() to public namespace
by Hanno Becker
· 5 years ago
7e8e6a6
Move ssl_dtls_replay_reset() to public namespace
by Hanno Becker
· 5 years ago
43aefe2
Move ssl_session_reset_int() to public namespace
by Hanno Becker
· 5 years ago
3e6f8ab
Move SSL internal pointer updating routines to public namespace
by Hanno Becker
· 5 years ago
7876d12
Move ssl_check_timer() to public namespace
by Hanno Becker
· 5 years ago
dd77229
Move ssl_ep_len() to public namespace
by Hanno Becker
· 5 years ago
0f57a65
Move ssl_set_timer() to public namespace
by Hanno Becker
· 5 years ago
0330e21
Merge branch 'public/pr/2261' into development
by Manuel Pégourié-Gonnard
· 5 years ago
320f4d9
Group PKCS11_C entries in check_config.h
by Manuel Pégourié-Gonnard
· 5 years ago
2fdb1af
Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3
by Janos Follath
· 5 years ago
4245980
USE_PSA_CRYPTO: don't rely on the curve encoding
by Gilles Peskine
· 6 years ago
835b299
Fix wording of deprecated docs for SSL2 and SSL3 features
by Andres Amaya Garcia
· 7 years ago
e58532e
Favour DEPRECATED_REMOVED over DEPRECATED_WARNING
by Andres Amaya Garcia
· 7 years ago
88c2cc7
Deprecate MBEDTLS_SSL_PROTO_SSL3
by Andres Amaya Garcia
· 7 years ago
0963424
Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
by Andres Amaya Garcia
· 7 years ago
907e95a
Clarify that what we're dropping is pkcs11-helper support
by Gilles Peskine
· 6 years ago
312431b
Fix typo in doxy docs for ssl_pkcs11_sign()
by Andres Amaya Garcia
· 7 years ago
b37268d
Add missing docs to PKCS#11 public funcs
by Andres Amaya Garcia
· 7 years ago
9fc82ef
Wrap PKCS1 module with DEPRECATED_REMOVED
by Andres Amaya Garcia
· 7 years ago
99fc387
Fix deprecated docs for PKCS1
by Andres Amaya Garcia
· 7 years ago
0d6e108
Deprecate MBEDTLS_PKCS11_C functions
by Andres Amaya Garcia
· 7 years ago
be3a440
Deprecate MBEDTLS_PKCS11_C feature
by Andres Amaya Garcia
· 7 years ago
83f33d3
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
2d20567
Add two error codes to the Error module
by Janos Follath
· 6 years ago
ab534cf
Fix number of allocated errors in Platform
by Janos Follath
· 6 years ago
c21a9f0
Merge remote-tracking branch 'origin/pr/2765' into development
by Jaeden Amero
· 6 years ago
914a507
Bump Mbed TLS version to 2.19.1
by Jaeden Amero
· 6 years ago
46d61b1
Merge remote-tracking branch 'origin/pr/2834' into development
by Jaeden Amero
· 6 years ago
5d46f6a
Invoke config.py instead of config.pl
by Gilles Peskine
· 6 years ago
5639aef
Uniformize whitespace in commented-out defines
by Gilles Peskine
· 6 years ago
62be28b
Merge remote-tracking branch 'origin/pr/2469' into development
by Jaeden Amero
· 6 years ago
63d813d
ssl: Disallow modification of hello.random by export
by Jaeden Amero
· 6 years ago
bfaa718
Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C
by Hanno Becker
· 6 years ago
af46c5f
Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h
by Hanno Becker
· 6 years ago
481659a
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
8dd6bc7
Merge remote-tracking branch 'origin/pr/2803' into development
by Jaeden Amero
· 6 years ago
4cf0e7e
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
49fcbea
Merge remote-tracking branch 'origin/pr/2799' into development
by Jaeden Amero
· 6 years ago
d031378
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
fe997c6
Update library version to 2.19.0
by Darryl Green
· 6 years ago
9c1b56b
3rdparty: Add config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
e1dfc98
Fix file permissions
by Christoph M. Wintersteiger
· 6 years ago
50d9f09
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 6 years ago
181f284
config.h: Silence missing documentation warning
by Christoph M. Wintersteiger
· 7 years ago
6cddd30
ECDH: Disable Everest by default
by Christoph M. Wintersteiger
· 7 years ago
e50b970
ECDH: Fix whitespace and doxygen comment
by Christoph M. Wintersteiger
· 7 years ago
02b8048
ECDH: Add Everest Curve25519 config.h option
by Christoph M. Wintersteiger
· 7 years ago
64f2643
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
4e0db56
Merge branch 'mbedtls-2.18' into development
by Jaeden Amero
· 6 years ago
f1cdcea
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
b9ca1b0
Fix parameter name in doxygen
by Jarno Lamsa
· 6 years ago
5c0e377
Provide serialisation API only if it's enabled
by Manuel Pégourié-Gonnard
· 6 years ago
9df5a82
Actually reset the context on save as advertised
by Manuel Pégourié-Gonnard
· 6 years ago
13c8e68
Change requirements for setting timer callback
by Manuel Pégourié-Gonnard
· 6 years ago
4b7e6b9
Add session saving/loading
by Manuel Pégourié-Gonnard
· 6 years ago
4c90e85
Add (stub) header writing and checking
by Manuel Pégourié-Gonnard
· 6 years ago
1aaf669
Implement usage checks in context_save()
by Manuel Pégourié-Gonnard
· 6 years ago
96fb0ee
Save Hello random bytes for later use
by Manuel Pégourié-Gonnard
· 6 years ago
d0a86f9
Clarify documentation of mbedtls_ssl_context_load()
by Manuel Pégourié-Gonnard
· 6 years ago
6d8f128
Fix typos, grammar and wording in documentation
by Manuel Pégourié-Gonnard
· 6 years ago
ac87e28
Declare and document ssl_context_save()/load()
by Manuel Pégourié-Gonnard
· 6 years ago
afa8f71
Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION
by Manuel Pégourié-Gonnard
· 6 years ago
f9b3303
Introduce specific error for ver/cfg mismatch on deserialization
by Hanno Becker
· 6 years ago
686adb4
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
df9bc21
Improve documentation
by Manuel Pégourié-Gonnard
· 6 years ago
7b3a887
Add list of coupled functions to struct definition
by Manuel Pégourié-Gonnard
· 6 years ago
26f982f
Improve save API by always updating olen
by Manuel Pégourié-Gonnard
· 6 years ago
b5e4e0a
Add mbedtls_ssl_get_session_pointer()
by Manuel Pégourié-Gonnard
· 6 years ago
5a6d6ec
Declare and document session save/load functions
by Manuel Pégourié-Gonnard
· 6 years ago
de718b9
Make calc_verify() return the length as well
by Manuel Pégourié-Gonnard
· 6 years ago
0d56aaa
Constify ssl_context param of calc_verify()
by Manuel Pégourié-Gonnard
· 6 years ago
df8e511
Added mbedtls_net_close and use it in ssl_fork_server to correctly
by Robert Larsen
· 6 years ago
833899e
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
beec142
Merge remote-tracking branch 'origin/pr/2790' into development
by Jaeden Amero
· 6 years ago
9a09f51
Merge remote-tracking branch 'origin/pr/2781' into development
by Jaeden Amero
· 6 years ago
58f11d0
Merge branch 'development' into development-restricted
by Jaeden Amero
· 6 years ago
815e9a2
Remove files sourced from Mbed Crypto
by Jaeden Amero
· 6 years ago
dbe4ff8
config: Fix Doxygen link to MBEDTLS_PARAM_FAILED
by Jaeden Amero
· 6 years ago
6609aef
Use mbedtls-based path for includes
by Jaeden Amero
· 6 years ago
4017d88
Merge remote-tracking branch 'upstream-restricted/development-proposed' into development-restricted-proposed
by Gilles Peskine
· 6 years ago
47be768
Make mbedtls_ssl_in_hdr_len() CID-unaware
by Hanno Becker
· 6 years ago
0183d69
Mark DTLS replay check as `const` on the SSL context
by Hanno Becker
· 6 years ago
605949f
Mark ssl_decrypt_buf() as `const in the input SSL context
by Hanno Becker
· 6 years ago
d840cea
Expand documentation of internal mbedtls_record structure
by Hanno Becker
· 6 years ago
Next »