TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
12c299caeac555d036d05ec0b69eccce4a4e9583
12c299c
Merge pull request #3184 from gilles-peskine-arm/pylint-up-to-2.4-2.16
by Gilles Peskine
· 5 years ago
da1d437
Merge pull request #3197 from piotr-now/max_pathlen_overflow_mbedtls-2.16
by Jaeden Amero
· 5 years ago
acf7f2c
Guard from undefined behaviour in case of an INT_MAX max_pathlen
by Andrzej Kurek
· 5 years ago
a8bc328
Merge pull request #3164 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.16
by Gilles Peskine
· 5 years ago
11b0269
Pylint: silence locally-disabled/enabled messages
by Gilles Peskine
· 5 years ago
867ab91
Pylint: allow using pass even when not strictly necessary
by Gilles Peskine
· 5 years ago
399b82f
Pylint: minor code simplifications
by Gilles Peskine
· 5 years ago
5d1dfd4
Pylint: abide by useless-object-inheritance warnings
by Gilles Peskine
· 5 years ago
a1bb3f8
mbedtls_test.py: drop compatibility with Python 2
by Gilles Peskine
· 5 years ago
af67f8d
Document more methods in Python scripts
by Gilles Peskine
· 5 years ago
ea16e3d
Pylint: disable logging-format-interpolation warning
by Gilles Peskine
· 5 years ago
926f696
Pylint: allow if-return-else-return
by Gilles Peskine
· 5 years ago
8c3ad4b
Make check_python_files non-optional in all.sh
by Gilles Peskine
· 5 years ago
c373000
Make sure to use a Python 3 pylint
by Gilles Peskine
· 5 years ago
2a1d933
Merge pull request #682 from ARMmbed/prepare-rc-2.16.6-updated
by Janos Follath
· 5 years ago
mbedtls-2.16.6
dab3fd6
Merge branch 'mbedtls-2.16-restricted' into prepare-rc-2.16.6-updated
by Manuel Pégourié-Gonnard
· 5 years ago
ef98d49
Merge remote-tracking branch 'restricted/pr/670' into mbedtls-2.16-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
85ce08d
Add missing ChangeLog entry
by Janos Follath
· 5 years ago
c04703c
Bump version to Mbed TLS 2.16.6
by Janos Follath
· 5 years ago
816305b
Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.6r0
by Janos Follath
· 5 years ago
84751ec
Merge pull request #3157 from mpg/improve-make-tags-2.16
by Gilles Peskine
· 5 years ago
3a1b209
Merge pull request #676 from ARMmbed/ecc-projective-2.16-restricted
by Janos Follath
· 5 years ago
b19ad11
unit tests: Indicate missing unmet dependencies
by Ronald Cron
· 5 years ago
69cc630
unit tests: Fix potential buffer overflow
by Ronald Cron
· 5 years ago
bde4d30
Prefer unsigned types for non-negative numbers
by Gilles Peskine
· 6 years ago
07c83f2
unit tests: Backport ARRAY_LENGTH macro
by Ronald Cron
· 5 years ago
5e65619
Merge pull request #3142 from mpg/fix-reconnect-2.16
by Gilles Peskine
· 5 years ago
6c2908e
Allow alternative ctags versions in Makefile
by Manuel Pégourié-Gonnard
· 5 years ago
a151d5b
Improve ctags invocation in Makefile
by Manuel Pégourié-Gonnard
· 5 years ago
901e87e
Merge pull request #3124 from AndrzejKurek/typo_asn1_tests
by Manuel Pégourié-Gonnard
· 5 years ago
984c1f7
Merge pull request #3136 from sbutcher-arm/additional-config-checks-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
f600416
Fix leakage of projective coordinates in ECC
by Manuel Pégourié-Gonnard
· 5 years ago
bfa0f7d
Merge pull request #3143 from gilles-peskine-arm/unmet_dependencies-int-2.16
by Janos Follath
· 5 years ago
b08a334
Improve debug logging of client hard reconnect
by Manuel Pégourié-Gonnard
· 5 years ago
7fe5ac1
Fix some style issues in udp_proxy
by Manuel Pégourié-Gonnard
· 5 years ago
e8caf26
Since unmet_dependencies stores integers, represent them as int
by Gilles Peskine
· 5 years ago
edb58ad
Merge pull request #3106 from mpg/3013-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
34cbf10
Adjust timeout of tests with "no resend" assertions
by Manuel Pégourié-Gonnard
· 6 years ago
b85ce9e
Add negative test for hard reconnect cookie check
by Manuel Pégourié-Gonnard
· 5 years ago
5cc0879
Correct comment on the configuration option in x509.c
by Simon Butcher
· 5 years ago
14ba0ce
Add additional sanity checks to check_config.h
by Simon Butcher
· 6 years ago
5c15847
Typo fix in test_suite_asn1write.function
by Andrzej Kurek
· 5 years ago
96955d5
Merge pull request #3114 from mpg/ssl-opt-names-2.16
by Gilles Peskine
· 5 years ago
98a879a
Improve some test names in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 5 years ago
a46f75c
Fix debug message by using the correct function name called
by Ercan Ozturk
· 6 years ago
b5695d9
Merge pull request #3101 from sbutcher-arm/change-used-pylint-2.16
by Janos Follath
· 5 years ago
47f7287
Change the use of pylint to optionally use pylint3
by Simon Butcher
· 5 years ago
acfa368
Merge pull request #2439 from andresag01/mbedtls-2.16-iotssl-2544-deprecate-record-accel
by Manuel Pégourié-Gonnard
· 5 years ago
302f57a
Merge pull request #3090 from sbutcher-arm/output-env-pylint-mbedtls-2.16
by Jaeden Amero
· 5 years ago
bae7328
Fix output_env.sh for varying pylint3 output
by Simon Butcher
· 5 years ago
85c4c86
Add Python, Perl and Pylint to output_env.sh
by Simon Butcher
· 5 years ago
874a64e
Merge pull request #3083 from sbutcher-arm/output_env-enhancements-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
679d2de
Make minor fixes to output_env.sh after review
by Simon Butcher
· 5 years ago
3104eec
Enhance the output_env.sh script
by Simon Butcher
· 5 years ago
22348c7
Merge pull request #3063 from danh-arm/dh/drop-cla-2.16
by danh-arm
· 5 years ago
d7c2737
Merge pull request #3060 from mpg/skip-close-notify-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
21e9a4c
Add project description to README.md
by Dan Handley
· 5 years ago
0b54a46
Minor formatting fixes to CONTRIBUTING.md
by Dan Handley
· 5 years ago
69feadc
Drop requirement for a CLA
by Dan Handley
· 5 years ago
9f3bdb8
Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh
by Andres Amaya Garcia
· 7 years ago
52dbda6
Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on
by Andres Amaya Garcia
· 7 years ago
498e632
Fix possible close_notify/ClientHello confusion
by Manuel Pégourié-Gonnard
· 5 years ago
0fce215
Merge pull request #3053 from yanesca/bump-version-2.16.5
by Janos Follath
· 5 years ago
mbedtls-2.16.5
04039a5
Add release info to ChangeLog
by Janos Follath
· 5 years ago
334cf59
Bump version to Mbed TLS 2.16.5
by Janos Follath
· 5 years ago
0b59b6d
Merge pull request #3048 from mpg/fix-rsa-complete-2.16
by Gilles Peskine
· 5 years ago
6444d15
Add ChangeLog entries for pk_parse_key() fixes
by Manuel Pégourié-Gonnard
· 5 years ago
d09fcde
Fix pkparse bug wrt MBEDTLS_RSA_ALT
by Manuel Pégourié-Gonnard
· 5 years ago
96ed13e
Test each failure mode of pk_parse_key_pkcs1_der()
by Manuel Pégourié-Gonnard
· 5 years ago
12fb9c3
Clean up test function pk_parse_key
by Manuel Pégourié-Gonnard
· 5 years ago
25bb8dc
Check public part when parsing private RSA key
by Manuel Pégourié-Gonnard
· 5 years ago
9ab0305
Don't pass zero to rsa_complete() as a param
by Manuel Pégourié-Gonnard
· 5 years ago
a59988e
Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
8d9b1c4
Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
b458b1f
Merge pull request #3034 from yanesca/revert_pr_3012
by Janos Follath
· 6 years ago
cabf0ee
Revert "Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16"
by Janos Follath
· 6 years ago
82ebf51
Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16
by Janos Follath
· 6 years ago
0fe92c2
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
99d70d8
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
8ece857
shrink tests: clearer description
by Gilles Peskine
· 6 years ago
e0ced3a
Move test functions from Lilliput to Blefuscu
by Gilles Peskine
· 6 years ago
56427c2
Minor comment improvement
by Gilles Peskine
· 6 years ago
27c15c7
Improve comments in mpi_shrink
by Gilles Peskine
· 6 years ago
3e9f522
mpi_copy: make the 0 case slightly more robust
by Gilles Peskine
· 6 years ago
8fe3b79
Better coverage for copy and swap
by Gilles Peskine
· 6 years ago
e6cca7c
Bignum copy/shrink: More precise test case descriptions
by Gilles Peskine
· 6 years ago
c63676a
Merge pull request #3016 from jack-fortanix/jack/parse-rsa-crt-2.16
by Gilles Peskine
· 6 years ago
4cc20f6
Fix duplicated Bugfix section in the changelog
by Gilles Peskine
· 6 years ago
216c44d
Add changelog entry
by Gilles Peskine
· 6 years ago
a7b9007
Merge pull request #2972 from mpg/add-zlib-tests-2.16
by Manuel Pégourié-Gonnard
· 6 years ago
d20ae89
De-duplicate SHA1-independent test in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
7c9add2
Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1
by Manuel Pégourié-Gonnard
· 6 years ago
b10fd06
Parse RSA parameters DP, DQ and QP from PKCS1 private keys
by Jack Lloyd
· 6 years ago
bac9f1b
Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16
by Janos Follath
· 6 years ago
1f10f2e
Merge pull request #3014 from mpg/fix-attribution-ecdsa-inc
by Janos Follath
· 6 years ago
58c2779
Fix previous ChangeLog merging error
by Manuel Pégourié-Gonnard
· 6 years ago
cc41e6c
Fix contributor names in ChangeLog
by Manuel Pégourié-Gonnard
· 6 years ago
114d339
Add detection for zlib headers to all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
7550e85
Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16
by Jaeden Amero
· 6 years ago
d0c2575
Merge pull request #2992 from yanesca/bump-version-2.16.4
by Janos Follath
· 6 years ago
Next »