TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
08eacecc62b182b12d9b64f418ad1575b78f10ca
08eacec
Fix some style issues and comment typos
by Manuel Pégourié-Gonnard
· 8 years ago
d23bc1b
Merge branch 'iotssl-1381-x509-verify-refactor' into iotssl-1381-x509-verify-refactor-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
c1c1643
Merge pull request #1 from gertvdijk/issue1040-mpgbranch
by Manuel Pégourié-Gonnard
· 8 years ago
25d124d
Tests: depends-pkalgs.pl - disable less options
by Gert van Dijk
· 8 years ago
4f13195
Tests: add omitted dependency on MBEDTLS_ECDSA_C in test_suite_debug
by Gert van Dijk
· 8 years ago
4b6e210
Merge branch 'mbedtls-2.6' into iotssl-1381-x509-verify-refactor-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
be2f0b5
Fix test that didn't check full value of flags
by Manuel Pégourié-Gonnard
· 8 years ago
7766a2c
Improve some comments
by Manuel Pégourié-Gonnard
· 8 years ago
72ea31b
Update version number to 2.6.0
by Simon Butcher
· 8 years ago
mbedtls-2.6.0
01971d0
Fix language in Changelog for clarity
by Simon Butcher
· 8 years ago
a54f6cc
Unify name of default profile in X.509 tests
by Manuel Pégourié-Gonnard
· 8 years ago
24611f9
Remove redundant variable
by Manuel Pégourié-Gonnard
· 8 years ago
7ff243a
Add missing dependency in test-certs Makefile
by Manuel Pégourié-Gonnard
· 8 years ago
562df40
Improve some comments, fix some typos+whitespace
by Manuel Pégourié-Gonnard
· 8 years ago
ea2dc14
Fix some whitespace
by Manuel Pégourié-Gonnard
· 8 years ago
a7c4c8a
Make some perl scripts usable with git bisect run
by Manuel Pégourié-Gonnard
· 8 years ago
66a36b0
Update comments
by Manuel Pégourié-Gonnard
· 8 years ago
505c395
Make the ver_chain length explicit
by Manuel Pégourié-Gonnard
· 8 years ago
a707e1d
Extract code to separate function for readablity
by Manuel Pégourié-Gonnard
· 8 years ago
ce6e52f
Make verify_chain() iterative
by Manuel Pégourié-Gonnard
· 8 years ago
f86f491
Rm unneeded function arguments & update comments
by Manuel Pégourié-Gonnard
· 8 years ago
c547d1a
Start using an explicit stack for callback info
by Manuel Pégourié-Gonnard
· 8 years ago
a468eb1
verify_name(): factor duplicated code to function
by Manuel Pégourié-Gonnard
· 8 years ago
1300e99
Extract name checking to separate function
by Manuel Pégourié-Gonnard
· 8 years ago
6368612
Move code to separate function for readability
by Manuel Pégourié-Gonnard
· 8 years ago
27e9479
Simplify handling of locally trusted EE certs
by Manuel Pégourié-Gonnard
· 8 years ago
bdc5440
Update comments
by Manuel Pégourié-Gonnard
· 8 years ago
cb39610
Finally merge the remains of top() into child()
by Manuel Pégourié-Gonnard
· 8 years ago
6364277
Let verify_top() handle only the parent
by Manuel Pégourié-Gonnard
· 8 years ago
6e78674
Move top()'s checks on child to child()
by Manuel Pégourié-Gonnard
· 8 years ago
784aee3
Move other special case from top() to child()
by Manuel Pégourié-Gonnard
· 8 years ago
b9983be
Move one special case from verify_top() to child()
by Manuel Pégourié-Gonnard
· 8 years ago
66fac75
Merge duplicated checks between child() and top()
by Manuel Pégourié-Gonnard
· 8 years ago
58dcd2d
Get rid of unused variables/arguments
by Manuel Pégourié-Gonnard
· 8 years ago
8f8c282
Merge near-duplicated (grand)parent finding code
by Manuel Pégourié-Gonnard
· 8 years ago
f82a4d5
Factor duplicated code into function
by Manuel Pégourié-Gonnard
· 8 years ago
32fdc60
Unnest code in verify_top()
by Manuel Pégourié-Gonnard
· 8 years ago
6038cb6
Remove duplicate parent-searching in verify_top()
by Manuel Pégourié-Gonnard
· 8 years ago
2f09d59
Add badkey-skipping to find_parent()
by Manuel Pégourié-Gonnard
· 8 years ago
3e329b8
Add badtime-skipping feature to new function
by Manuel Pégourié-Gonnard
· 8 years ago
9c6118c
Factor one more occurrence of code into function
by Manuel Pégourié-Gonnard
· 8 years ago
2f1c33d
Factor repeated code into function
by Manuel Pégourié-Gonnard
· 8 years ago
17f4a6a
Take shortcut for directly trusted EE cert
by Manuel Pégourié-Gonnard
· 8 years ago
c61e5c9
Don't search twice for a non-existing parent
by Manuel Pégourié-Gonnard
· 8 years ago
b8acfd2
Fix calls to check_parent()
by Manuel Pégourié-Gonnard
· 8 years ago
35407c7
Add comments on chain verification cases
by Manuel Pégourié-Gonnard
· 8 years ago
9bc860c
Add test for callback and bad signatures
by Manuel Pégourié-Gonnard
· 8 years ago
a656825
Add test for bad name and callback
by Manuel Pégourié-Gonnard
· 8 years ago
2d825d4
Add test for same CA with different keys
by Manuel Pégourié-Gonnard
· 8 years ago
c10afdb
Add test for CA forgery attempt
by Manuel Pégourié-Gonnard
· 8 years ago
d092277
Add test for profile on trusted EE cert
by Manuel Pégourié-Gonnard
· 8 years ago
bc31301
Add tests for flags passed to f_vrfy
by Manuel Pégourié-Gonnard
· 8 years ago
ffa42ef
Add ability to test flags value in vrfy callback
by Manuel Pégourié-Gonnard
· 8 years ago
329e78c
Improve handling of md errors in X.509
by Manuel Pégourié-Gonnard
· 8 years ago
a4a206e
Clarify documentation for directly-trusted certs
by Manuel Pégourié-Gonnard
· 8 years ago
602544e
Fix usage of CFLAGS with cmake in all.sh
by Manuel Pégourié-Gonnard
· 8 years ago
43be6cd
Fix depends_on:pk_alg in test suites
by Manuel Pégourié-Gonnard
· 8 years ago
902bb6a
Add new test script depends-pkalgs.pl
by Manuel Pégourié-Gonnard
· 8 years ago
5be9533
Fix depends_on:curve in x509 tests
by Manuel Pégourié-Gonnard
· 8 years ago
9ba9dfb
Fix usage of {curves,key-exchanges}.pl in all.sh
by Manuel Pégourié-Gonnard
· 8 years ago
1fe6bb9
Fix missing depends_on:SHA/MD in x509 tests
by Manuel Pégourié-Gonnard
· 8 years ago
42a4d30
Add new test script depends-hashes.pl
by Manuel Pégourié-Gonnard
· 8 years ago
b341dd5
Add tests for spurious certs in the chain
by Manuel Pégourié-Gonnard
· 8 years ago
4dfc04a
Add test for bad signature with longer chain
by Manuel Pégourié-Gonnard
· 8 years ago
29d60fb
Add test for expired cert in longer chain
by Manuel Pégourié-Gonnard
· 8 years ago
4185978
Add tests for fatal error in vrfy callback
by Manuel Pégourié-Gonnard
· 8 years ago
6b9d53f
Add ability to test failing vrfy callback
by Manuel Pégourié-Gonnard
· 8 years ago
6622fed
Add tests for profile enforcement
by Manuel Pégourié-Gonnard
· 8 years ago
9832cea
Set deterministic flags for NULL profile
by Manuel Pégourié-Gonnard
· 8 years ago
e54931f
Add "profile" arg to X.509 test function
by Manuel Pégourié-Gonnard
· 8 years ago
85b602e
Improve documentation of PKCS1 decryption functions
by Hanno Becker
· 8 years ago
3f2557e
Fix style and missing item in ChangeLog
by Simon Butcher
· 8 years ago
a418e82
Add credit to Changelog to fix for #666
by Simon Butcher
· 8 years ago
mbedtls-2.6.0-rc1
a55e084
Fix naked call to time() with platform call
by Simon Butcher
· 8 years ago
9fae222
Fix ChangeLog for duplication after merge
by Simon Butcher
· 8 years ago
61937d4
Rename time and index parameter to avoid name conflict.
by Hanno Becker
· 8 years ago
840bace
Correct comment
by Hanno Becker
· 8 years ago
7ec83df
Adapt ChangeLog
by Hanno Becker
· 8 years ago
ce37e62
Reliably zeroize sensitive data in AES sample application
by Hanno Becker
· 8 years ago
f601ec5
Reliably zeroize sensitive data in Crypt-and-Hash sample application
by Hanno Becker
· 8 years ago
6b171e4
Fix potential integer overflow parsing DER CRT
by Andres AG
· 8 years ago
ce49a25
Fix potential integer overflow parsing DER CRL
by Andres AG
· 8 years ago
2dfb021
Move the git scripts to correct path
by Ron Eldor
· 8 years ago
cf61d7d
Update after @sbutcher-arm comments
by Ron Eldor
· 8 years ago
13067fc
Fix slash direction for linux path
by Ron Eldor
· 8 years ago
e9b3f7e
Add note for the git_hoos README file
by Ron Eldor
· 8 years ago
f16ce1c
Pre push hook script
by Ron Eldor
· 9 years ago
a207e75
Check return code of mbedtls_mpi_fill_random
by Ron Eldor
· 9 years ago
7faf92a
Resource leak fix on windows platform
by Ron Eldor
· 9 years ago
368d55c
Wrong preproccessor condition fix
by Ron Eldor
· 9 years ago
d5a75f4
fix for issue 1118: check if iv is zero in gcm.
by Ron Eldor
· 9 years ago
c08d9dd
Remove mutexes from ECP hardware acceleration
by Janos Follath
· 8 years ago
26b9f7d
Fix get option in config.pl script
by Hanno Becker
· 8 years ago
f145a9d
Fix the check for max CA intermediates in ssl-opt.sh
by Simon Butcher
· 8 years ago
9e24b51
Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA
by Simon Butcher
· 8 years ago
c6f346b
Fix get option in config.pl script
by Hanno Becker
· 8 years ago
bcfa6f4
Fix the check for max CA intermediates in ssl-opt.sh
by Simon Butcher
· 8 years ago
efdfeeb
Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA
by Simon Butcher
· 8 years ago
bba1c29
Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls-restricted into development
by Simon Butcher
· 8 years ago
85097c7
Merge branch 'development'
by Simon Butcher
· 8 years ago
Next »