TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
eb2b15accd4433cb15b144acff35a6328efa62f2
/
library
/
x509_crt.c
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
1f6301b
Rename mbedtls_zeroize to mbedtls_platform_zeroize
by Andres Amaya Garcia
· 7 years ago
e32df08
Remove individual copies of mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
15ad579
Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted
by Gilles Peskine
· 7 years ago
5f19328
Merge remote-tracking branch 'upstream-restricted/pr/398' into development-restricted-proposed
by Gilles Peskine
· 7 years ago
e57d743
Improve documentation of some internal functions
by Manuel Pégourié-Gonnard
· 7 years ago
05c00ed
Fix some more MSVC size_t -> int warnings
by Manuel Pégourié-Gonnard
· 7 years ago
f5bb781
Fix MSVC warnings
by Manuel Pégourié-Gonnard
· 7 years ago
05e464d
Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
85e1dcf
Fix handshake failure in suite B
by Ron Eldor
· 7 years ago
849bc65
Fix x509_get_subject_alt_name to drop invalid tag
by Andres Amaya Garcia
· 8 years ago
3f81691
Revert to old behaviour of profile_check_key()
by Manuel Pégourié-Gonnard
· 8 years ago
19773ff
Avoid comparing size between RSA and EC keys
by Manuel Pégourié-Gonnard
· 8 years ago
08c3663
Avoid possible miscast of PK key
by Manuel Pégourié-Gonnard
· 8 years ago
900fba6
Fix check_wildcard() calling convention
by Manuel Pégourié-Gonnard
· 8 years ago
08eacec
Fix some style issues and comment typos
by Manuel Pégourié-Gonnard
· 8 years ago
24611f9
Remove redundant variable
by Manuel Pégourié-Gonnard
· 8 years ago
562df40
Improve some comments, fix some typos+whitespace
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
329e78c
Improve handling of md errors in X.509
by Manuel Pégourié-Gonnard
· 8 years ago
8016474
Fix potential integer overflow parsing DER CRT
by Andres AG
· 8 years ago
3e19df5
Resource leak fix on windows platform
by Ron Eldor
· 9 years ago
8ab0595
Wrong preproccessor condition fix
by Ron Eldor
· 9 years ago
7ca4a03
Fix potential integer overflow parsing DER CRT
by Andres AG
· 8 years ago
36d9042
Resource leak fix on windows platform
by Ron Eldor
· 9 years ago
6314068
Wrong preproccessor condition fix
by Ron Eldor
· 9 years ago
9107b5f
Improve comments
by Manuel Pégourié-Gonnard
· 8 years ago
31458a1
Only return VERIFY_FAILED from a single point
by Manuel Pégourié-Gonnard
· 8 years ago
d15795a
Improve behaviour on fatal errors
by Manuel Pégourié-Gonnard
· 8 years ago
5d2511c
SHA-1 deprecation: allow it in key exchange
by Gilles Peskine
· 8 years ago
5e79cb3
Remove SHA-1 in TLS by default
by Gilles Peskine
· 8 years ago
fc794ff
Merge branch 'iotssl-1071-ca-flags'
by Simon Butcher
· 8 years ago
c0db511
Fix unused variable/function compilation warnings
by Andres AG
· 9 years ago
3c6b18d
Fix various compiler warnings with MSVC
by Simon B
· 9 years ago
d165066
Fix verify out flags from x509_crt_verify_top()
by Andres AG
· 9 years ago
3249cb7
Fix various compiler warnings with MSVC
by Simon B
· 9 years ago
f911319
Allow the entry_name size to be set in config.h
by Andres AG
· 9 years ago
98e28a7
Address user reported coverity issues.
by Janos Follath
· 9 years ago
4b852db
Merge branch 'iotssl-629-der-trailing-bytes'
by Simon Butcher
· 9 years ago
b437b4b
X509: Fix bug triggered by future CA among trusted
by Janos Follath
· 9 years ago
0c6aad9
x509: remove obsolete TODO comment
by Manuel Pégourié-Gonnard
· 9 years ago
eeef947
Clarify documentation about missing CRLs
by Manuel Pégourié-Gonnard
· 9 years ago
cc0e49d
x509: trailing bytes in DER: fix bug
by Janos Follath
· 9 years ago
f4569b1
Fix bug checking pathlen on first intermediate
by Manuel Pégourié-Gonnard
· 10 years ago
537e2a9
Merge branch 'iotssl-518-winpathlen-restricted' into development-restricted
by Manuel Pégourié-Gonnard
· 10 years ago
568f1e7
Merge branch 'iotssl-515-max-pathlen' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e670f90
Fix whitespace at EOL issues
by Manuel Pégourié-Gonnard
· 10 years ago
65eefc8
Fix missing check for RSA key length on EE certs
by Manuel Pégourié-Gonnard
· 10 years ago
261faed
Fix potential heap corruption on Windows
by Manuel Pégourié-Gonnard
· 10 years ago
5dd4fe1
Fixed pathlen contraint enforcement.
by Janos Follath
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
fdbdd72
Skip to trusted certs early in the chain
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
fa67eba
Fix X.509 keysize check with multiple CAs
by Manuel Pégourié-Gonnard
· 10 years ago
79c4e3e
Rm obsolete comments
by Manuel Pégourié-Gonnard
· 10 years ago
655a964
Adapt check_key_usage to new weird bits
by Manuel Pégourié-Gonnard
· 10 years ago
9a70225
Add parsing/printing for new X.509 keyUsage flags
by Manuel Pégourié-Gonnard
· 10 years ago
b80d16d
Fix return convention of x509_wildcard_verify()
by Manuel Pégourié-Gonnard
· 10 years ago
f9b85d9
Fix potential resource leak in X.509 parse dir
by Manuel Pégourié-Gonnard
· 10 years ago
1685368
Rationalize snprintf() usage in X.509 modules
by Manuel Pégourié-Gonnard
· 10 years ago
097c7bb
Rename relevant global symbols from size to bitlen
by Manuel Pégourié-Gonnard
· 10 years ago
a83e4e2
Extra check in verify_with_profile()
by Manuel Pégourié-Gonnard
· 10 years ago
cbb1f6e
Implement cert profile checking
by Manuel Pégourié-Gonnard
· 10 years ago
f8ea856
Change data structure of profiles to bitfields
by Manuel Pégourié-Gonnard
· 10 years ago
88db5da
Add pre-defined profiles for cert verification
by Manuel Pégourié-Gonnard
· 10 years ago
9505164
Create cert profile API (unimplemented yet)
by Manuel Pégourié-Gonnard
· 10 years ago
c730ed3
Rename boolean functions to be clearer
by Manuel Pégourié-Gonnard
· 10 years ago
0574bb0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
6a8ca33
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
by Manuel Pégourié-Gonnard
· 10 years ago
944cfe8
Allow use of global mutexes with threading_alt
by Manuel Pégourié-Gonnard
· 10 years ago
1b8de57
Remove a few redundant memset after calloc.
by Manuel Pégourié-Gonnard
· 10 years ago
Next »