TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
aaabe86ac1f47193f4fc499846a0b3abeae9207b
aaabe86
Merge pull request #3055 from yanesca/update_submodule_and_version_2.21.0
by Janos Follath
· 5 years ago
mbedtls-2.21.0
138c2ea
Add release info to ChangeLog
by Janos Follath
· 5 years ago
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
d1692ee
Update ChangeLog for crypto changes from a591985c62a9354db3027b4895c24377712b9620
by Janos Follath
· 5 years ago
a591985
Update submodule
by Janos Follath
· 5 years ago
8d073c7
Merge pull request #3037 from gilles-peskine-arm/update-submodule-20200206
by Gilles Peskine
· 5 years ago
25a5c09
Update ChangeLog for crypto changes from 799ae77f90584f39c2fbdae7e117ff5742774d77
by Gilles Peskine
· 5 years ago
799ae77
Update crypto submodule
by Gilles Peskine
· 5 years ago
f142d4c
Update ChangeLog for crypto changes since Mbed Crypto 3.0.1
by Gilles Peskine
· 5 years ago
a0c164a
Merge pull request #3010 from hanno-arm/tls_msg_split
by Manuel Pégourié-Gonnard
· 5 years ago
657daba
Merge pull request #2873 from gilles-peskine-arm/bk-warning-fixes-x509
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
393defe
Clarify two identical changelog entries
by Gilles Peskine
· 5 years ago
4c08dd4
Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os
by Manuel Pégourié-Gonnard
· 5 years ago
3ca1bcc
Add ChangeLog entry for #2663
by Gilles Peskine
· 6 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
00c858c
Merge pull request #3022 from piotr-now/test-suite-sending-app-data
by Jaeden Amero
· 5 years ago
c3fca5e
Add tests with sending application data to test_suite_ssl
by Piotr Nowicki
· 6 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
7555485
Merge pull request #3033 from yanesca/revert_pr_3008
by Janos Follath
· 6 years ago
c64eb63
Merge pull request #3021 from AndrzejKurek/handshake-tests
by Jaeden Amero
· 6 years ago
cc5169c
Add a PSK test to the mocked ssl handshake tests
by Andrzej Kurek
· 6 years ago
8949071
Move ssl_get_current_mtu() to public namespace
by Hanno Becker
· 6 years ago
533ab5f
Move flight and message buffering functions to public namespace
by Hanno Becker
· 6 years ago
40cdaa1
Move ssl_start_renegotiation() to public namespace
by Hanno Becker
· 6 years ago
ce5f5fd
Move ssl_handshake_wrapup_free_hs_transform() to public namespace
by Hanno Becker
· 6 years ago
786300f
Move ssl_resend_hello_request() to public namespace
by Hanno Becker
· 6 years ago
7e8e6a6
Move ssl_dtls_replay_reset() to public namespace
by Hanno Becker
· 6 years ago
43aefe2
Move ssl_session_reset_int() to public namespace
by Hanno Becker
· 6 years ago
3e6f8ab
Move SSL internal pointer updating routines to public namespace
by Hanno Becker
· 6 years ago
7876d12
Move ssl_check_timer() to public namespace
by Hanno Becker
· 6 years ago
dd77229
Move ssl_ep_len() to public namespace
by Hanno Becker
· 6 years ago
0f57a65
Move ssl_set_timer() to public namespace
by Hanno Becker
· 6 years ago
5da20cc
Merge pull request #3023 from gilles-peskine-arm/config-crypto
by Gilles Peskine
· 6 years ago
85de7a6
Revert "Merge pull request #3008 from jp-bennett/development"
by Janos Follath
· 6 years ago
f40daa3
Add version & ciphersuite tests to ssl handshake
by Andrzej Kurek
· 6 years ago
0330e21
Merge branch 'public/pr/2261' into development
by Manuel Pégourié-Gonnard
· 6 years ago
148c3de
Merge pull request #3018 from mpg/fix-ssl-opt-gnutls-no-sha1
by Janos Follath
· 6 years ago
320f4d9
Group PKCS11_C entries in check_config.h
by Manuel Pégourié-Gonnard
· 6 years ago
ec10bf1
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
6ec0f0f
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
4e8b594
Fix uninitialized variable in an edge case
by Gilles Peskine
· 6 years ago
2fdb1af
Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3
by Janos Follath
· 6 years ago
6bb3915
Always use "-O1 -Werror" in crypto-only test builds
by Gilles Peskine
· 6 years ago
b298074
Refactor certificates and keys in ssl handshake mock tests
by Andrzej Kurek
· 6 years ago
36ce88b
Merge pull request #2999 from catenacyber/fuzzrsa
by Gilles Peskine
· 6 years ago
512d040
Merge pull request #2964 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves-ls
by Gilles Peskine
· 6 years ago
2b91aba
Merge pull request #2984 from piotr-now/iotssl-2955-move-handshake-to-prescribed-state
by Jaeden Amero
· 6 years ago
ec541fe
Add test components for crypto-only builds
by Gilles Peskine
· 6 years ago
31987c6
Add config presets with only crypto
by Gilles Peskine
· 6 years ago
4245980
USE_PSA_CRYPTO: don't rely on the curve encoding
by Gilles Peskine
· 6 years ago
81d3100
Update crypto submodule
by Gilles Peskine
· 6 years ago
f4e672e
Add missing compilation guards in test suite
by Gilles Peskine
· 6 years ago
03035eb
Stop testing ssl3 when it isn't enabled
by Manuel Pégourié-Gonnard
· 6 years ago
2a1f178
Add test for prescribed states of handshake with the custom IO callbacks
by Piotr Nowicki
· 6 years ago
ead19fe
Merge pull request #2975 from mpg/add-zlib-tests-dev
by Manuel Pégourié-Gonnard
· 6 years ago
b719d4b
Merge pull request #2963 from jiblime/zlib-fix into development
by Janos Follath
· 6 years ago
bc4da29
De-duplicate SHA1-independent test in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
79ef1d4
Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated
by Jaeden Amero
· 6 years ago
77cbeff
Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1
by Manuel Pégourié-Gonnard
· 6 years ago
2b9ebce
Remove deprecated modules from config.py full
by Manuel Pégourié-Gonnard
· 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
d020bfc
Merge pull request #2949 from zfields/patch-1
by Manuel Pégourié-Gonnard
· 6 years ago
ba1150f
Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development
by Janos Follath
· 6 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
2047cd9
Add ChangeLog entry for MBEDTLS_PKCS11_C deprecation
by Andres Amaya Garcia
· 7 years ago
be3a440
Deprecate MBEDTLS_PKCS11_C feature
by Andres Amaya Garcia
· 7 years ago
c0c92fe
Merge pull request #3008 from jp-bennett/development
by Jaeden Amero
· 6 years ago
bfc73bc
Merge pull request #2988 from piotr-now/iotssl-2954-custom-io-callbacks-to-ssl-unit-test
by Jaeden Amero
· 6 years ago
d796e19
Fix memory allocation fail in TCP mock socket
by Piotr Nowicki
· 6 years ago
4c987e2
Merge pull request #2993 from yanesca/bump-version-2.20.0
by Janos Follath
· 6 years ago
042c5e4
Merge pull request #3000 from gilles-peskine-arm/changelog-2.20.0
by Manuel Pégourié-Gonnard
· 6 years ago
96134ef
Update ChangeLog
by Zachary J. Fields
· 6 years ago
4c736fb
Update Mbed Crypto SO version
by Janos Follath
· 6 years ago
ceceedb
Update Mbed Crypto to 3.0.1
by Janos Follath
· 6 years ago
e3b285d
Add crypto security fixes merged after mbedcrypto-3.0.0
by Gilles Peskine
· 6 years ago
62236d7
Add ChangeLog entry
by Jaeden Amero
· 6 years ago
fdc16f3
Allow loading symlinked certificates
by Jonathan Bennett
· 6 years ago
f2e2902
Add detection for zlib headers to all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
c40b685
Fix bug in record decompression
by Manuel Pégourié-Gonnard
· 6 years ago
342d2ca
Add test for record compression in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
95e0449
Add all.sh components with ZLIB enabled
by Manuel Pégourié-Gonnard
· 6 years ago
80fcace
Add changelog entry for the zlib support fix
by Gilles Peskine
· 6 years ago
9f25b8d
Fixes definition error when the deprecated MBEDTLS_ZLIB_SUPPORT and ENABLE_ZLIB_SUPPORT macro are defined/enabled for zlib support in mbedtls
by jiblime
· 6 years ago
50f5770
Fix GitHub repository indications for crypto changes in 2.20
by Gilles Peskine
· 6 years ago
8c7d2c2
Remove markdown artifacts
by Gilles Peskine
· 6 years ago
4073d4e
Add changelog entry for the unchecked mbedtls_md call
by Gilles Peskine
· 6 years ago
Next »