Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
246ef1718067c9b12465760fa32b4730342217a4
/
drivers
/
auth
25532c7
Fix type of cot_desc_ptr
by Sandrine Bailleux
· 5 years ago
d207f56
Mbed TLS: Remove weak heap implementation
by Ambroise Vincent
· 6 years ago
8634cff
Checkpatch: Style fix
by Joel Hutton
· 6 years ago
69931af
cot-desc: optimise memory further
by Joel Hutton
· 6 years ago
e9919bb
Reduce memory needed for CoT description
by Joel Hutton
· 6 years ago
a88a35d
Remove several warnings reported with W=2
by Ambroise Vincent
· 6 years ago
69c88d1
Remove Mbed TLS dependency from plat_bl_common.c
by John Tsichritzis
· 6 years ago
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
dc9fab1
Remove all other deprecated interfaces and files
by Antonio Nino Diaz
· 6 years ago
30f8964
Prepare Mbed TLS drivers for shared heap
by John Tsichritzis
· 6 years ago
00086e3
libc: Use printf and snprintf across codebase
by Antonio Nino Diaz
· 6 years ago
64d4de0
Add atexit function to libc
by Roberto Vargas
· 6 years ago
d51207e
Don't include mbebtls include paths in INCLUDES
by Roberto Vargas
· 6 years ago
502290b
Create a library file for libmbedtls
by Roberto Vargas
· 6 years ago
ec06c3b
Move to mbedtls-2.10.0 tag
by Jeenu Viswambharan
· 6 years ago
2bb78d3
Dynamic cfg: Enable support on CoT for other configs
by Soby Mathew
· 7 years ago
52f707f
Fix MISRA rule 8.4 Part 4
by Roberto Vargas
· 7 years ago
be126ed
Fix MISRA rule 8.3 Part 4
by Roberto Vargas
· 7 years ago
5cc3bc8
Clean usage of void pointers to access symbols
by Joel Hutton
· 7 years ago
0bdfef0
Dynamic cfg: Add HW and TB_FW configs to CoT
by Soby Mathew
· 7 years ago
9f41248
bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP
by Roberto Vargas
· 7 years ago
1a1f291
tbbr: Add build flag HASH_ALG to let the user to select the SHA
by Qixiang Xu
· 7 years ago
aa05eea
Dynamic selection of ECDSA or RSA
by Qixiang Xu
· 7 years ago
1c2aef1
Add support for TBBR using ECDSA keys in ARM platforms
by Qixiang Xu
· 7 years ago
2fd70f6
cert_tool: Support for legacy RSA PKCS#1 v1.5
by Soby Mathew
· 7 years ago
13b1605
Export KEY_ALG as a user build option
by Soby Mathew
· 7 years ago
8072678
Support Trusted OS firmware extra images in TF tools
by Summer Qin
· 8 years ago
9930501
Fix order of #includes
by Isla Mitchell
· 7 years ago
d349023
Do basic CryptoCell LCS check
by Soby Mathew
· 7 years ago
5d70800
Add CC crypto driver to the Auth module
by Soby Mathew
· 7 years ago
41d4af9
Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-alt
by davidcunado-arm
· 7 years ago
f1481b2
mbedtls: Don't use tf_snprintf if option not defined
by Antonio Nino Diaz
· 7 years ago
0a68d13
Add support for RSASSAPSS algorithm in mbedtls crypto driver
by Soby Mathew
· 7 years ago
cd4a5a9
Increase heapsize for mbedtls library
by Soby Mathew
· 7 years ago
45fc0e1
mbedtls: Define optimized mbed TLS heap size
by Antonio Nino Diaz
· 7 years ago
34e7843
Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory
by davidcunado-arm
· 7 years ago
6b90f5e
mbedtls: Use `tf_snprintf` instead of `snprintf`
by Antonio Nino Diaz
· 7 years ago
a27c166
cert: move platform_oid.h to include/tools_share for all platforms
by Masahiro Yamada
· 7 years ago
b101018
mbedtls: Complete namespace for TF specific macros
by David Cunado
· 7 years ago
c7a1b19
mbedtls: Namespace for TF specific macros
by David Cunado
· 7 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
52b1fe5
mbedtls: Namespace TF specific macros
by dp-arm
· 8 years ago
e53da30
Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafe
by danh-arm
· 8 years ago
0ca1afa
Revert "tbbr: Use constant-time bcmp() to compare hashes"
by Antonio Nino Diaz
· 8 years ago
a8954fc
Replace some memset call by zeromem
by Douglas Raillard
· 8 years ago
6adeeda
tbbr: Use constant-time bcmp() to compare hashes
by Antonio Nino Diaz
· 8 years ago
30eb967
Clear static variables in X509 parser on error
by Antonio Nino Diaz
· 8 years ago
393c48f
TBB: fix comment about MBEDTLS_KEY_ALG default
by Masahiro Yamada
· 8 years ago
b3e8580
tbbr: Fix updating of Non-Trusted NV counter
by dp-arm
· 8 years ago
2f7ed05
Allow dynamic overriding of ROTPK verification
by Soby Mathew
· 8 years ago
bfb7fa6
TBB: add non-volatile counter support
by Juan Castillo
· 9 years ago
df8de2d
Always build with '-pedantic'
by Sandrine Bailleux
· 9 years ago
a72b647
Replace all SCP FW (BL0, BL3-0) references
by Juan Castillo
· 9 years ago
be80120
TBB: apply TBBR naming convention to certificates and extensions
by Juan Castillo
· 9 years ago
0c603d1
Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x
by danh-arm
· 9 years ago
bae6b2a
Move up to mbed TLS 2.x
by Juan Castillo
· 9 years ago
71c9a5e
FWU: Add Generic Firmware Update framework support in BL1
by Yatharth Kochar
· 9 years ago
9b265a8
TBB: add TBBR Chain of Trust
by Juan Castillo
· 9 years ago
a57a4d5
TBB: add mbedTLS authentication related libraries
by Juan Castillo
· 10 years ago
8e55d93
TBB: add authentication framework
by Juan Castillo
· 10 years ago