TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
4850263bb563eedfdfe6163f4828359e82d3d3a7
/
library
ee61b66
Merge pull request #3302 from gilles-peskine-arm/psa-lifetime-persistence-indicator
by Gilles Peskine
· 5 years ago
c39a80d
Merge pull request #3312 from sander-visser/cleanup-nullptr-deref
by Gilles Peskine
· 5 years ago
2b04f46
Update SE support to pass a location when registering a driver
by Gilles Peskine
· 5 years ago
1a4a3f5
Merge pull request #3311 from sander-visser/validate-tls-mac-key-len
by Janos Follath
· 5 years ago
3888b03
Add variable initialization to large SSL TLS function.
by sander-visser
· 5 years ago
b8aa207
Scope reduction to enable NULL check to protect dereferencing.
by sander-visser
· 5 years ago
1abe8ee
Expose SSL HW record acceleration error.
by sander-visser
· 5 years ago
d9f6949
Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development
by Gilles Peskine
· 5 years ago
1d632c2
Merge pull request #3239 from opatomic/win2kdns
by Manuel Pégourié-Gonnard
· 5 years ago
9515d76
Merge pull request #3219 from aggarg/err_optimization
by Gilles Peskine
· 5 years ago
3b1c072
Merge pull request #3217 from irwir/fix_ssl_tls.c
by danh-arm
· 5 years ago
924a1f2
Merge pull request #3147 from gocarlos/gocarlos-patch-1
by danh-arm
· 5 years ago
2b2acf1
add support for win2k
by opatomic
· 5 years ago
b1c8e41
Merge pull request #3209 from aurel32/fix-ecp_double_add_mxz
by Manuel Pégourié-Gonnard
· 5 years ago
66deb38
Fix wrong modulo call in ecp_double_add_mxz
by Aurelien Jarno
· 5 years ago
cabde25
Align with coding style
by Gaurav Aggarwal
· 5 years ago
518d435
Fix GCC format-signedness warnings
by Kenneth Soerensen
· 5 years ago
6bd4c79
Merge pull request #3150 from irwir/fix_ssl_srv
by Manuel Pégourié-Gonnard
· 5 years ago
8663c74
Remove error_description variable from strerr functions
by Gaurav Aggarwal
· 5 years ago
d3085ab
Avoid re-assigning zero to `ret` variable. Resolve #3182.
by irwir
· 5 years ago
5cac337
Merge pull request #3208 from irwir/fix_md.c
by Gilles Peskine
· 5 years ago
dc9c47d
Merge pull request #3176 from aggarg/development
by Gilles Peskine
· 5 years ago
c9bc300
Simplify bounds check in ssl_write_certificate_request
by irwir
· 5 years ago
6ea4fc7
Address review comments
by Gaurav Aggarwal
· 5 years ago
1a75d0c
Strict C99: don't use an anonymous union field
by Gilles Peskine
· 5 years ago
01fd875
Strict C99: Don't repeat the typedef for psa_se_drv_table_entry_t
by Gilles Peskine
· 5 years ago
f0fec77
Fix "same actions in two cases of a switch statement" warning Resolves #3202
by irwir
· 5 years ago
10a5b53
Sort lists in Makefiles and have one item per line
by Manuel Pégourié-Gonnard
· 5 years ago
31f4cd9
Merge pull request #3192 from AndrzejKurek/max_pathlen_overflow
by Jaeden Amero
· 5 years ago
1605074
Guard from undefined behaviour in case of an INT_MAX max_pathlen
by Andrzej Kurek
· 5 years ago
a18c4f3
Merge pull request #686 from ARMmbed/merge-2.22.0-release-to-development
by Janos Follath
· 5 years ago
5d318cc
Merge pull request #3130 from gbryant-arm/generic-psk
by Manuel Pégourié-Gonnard
· 5 years ago
ac15f84
Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0
by Janos Follath
· 5 years ago
mbedtls-2.22.0
3d02db2
Add auto-generated code markers
by Gaurav Aggarwal
· 5 years ago
a4a2aa5
Address review comments
by Gaurav Aggarwal
· 5 years ago
66e21ef
Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiation
by Jaeden Amero
· 5 years ago
2848239
Merge branch 'development-restricted' into prepare-rc-2.22.0-updated
by Manuel Pégourié-Gonnard
· 5 years ago
215d2e1
Merge remote-tracking branch 'restricted/pr/662' into development-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
a9f6400
Add support for const error description strings
by Gaurav Aggarwal
· 5 years ago
8ea6872
Improve pointer calculations when resizing I/O buffers
by Andrzej Kurek
· 5 years ago
90c6e84
Split the maximum fragment length into two - an input and output MFL
by Andrzej Kurek
· 5 years ago
876e025
Bump version to Mbed TLS 2.22.0
by Janos Follath
· 5 years ago
dca973b
Merge branch 'development-restricted' into mbedtls-2.22.0r0
by Janos Follath
· 5 years ago
0c9b195
Return internal error if no PSK is found when deriving the premaster secret
by Guilhem Bryant
· 5 years ago
54e1c30
Merge pull request #3160 from gilles-peskine-arm/hkdf_expand-initialize_t-development
by Gilles Peskine
· 5 years ago
15f30dc
Merge remote-tracking branch 'public/pr/2856' into development
by Manuel Pégourié-Gonnard
· 5 years ago
03d3711
Fix bracket style
by Guilhem Bryant
· 5 years ago
a5f0bd3
build: add option to treat compiler warnings as errors
by Carlos Gomes Martinho
· 5 years ago
3ab121a
hkdf_expand: explicitly initialize t
by Gilles Peskine
· 5 years ago
60d6516
Fix whitespace style
by Gilles Peskine
· 5 years ago
3124164
Merge pull request #3132 from mpg/fix-reconnect
by Gilles Peskine
· 5 years ago
b5f04e4
Properly initialise psk and psk_len
by Guilhem Bryant
· 5 years ago
243d70f
Improve debug logging of client hard reconnect
by Manuel Pégourié-Gonnard
· 5 years ago
3aa6405
Correct comment on the configuration option in x509.c
by Simon Butcher
· 5 years ago
61b0fe6
Initialise psk_len in mbedtls_ssl_psk_derive_premaster()
by Guilhem Bryant
· 5 years ago
824655c
Fix lack of cookie check on hard reconnect
by Manuel Pégourié-Gonnard
· 5 years ago
a4aa89b
Fix leakage of projective coordinates in ECC
by Manuel Pégourié-Gonnard
· 5 years ago
82194c8
Fix bracketing style in ssl_tls.c
by Guilhem Bryant
· 5 years ago
98911cd
makefile: remove unneeded priority dependency from library makefile
by Andrzej Kurek
· 5 years ago
c5285d8
Use internal PSK getter
by Guilhem Bryant
· 5 years ago
3ed2de9
Refresh generated files
by Gilles Peskine
· 5 years ago
5e7d6fd
Merge 'mbedtls/development' into merge-crypto-unremoved-20200304
by Gilles Peskine
· 5 years ago
a647f12
Delete third-party objects in cleanup
by Gilles Peskine
· 5 years ago
eccd888
Rename identifiers containing double-underscore
by Gilles Peskine
· 5 years ago
0a968f7
Fix the shared library build with CMake
by Gilles Peskine
· 5 years ago
55d5353
Remove lingering build code referencing the crypto submodule
by Gilles Peskine
· 5 years ago
aae57bf
Remove remaining references to the crypto subdirectory
by Gilles Peskine
· 5 years ago
d2e77b5
Restore the library SO version in Makefile
by Gilles Peskine
· 5 years ago
b22d0cf
Re-generate automatically generated files
by Gilles Peskine
· 5 years ago
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
3a67150
Revert "md: Remove dependency on X.509"
by Gilles Peskine
· 5 years ago
1174db5
Revert "ecp: Remove dependency on TLS and X.509"
by Gilles Peskine
· 5 years ago
6bbe783
Revert "Remove pkcs11-helper option"
by Gilles Peskine
· 5 years ago
5bb8bec
Revert "Remove zlib"
by Gilles Peskine
· 5 years ago
722a7e6
Revert "Only build libmbedcrypto"
by Gilles Peskine
· 5 years ago
4e11749
Revert "config: Remove TLS and NET options"
by Gilles Peskine
· 5 years ago
252e391
Revert "config: Remove X.509 options"
by Gilles Peskine
· 5 years ago
458b8f2
Revert "Remove unused TLS, NET, and X.509 files"
by Gilles Peskine
· 5 years ago
7ed01e8
ssl_srv.c: initialize flags on each iteration of the loop
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
0afa2a1
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
e07bc20
Fix compile errors with MBEDTLS_SSL_HW_RECORD_ACCEL
by Manuel Pégourié-Gonnard
· 5 years ago
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
cf4a40b
Merge pull request #370 from yanesca/update-version-2.21.0
by Janos Follath
· 5 years ago
bc7c242
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
bbb5a0a
Fix pkparse bug wrt MBEDTLS_RSA_ALT
by Manuel Pégourié-Gonnard
· 5 years ago
c422679
Check public part when parsing private RSA key
by Manuel Pégourié-Gonnard
· 5 years ago
a04a2c3
Don't pass zero to rsa_complete() as a param
by Manuel Pégourié-Gonnard
· 5 years ago
a0c164a
Merge pull request #3010 from hanno-arm/tls_msg_split
by Manuel Pégourié-Gonnard
· 5 years ago
3605073
Fixed possibly undefined variable warnings by initializing variables to 0.
by Benjamin Kier
· 6 years ago
9d062f9
Move ssl_mac() from ssl_tls.c to ssl_msg.c
by Hanno Becker
· 5 years ago
4d8c836
Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink
by Manuel Pégourié-Gonnard
· 5 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
8949071
Move ssl_get_current_mtu() to public namespace
by Hanno Becker
· 6 years ago
Next »