- 46831ac pkgconfig file: remove extra comments by Eero Aaltonen · 2 years, 9 months ago
- 3ac968e Makefile, cmake: move teec related headers by Eero Aaltonen · 2 years, 9 months ago
- 2dd250b cmake: remove whitespace before parenthesis by Eero Aaltonen · 2 years, 9 months ago
- 8533e0e travis: remove the .travis.yml file by Joakim Bech · 3 years, 2 months ago 3.21.0 3.21.0-rc1 3.22.0 3.22.0-rc1
- 0fc6ef7 tee-supplicant: fix leak when load plugin failed by liu_yi · 3 years, 3 months ago
- dde6306 libteeacl: use realloc() instead of reallocarray() by Eero Aaltonen · 3 years, 4 months ago
- 462b954 Add -Wunsafe-loop-optimizations only for gcc by Eero Aaltonen · 3 years, 4 months ago
- 2096542 Makefile: use GNU standards for directory variables by Clement Faure · 3 years, 5 months ago
- dd2d39b libteeacl: Move uuid-dev checking in libteec makefile by Baocheng Su · 3 years, 7 months ago 3.20.0 3.20.0-rc1
- 1056b40 cmake: define boolean switch CFG_WERROR with option() by Etienne Carriere · 3 years, 6 months ago
- bbdf665 libteeacl: condition libteeacl with WITH_TEEACL by Etienne Carriere · 3 years, 6 months ago
- fba9950 ci: add GitHub Actions script and Docker files by Jerome Forissier · 3 years, 6 months ago
- fc67c27 Add pkgconfig file for libteec by Neil Horman · 3 years, 6 months ago
- d448e8b Allow cross-compile pkg-config by Ying-Chun Liu (PaulLiu) · 3 years, 6 months ago
- d26d885 libckteec: Add RSA AES key wrap serialization by Valerii Chubar · 3 years, 6 months ago
- cb3842c tee-supplicant: Synchronize file operations for secure storage by Joakim Nordell · 3 years, 7 months ago
- 52fca90 teeacl: fix include path by Eero Aaltonen · 3 years, 7 months ago
- 13123de tee-supplicant: fs: no need to use strlen() to check for empty string by Jerome Forissier · 3 years, 7 months ago
- 4a8438d libteec: fix memory mapping function in benchmark by KanYuelei · 3 years, 7 months ago
- 140bf46 libckteec: Add EDDSA attribute serialization by Valerii Chubar · 3 years, 8 months ago 3.19.0 3.19.0-rc1
- 1fc38c6 libteeacl: Add function to resolve name to gid_t by Eero Aaltonen · 5 years ago
- 1560582 libteeacl: function to encode a group login UUID by Eero Aaltonen · 5 years ago
- e58b158 libteeacl: Add new ACL helper library by Eero Aaltonen · 3 years, 9 months ago
- 5364e61 tee-supplicant: read rpmb dev info from sysfs by Julien Masson · 3 years, 11 months ago
- a46239c tee-supplicant: android: make RPMB_EMU a conditional assignment by Julien Masson · 4 years, 3 months ago
- 30abe6c cmake: Use separate generator expression for lib targets by Eero Aaltonen · 3 years, 9 months ago
- f2755fe cmake: Don't set teec include_directory from libseteec by Eero Aaltonen · 3 years, 9 months ago
- 1dcb80a Use CMake project command to set version by Eero Aaltonen · 6 years ago
- 492410d tee-supplicant: -d: return after TEE device is opened by Jerome Forissier · 3 years, 9 months ago
- d59ed2d cmake: fix log level don't take effect by zhanglejia · 3 years, 10 months ago
- e7cba71 tee-supplicant: fs: use errno instead of returning TEEC_ERROR_GENERIC by Jerome Forissier · 3 years, 11 months ago 3.18.0 3.18.0-rc1
- f7ed8e3 tee-supplicant: support multiple TA load paths by Jerome Forissier · 4 years, 1 month ago
- a5c30b1 Makefile: Makefile: only preserve links when installing output files by Clement Faure · 4 years ago
- dc58de2 tee-supplicant: close shm fd before freeing memory by Jens Wiklander · 4 years ago
- f2a7c94 tee-supplicant/src/tee_supplicant.c: fix build without plugins by Fabrice Fontaine · 4 years ago
- 9a33704 public: Fix simple typo in tee_client_api.h by Ding Tao · 4 years, 1 month ago 3.17.0
- 8aed3ed tee-supplicant: accept -r as a short option for --rpmb-cid by Jerome Forissier · 4 years, 1 month ago
- 5a69d55 tee-supplicant: add --rpmb-cid command line option by Jerome Forissier · 4 years, 2 months ago 3.17.0-rc1
- 88d374e tee-supplicant: rpmb: read CID in one go by Jerome Forissier · 4 years, 2 months ago
- ba0ed67 tee-supplicant: rpmb: introduce readn() wrapper to the read() syscall by Jerome Forissier · 4 years, 2 months ago
- 945704e tee-supplicant: fix plugin loading logic by Ondrej Kubik · 4 years, 3 months ago
- edf3072 tee-supplicant: refactor argument parsing in main() by Ondrej Kubik · 4 years, 4 months ago
- 876b1ae tee-supplicant: introduce struct tee_supplicant_params for global config by Ondrej Kubik · 4 years, 4 months ago
- 8b3f7fe libckteec: add support for ECDH derive by Jorge Ramirez-Ortiz · 4 years, 6 months ago
- 06db73b libteec: copy out partial shadow buffer by Jens Wiklander · 4 years, 4 months ago 3.16.0 3.16.0-rc1
- f6e05d3 GitHub actions: fix incorrect version by Joakim Bech · 4 years, 5 months ago
- 975fa78 GitHub actions: add a stales.yml file by Joakim Bech · 4 years, 5 months ago
- df537dd tee-supplicant: read_with_timeout(): fix non-blocking peeking by Jens Wiklander · 4 years, 6 months ago
- 6d54f84 tee-supplicant: recv_with_out_flags(): check EINTR by Jens Wiklander · 4 years, 6 months ago
- f4f54e5 libseteec: Secure Element control by Jorge Ramirez-Ortiz · 4 years, 7 months ago
- e532a51 tee-supplicant: tee_socket_recv(): report truncated datagrams by Jens Wiklander · 4 years, 7 months ago
- 2a99339 libckteec: check for ckteec_alloc_shm rval by Elvira Khabirova · 4 years, 7 months ago
- b3e9cee tee-supplicant: handle ftell() errors by Elvira Khabirova · 4 years, 7 months ago
- 9876c9c teec_ta_load: replace printfs with DMSGs by Elvira Khabirova · 4 years, 7 months ago
- ae19e95 .gitignore: add tags and TAGS by Elvira Khabirova · 4 years, 7 months ago
- 1828743 libckteec: Fix return value for wrong size CK_ULONG by Vesa Jääskeläinen · 4 years, 8 months ago 3.15.0 3.15.0-rc1
- 96f9ebe libckteec: Enable CK_ULONG conversion for CKA_CERTIFICATE_CATEGORY by Vesa Jääskeläinen · 4 years, 8 months ago
- f86dc66 libckteec: Enable CK_ULONG conversion for CKA_NAME_HASH_ALGORITHM by Vesa Jääskeläinen · 4 years, 8 months ago
- 3c41634 libckteec: Add support for CKM_AES_CMAC_GENERAL by Victor Chong · 4 years, 8 months ago
- 98e0c1a libckteec: Define certificate type and category in pkcs11.h by Vesa Jääskeläinen · 4 years, 9 months ago
- 69816df libckteec: Synchronize TA interface's certificate definitions by Vesa Jääskeläinen · 4 years, 9 months ago
- f591143 tee-supplicant: add CFG_TEE_SUPP_PLUGINS to enable or not plugin support by Etienne Carriere · 4 years, 10 months ago
- 7197806 libckteec: Add support for more HMAC mechanisms by Victor Chong · 5 years ago
- 788fa9c libteec: Convert EINVAL errno to an appropriate TEEC error code by Sadiq Hussain · 4 years, 9 months ago
- 6559389 libckteec: Correct error returned for C_UnwrapKey() by Ruchika Gupta · 4 years, 10 months ago
- 05875bc libckteec: fix C_GetAttributeValue() handling for CK_UNAVAILABLE_INFORMATION by Ruchika Gupta · 4 years, 10 months ago
- 79e8e95 libckteec: In C_OpenSession() allow notify callback to be specified by Vesa Jääskeläinen · 4 years, 10 months ago
- cd66d40 libckteec: Add PKCS #1 RSA OAEP encryption support by Vesa Jääskeläinen · 5 years ago
- 6e94ff5 libckteec: Add PKCS #1 RSA PSS signing support by Vesa Jääskeläinen · 5 years ago
- bc8c1f0 libckteec: Add PKCS #1 v1.5 RSA signing support by Vesa Jääskeläinen · 5 years ago
- 453c76a libckteec: Add RSA support for C_GenerateKeyPair() by Vesa Jääskeläinen · 5 years ago
- 705df45 libckteec: Fix output buffer size query for C_Encrypt*/C_Decrypt* by Vesa Jääskeläinen · 5 years ago
- 06e1b32 libckteec: Fix wrapped key output buffer size query for C_WrapKey by Vesa Jääskeläinen · 5 years ago 3.14.0 3.14.0-rc1
- 1571dd4 libckteec: Fix querying size of CK_ULONG attributes by Vesa Jääskeläinen · 5 years ago
- ee388a1 libckteec: Fix signature size query for C_Sign/C_SignFinal by Vesa Jääskeläinen · 5 years ago
- e79465e libckteec: Add implementation for wrapping/unwrapping keys by Ruchika Gupta · 5 years ago
- 538b3c3 libckteec: Allocate command ID's for wrapping/unwrapping keys by Ruchika Gupta · 5 years ago
- 4f74df7 libckteec: Add missing error codes by Ruchika Gupta · 5 years ago
- e9d3bf3 libckteec: Add missing indirect template by Ruchika Gupta · 5 years ago
- fa1d30c tee_supplicant.c: Fix shared memory size retrieval from OPTEE by Timothée Cercueil · 5 years ago
- 7ae9a40 libckteec: fix spelling mistake by Pengguang Zhu · 5 years ago
- 5ade810 AOSP: add support for plugin framework by Victor Chong · 5 years ago
- 649507c Android.mk: set log level by Victor Chong · 5 years ago
- 43a51f9 tee_supplicant_android.mk: reorder lines by Victor Chong · 5 years ago
- 7c9c423 Makefile: install optee_client_config.mk at INCLUDEDIR by Ricardo Salveti · 5 years ago 3.13.0
- 6782dcf tee-supplicant: plugin: remove regular file check by Rouven Czerwinski · 5 years ago
- 7e2063a libckteec: Add signing support for ECDSA by Vesa Jääskeläinen · 5 years ago 3.13.0-rc1
- f24b948 libckteec: Add implementation for C_GenerateKeyPair() by Vesa Jääskeläinen · 5 years ago
- 91e7c97 libckteec: Allocate command ID for key pair generation by Vesa Jääskeläinen · 5 years ago
- 0fe819f libckteec: release active processing on functions failures by Etienne Carriere · 5 years ago
- 2c812c5 libckteec: return CKR_CANT_LOCK if mutex fails at lib initialization by Etienne Carriere · 6 years ago
- 562dadc Allocate page aligned shared memory buffers by Jens Wiklander · 6 years ago
- 5da4da9 tee-supplicant: rpmb: switch to MMC_IOC_MULTI_CMD by Ricardo Salveti · 5 years ago
- bda3442 libckteec: serialize: Fix crash with NULL pValue in attribute by Ruchika Gupta · 5 years ago
- 6b90868 libckteec: add missing <unistd.h> for gid_t by Etienne Carriere · 5 years ago
- 33fc35d libckteec: Add support for digest operations by Vesa Jääskeläinen · 5 years ago
- e1f0c55 libckteec: Add API for releasing active processing by Vesa Jääskeläinen · 5 years ago
- 8c42336 libckteec: Allow error code CKR_DATA_LEN_RANGE in C_DeriveKey() by Ruchika Gupta · 5 years ago
- 61cdbde libckteec: Add implementation of key derivation function by Ruchika Gupta · 5 years ago
- d54a4a8 libckteec: Allocate command ID for key derivation by Ruchika Gupta · 5 years ago