TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
c5671bdcf4bea8b9b51a0734fa16af78b6b01dd9
/
library
/
x509_crt.c
85e1dcf
Fix handshake failure in suite B
by Ron Eldor
· 7 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
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
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
bc07c3a
fix minor bug in path_cnt checks
by Nicholas Wilson
· 10 years ago
0ece0f9
Fix checks for nul-termination
by Manuel Pégourié-Gonnard
· 10 years ago
43b37cb
Fix use of pem_read_buffer() in PK, DHM and X509
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
e36d564
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
159c524
Fix undefined behaviour in x509
by Manuel Pégourié-Gonnard
· 10 years ago
1e2eae0
Adapt pthread implementation to recent changes
by Manuel Pégourié-Gonnard
· 10 years ago
e6028c9
Fix some X509 macro names
by Manuel Pégourié-Gonnard
· 10 years ago
b5f48ad
manually merge 39a183a add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
39a183a
Add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
8408a94
Remove MBEDTLS_ from internal macros
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
1d0ca1a
Move key_usage to more that 8 bits
by Manuel Pégourié-Gonnard
· 10 years ago
1022fed
Remove redundant sig_oid2 in x509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
a252af7
Minor source simplification
by Manuel Pégourié-Gonnard
· 10 years ago
ca878db
Make md_info_t an opaque structure
by Manuel Pégourié-Gonnard
· 10 years ago
6e06437
Reverse meaning of OID_CMP
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
99b9259
Fix whitespace of 369e6c20.
by Mansour Moufid
· 10 years ago
c531b4a
Apply the semantic patch rm-malloc-cast.cocci.
by Mansour Moufid
· 10 years ago
fac657f
modify library/x509*.c to use polarssl_snprintf
by Rich Evans
· 11 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
555fbf8
Support composite RDNs in X.509 certs parsing
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 11 years ago
7cbe131
Fix more stdio inclusion issues
by Manuel Pégourié-Gonnard
· 11 years ago
acdb9b9
Fix unchecked error code on Windows
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
b4fe3cb
Rename to mbed TLS in the documentation/comments
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
9439f93
Use pk_load_file() in X509
by Manuel Pégourié-Gonnard
· 11 years ago
fd6c85c
Set a compile-time limit to X.509 chain length
by Manuel Pégourié-Gonnard
· 11 years ago
e5b0fc1
Make malloc-init script a bit happier
by Manuel Pégourié-Gonnard
· 11 years ago
f631bbc
Make x509_string_cmp() iterative
by Manuel Pégourié-Gonnard
· 11 years ago
8a5e3d4
Forbid repeated X.509 extensions
by Manuel Pégourié-Gonnard
· 11 years ago
b134060
Fix memory leak with crafted X.509 certs
by Manuel Pégourié-Gonnard
· 11 years ago
ef9a6ae
Allow comparing name with mismatched encodings
by Manuel Pégourié-Gonnard
· 11 years ago
8842124
Rename a function
by Manuel Pégourié-Gonnard
· 11 years ago
5a5fa92
x509_crt_parse() did not increase total_failed on PEM error
by Paul Bakker
· 11 years ago
d249b7a
Restore ability to trust non-CA selfsigned EE cert
by Manuel Pégourié-Gonnard
· 11 years ago
c4eff16
Restore ability to use v1 CA if trusted locally
by Manuel Pégourié-Gonnard
· 11 years ago
1c082f3
Update description and references for X.509 files
by Manuel Pégourié-Gonnard
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
d8bb826
Fix code styling for return statements
by Paul Bakker
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
c2ff208
Merge parsing and verification of RSASSA-PSS in X.509 modules
by Paul Bakker
· 11 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 11 years ago
Next »