Show patches with: Archived = No       |   1454 patches
« 1 2 3 414 15 »
Patch Series S/W/F Date Submitter Delegate State
RPi3 documentation, adding JTAG instructions and a general cleanup --- 2016-12-13 Joakim Bech Accepted
Optee docs refactoring --- 2017-01-04 Joakim Bech Accepted
mk: step up OP-TEE revsion to 2.3.0 --- 2017-01-16 Joakim Bech Accepted
Create Porting Guidelines --- 2017-03-31 Joakim Bech Accepted
Rsa for 2.5.0 --- 2017-06-15 Joakim Bech Accepted
Add GlobalPlatform license text --- 2017-08-18 Joakim Bech Accepted
[RFC] Icons for telling the status of our platforms --- 2017-10-03 Joakim Bech Accepted
Add GitHub template files for issues and PRs --- 2017-10-04 Joakim Bech Accepted
pta: change DMSG to FMSG for invoke in pta/SDP --- 2017-10-26 Joakim Bech Accepted
Trace improvments --- 2017-12-15 Joakim Bech Accepted
docs: Bootstrap TA + signature verification and some misc optee_design.md updates --- 2018-01-03 Joakim Bech Accepted
Add CODEOWNERS file --- 2018-05-08 Joakim Bech Accepted
pager: enable BestFit allocation when using the pager --- 2018-10-02 Joakim Bech Accepted
Fixes for security potential issues reported by Riscure --- 2019-01-17 Joakim Bech Accepted
docs: Remove current docs and link to the new location --- 2019-02-21 Joakim Bech Accepted
Spelling fix and GitHub template updates --- 2019-05-28 Joakim Bech Accepted
pta: add support for deriving device and TA unique keys --- 2019-05-29 Joakim Bech Accepted
PTA: change method for checking memory in derive TA key --- 2019-06-10 Joakim Bech Accepted
MAINTAINERS: Update list of maintainers --- 2019-06-12 Joakim Bech Accepted
svc: fix behavior of TEE_StartPersistentObjectEnumerator --- 2019-06-19 Joakim Bech Accepted
ecc_sign_hash blinding CVE-2018-12437 --- 2019-07-01 Joakim Bech Accepted
Update CHANGELOG for 3.7.0 --- 2019-10-03 Joakim Bech Accepted
Riscure fuzzer vuln --- 2019-10-07 Joakim Bech Accepted
check range in _rijndael_ecb_ functions --- 2019-10-09 Joakim Bech Accepted
ltc: check range in _rijndael_ecb_ functions --- 2019-10-09 Joakim Bech Accepted
GitHub: use GitHub actions to close stale issues and PRs --- 2020-01-09 Joakim Bech Accepted
github: update links in issue/pr templates --- 2020-04-15 Joakim Bech Accepted
[RFC] scripts: add GDB script for OP-TEE (QEMU) --- 2020-05-08 Joakim Bech Accepted
gdb: introduce helper functions to support gdb debugging --- 2020-06-23 Joakim Bech New
github: updating the GitHub-bot/actions --- 2020-07-01 Joakim Bech Accepted
mk/compile.mk: simplify dependency generation; better support ccache --- 2014-08-19 Jerome Forissier Accepted
Get value of gpd.tee.arith.maxBigIntSize from libutee --- 2014-08-21 Jerome Forissier Accepted
tee_acipher_rsadorep: fix handling of zero-padding in output --- 2014-08-28 Jerome Forissier Accepted
Cosmetic fixes for build output --- 2014-09-01 Jerome Forissier Accepted
Add crypto provider internal API. --- 2014-09-02 Jerome Forissier Accepted
Makefile variables $(*-dir) should not have a trailing slash --- 2014-09-08 Jerome Forissier Accepted
Fix TA build error --- 2014-09-10 Jerome Forissier Accepted
plat-vexpress: fix non-debug build --- 2014-09-15 Jerome Forissier Accepted
Trace syscall entry when CFG_TEE_CORE_LOG_LEVEL == TRACE_FLOW (5) --- 2014-09-17 Jerome Forissier Accepted
plat-vexpress: build with -mfloat-abi=soft --- 2014-10-15 Jerome Forissier Accepted
Add dhex_dump() and DHEXDUMP() to format and print data in hexadecimal --- 2014-10-22 Jerome Forissier Accepted
Add support for per-directory/per-library/per-file includes, and per-lib... --- 2014-10-22 Jerome Forissier Accepted
Openssl --- 2014-10-29 Jerome Forissier Accepted
Parse $(PLATFORM) as $(PLATFORM)-$(PLATFORM_FLAVOR) when it contains a h... --- 2014-10-29 Jerome Forissier Accepted
build: print 'AS' instead of 'CC' when input file is assembly --- 2014-11-03 Jerome Forissier Accepted
Add crypto provider internal API --- 2014-11-04 Jerome Forissier Accepted
Library compilation support --- 2014-11-04 Jerome Forissier Accepted
core/core.mk, mk/config.mk: delete unused definitions --- 2014-11-07 Jerome Forissier Accepted
core: create conf.h from CFG_* Makefile variables --- 2014-11-07 Jerome Forissier Accepted
Fix memory leak in tee_svc_cryp_obj_copy() --- 2014-11-10 Jerome Forissier Accepted
plat-stm: fix parallel build error --- 2014-11-12 Jerome Forissier Accepted
TEE_MACCompareFinal(): use buf_compare_ct(), don't clear stack on exit --- 2014-11-13 Jerome Forissier Accepted
Select cryptographic algorithms at compile time --- 2014-11-14 Jerome Forissier Accepted
Update documentation/build_system.md --- 2014-11-26 Jerome Forissier Accepted
Travis: use default arm-linux-gnueabihf- compiler --- 2014-11-26 Jerome Forissier Accepted
Documentation for cryptographic abstract layer --- 2014-11-28 Jerome Forissier Accepted
Update documentation/build_system.md --- 2014-12-03 Jerome Forissier Accepted
Fix memory leak in tee_svc_cryp_derive_key --- 2014-12-08 Jerome Forissier Accepted
Add HMAC-based extract-and-expand key derivation function (HKDF) --- 2014-12-08 Jerome Forissier Accepted
Crypto cleanup --- 2014-12-10 Jerome Forissier Accepted
Concat kdf --- 2014-12-10 Jerome Forissier Accepted
Add PKCS #5 v2.0 key derivation function 2 (PBKDF2) --- 2014-12-12 Jerome Forissier Accepted
Move platform-specific flags to their own files, use them in TA dev kit --- 2014-12-17 Jerome Forissier Accepted
crypto API: make sure TEE_Attribute parameters are readable --- 2014-12-19 Jerome Forissier Accepted
core: get value of CFG_ variables from <generated/conf.h> --- 2014-12-19 Jerome Forissier Accepted
mk/compile.mk: GNU make 4.0 compatibility --- 2015-01-22 Jerome Forissier Accepted
sunxi: fix parallel build errors --- 2015-01-23 Jerome Forissier Accepted
Update setup_fvp_optee.sh and setup_qemu_optee.sh for GP tests --- 2015-01-27 Jerome Forissier Accepted
Update setup_fvp_optee.sh/setup_qemu_optee.sh for GP test suite 1.1.0.4 --- 2015-02-04 Jerome Forissier Accepted
Get rid of CROSS_PREFIX, restore CROSS_COMPILE --- 2015-03-18 Jerome Forissier Accepted
Fix typo: s/pagable/pageable/ --- 2015-03-18 Jerome Forissier Accepted
UART cleaning --- 2015-03-23 Jerome Forissier Accepted
Convert configuration variables to CFG_* name --- 2015-03-24 Jerome Forissier Accepted
mk/checkconf.mk: update generation of conf.mk --- 2015-04-15 Jerome Forissier Accepted
HiKey support --- 2015-04-22 Jerome Forissier Accepted
Cleaning for hikey --- 2015-04-22 Jerome Forissier Accepted
vexpress/sunxi refactoring --- 2015-04-23 Jerome Forissier Accepted
Refactoring --- 2015-04-23 Jerome Forissier Accepted
vexpress refactoring --- 2015-04-27 Jerome Forissier Accepted
Add support for the HiKey board (make PLATFORM=hikey) --- 2015-04-29 Jerome Forissier Accepted
crypto: initialize with service_init() --- 2015-05-04 Jerome Forissier Accepted
generic_core_bootcfg.c: clean comments and messages --- 2015-05-04 Jerome Forissier Accepted
plat-stm: fix grep error message during build --- 2015-05-04 Jerome Forissier Accepted
core: move common 32/64-bit definitions to core/arch/arm/arm.mk --- 2015-05-06 Jerome Forissier Accepted
travis: fix HTTP 404 --- 2015-05-11 Jerome Forissier Accepted
plat-hikey: enable ARM64 --- 2015-05-12 Jerome Forissier Accepted
core: log build information on init --- 2015-05-13 Jerome Forissier Accepted
Add HiKey build instructions to README.md --- 2015-05-19 Jerome Forissier Accepted
Clean/simplify supplicant RPC parameters --- 2015-05-20 Jerome Forissier Accepted
Fix compile error --- 2015-05-21 Jerome Forissier Accepted
hikey: enable SHA1 and SHA256 crypto extensions by default on aarch32 --- 2015-05-21 Jerome Forissier Accepted
Fix possible TA build error with make -j: "Directory nonexistent" --- 2015-05-22 Jerome Forissier Accepted
build: use $(cmd-echo-silent) when linking TAs --- 2015-05-22 Jerome Forissier Accepted
Pager fix --- 2015-05-29 Jerome Forissier Accepted
arm64: CFG_WITH_VFP --- 2015-06-01 Jerome Forissier Accepted
arm64: rewrite register access functions with macros --- 2015-06-02 Jerome Forissier Accepted
arm64: AES using ARMv8-A cryptographic extensions --- 2015-06-09 Jerome Forissier Accepted
arm64: fix buffer overflows when copying kernel addresses to user space --- 2015-06-29 Jerome Forissier Accepted
arm64: AES XTS using ARMv8-A cryptographic extensions --- 2015-06-30 Jerome Forissier Accepted
Fix buffer length test in tee_svc_cryp_obj_populate_type() --- 2015-06-30 Jerome Forissier Accepted
« 1 2 3 414 15 »