index
:
platform_external_arm-trusted-firmware
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
FVP: Add BL2 hash calculation in BL1
Alexei Fedorov
2020-03-25
1
-2
/
+16
*
Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration
Mark Dykes
2020-03-10
2
-1
/
+3
|
\
|
*
Necessary fix in drivers to upgrade to mbedtls-2.18.0
Madhukar Pappireddy
2020-03-08
2
-1
/
+3
*
|
Merge changes from topic "sb/dualroot" into integration
Sandrine Bailleux
2020-03-10
1
-0
/
+814
|
\
\
|
*
|
Introduce a new "dualroot" chain of trust
Sandrine Bailleux
2020-02-24
1
-0
/
+814
|
|
/
*
/
drivers: crypto: Add authenticated decryption framework
Sumit Garg
2020-03-06
4
-4
/
+159
|
/
*
TBBR: Reduce size of hash buffers when possible
Sandrine Bailleux
2020-02-18
1
-0
/
+8
*
TBBR: Reduce size of ECDSA key buffers
Sandrine Bailleux
2020-02-18
1
-4
/
+9
*
fconf: initial commit
Louis Mayencourt
2020-02-07
1
-4
/
+4
*
Coverity: remove unnecessary header file includes
Zelalem
2020-02-04
1
-2
/
+1
*
Measured Boot: add function for hash calculation
Alexei Fedorov
2020-01-28
2
-2
/
+48
*
Remove redundant declarations.
Madhukar Pappireddy
2020-01-08
1
-3
/
+0
*
cryptocell: add cryptocell 712 RSA 3K support
Gilad Ben-Yossef
2019-12-11
2
-2
/
+4
*
Remove RSA PKCS#1 v1.5 support from cert_tool
Justin Chadwell
2019-09-12
1
-3
/
+3
*
Support larger RSA key sizes when using MBEDTLS
Justin Chadwell
2019-09-12
2
-1
/
+28
*
cryptocell: add product version awareness support
Gilad Ben-Yossef
2019-07-25
3
-14
/
+23
*
cryptocell: move Cryptocell specific API into driver
Gilad Ben-Yossef
2019-07-25
3
-5
/
+118
*
Fix type of cot_desc_ptr
Sandrine Bailleux
2019-06-13
1
-1
/
+1
*
Mbed TLS: Remove weak heap implementation
Ambroise Vincent
2019-04-12
1
-5
/
+3
*
Checkpatch: Style fix
Joel Hutton
2019-04-09
1
-1
/
+1
*
cot-desc: optimise memory further
Joel Hutton
2019-04-08
2
-55
/
+62
*
Reduce memory needed for CoT description
Joel Hutton
2019-04-08
2
-595
/
+650
*
Remove several warnings reported with W=2
Ambroise Vincent
2019-04-01
1
-5
/
+1
*
Remove Mbed TLS dependency from plat_bl_common.c
John Tsichritzis
2019-02-28
1
-1
/
+19
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
10
-47
/
+55
*
Remove all other deprecated interfaces and files
Antonio Nino Diaz
2018-09-28
1
-10
/
+0
*
Prepare Mbed TLS drivers for shared heap
John Tsichritzis
2018-09-04
1
-16
/
+17
*
libc: Use printf and snprintf across codebase
Antonio Nino Diaz
2018-08-22
1
-3
/
+2
*
Add atexit function to libc
Roberto Vargas
2018-08-03
1
-0
/
+10
*
Don't include mbebtls include paths in INCLUDES
Roberto Vargas
2018-08-03
1
-2
/
+2
*
Create a library file for libmbedtls
Roberto Vargas
2018-08-03
3
-96
/
+76
*
Move to mbedtls-2.10.0 tag
Jeenu Viswambharan
2018-06-18
1
-1
/
+3
*
Dynamic cfg: Enable support on CoT for other configs
Soby Mathew
2018-05-18
1
-0
/
+75
*
Fix MISRA rule 8.4 Part 4
Roberto Vargas
2018-04-13
2
-3
/
+3
*
Fix MISRA rule 8.3 Part 4
Roberto Vargas
2018-04-13
1
-2
/
+2
*
Clean usage of void pointers to access symbols
Joel Hutton
2018-03-27
1
-5
/
+4
*
Dynamic cfg: Add HW and TB_FW configs to CoT
Soby Mathew
2018-02-26
1
-1
/
+51
*
bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP
Roberto Vargas
2018-01-18
3
-9
/
+0
*
tbbr: Add build flag HASH_ALG to let the user to select the SHA
Qixiang Xu
2017-11-21
3
-3
/
+26
*
Dynamic selection of ECDSA or RSA
Qixiang Xu
2017-09-22
2
-9
/
+18
*
Add support for TBBR using ECDSA keys in ARM platforms
Qixiang Xu
2017-09-22
1
-1
/
+1
*
cert_tool: Support for legacy RSA PKCS#1 v1.5
Soby Mathew
2017-08-31
1
-1
/
+1
*
Export KEY_ALG as a user build option
Soby Mathew
2017-08-31
1
-2
/
+8
*
Support Trusted OS firmware extra images in TF tools
Summer Qin
2017-08-09
1
-0
/
+48
*
Fix order of #includes
Isla Mitchell
2017-07-12
3
-4
/
+5
*
Do basic CryptoCell LCS check
Soby Mathew
2017-06-28
1
-0
/
+14
*
Add CC crypto driver to the Auth module
Soby Mathew
2017-06-28
2
-0
/
+318
*
Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-alt
davidcunado-arm
2017-06-09
1
-0
/
+3
|
\
|
*
mbedtls: Don't use tf_snprintf if option not defined
Antonio Nino Diaz
2017-06-06
1
-0
/
+3
*
|
Add support for RSASSAPSS algorithm in mbedtls crypto driver
Soby Mathew
2017-06-05
1
-8
/
+11
[next]