index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-13
libstb: Fix memcpy overread in fakenv_readpublic()
Reza Arbab
1
-2
/
+2
2022-06-13
libstb: Work around deprecated API warnings on OpenSSL 3.0 systems
Reza Arbab
1
-0
/
+1
2022-03-16
libstb/create-container: avoid using deprecated APIs when compiling with Open...
Eric Richter
1
-1
/
+9
2021-12-09
secvar/pkcs7: fix a wrong sizeof()
Daniel Axtens
1
-1
/
+1
2021-11-04
secvar/edk2: store timestamp variable in protected storage
Eric Richter
2
-1
/
+4
2021-11-04
secvar/secboot_tpm: unify behavior for bank hash check and secboot header check
Eric Richter
2
-16
/
+29
2021-11-04
secvar/secboot_tpm: correctly reset the control index on secboot format
Eric Richter
1
-4
/
+7
2021-09-09
secvar: Free md context on hash error
Nick Child
1
-2
/
+2
2021-07-27
secvar/backend: fix comment of get_hash_to_verify
Daniel Axtens
1
-1
/
+1
2021-07-27
secvar/backend: clarify variables in process_update
Daniel Axtens
1
-8
/
+6
2021-07-27
secvar/backend: rename verify_signature parameters
Daniel Axtens
1
-2
/
+2
2021-07-20
pkcs7: pkcs7_get_content_info_type should reset *p on error
Daniel Axtens
2
-1
/
+35
2021-07-20
secvar/backend: fix a memory leak in get_pkcs7
Daniel Axtens
4
-1
/
+181
2021-07-20
secvar/backend: fix an integer underflow bug
Daniel Axtens
3
-0
/
+182
2021-07-20
secvar/backend: Don't overread data in auth descriptor
Daniel Axtens
2
-0
/
+22
2021-07-20
secvar: return error if verify_signature runs out of ESLs
Nick Child
2
-1
/
+29
2021-07-20
secvar: return error if validate_esl has extra data
Nick Child
2
-1
/
+19
2021-07-20
secvar/backend: use endian-aware types in edk2.h
Daniel Axtens
1
-9
/
+9
2021-07-19
secvar: Make `validate_esl_list` iterate through esl chain
Nick Child
3
-4
/
+244
2021-07-19
secvar: ensure ESL buf size is at least what ESL header expects
Nick Child
3
-1
/
+182
2021-06-25
secvar/backend: require sha256 in our PKCS#7 messages
Daniel Axtens
3
-0
/
+216
2021-06-24
secvar: fix endian conversion
Nayna Jain
1
-1
/
+1
2021-05-13
secvar/backend: add EFI_CERT_RSA2048_GUID
Daniel Axtens
1
-0
/
+2
2021-05-13
secvar/backend: include short-types.h in edk2.h
Daniel Axtens
1
-0
/
+1
2021-05-13
secvar/secvar_util: Properly free memory on zalloc fail
Nick Child
1
-1
/
+1
2021-05-13
edk2-compat-process.c: Remove repetitive debug print statements
Nick Child
1
-7
/
+2
2021-03-31
secvar/backend/edk2.h: mark structs as __packed explicitly
Daniel Axtens
1
-6
/
+8
2021-02-04
libstb/trustedboot: Use inclusive language, replace the word 'whitelist'
Philippe Mathieu-Daudé
1
-1
/
+1
2020-11-27
secvar: fix Using plain integer as NULL pointer sparse warning
Stewart Smith
1
-1
/
+1
2020-10-02
secvar/test: use mbedtls cflags when building the test binaries
Eric Richter
2
-2
/
+4
2020-10-02
secvar/test: use vendored mbedtls instead of host
Eric Richter
2
-7
/
+10
2020-10-01
secvar: Clean up makefiles and fix out of tree builds
Oliver O'Halloran
4
-19
/
+13
2020-10-01
secvar/test: Remove broken initalizers
Oliver O'Halloran
1
-2
/
+2
2020-10-01
secvar/backend: improve edk2 driver unit testcases
Nayna Jain
2
-37
/
+387
2020-10-01
secvar/backend: Bugfixes in edk2 driver
Nayna Jain
3
-14
/
+37
2020-10-01
secboot_tpm.c: increase tpmnv vars index size
Eric Richter
3
-6
/
+6
2020-10-01
tssskiboot.c: chunk reads/writes in 1024-sized buffers to support larger nv i...
Eric Richter
1
-28
/
+54
2020-10-01
secvar/test: add edk2-compat driver test and test data
Eric Richter
17
-2
/
+2448
2020-10-01
secvar/backend: add edk2 derived key updates processing
Nayna Jain
7
-2
/
+1499
2020-10-01
crypto: add out-of-tree mbedtls pkcs7 parser
Nayna Jain
6
-1
/
+848
2020-10-01
secvar/storage: add utility tool to generate NV public name hashes
Eric Richter
2
-0
/
+110
2020-10-01
secvar/test: add secboot_tpm storage driver test cases
Eric Richter
2
-1
/
+146
2020-10-01
secvar/storage/fakenv: add fake tpm operations for testing
Eric Richter
2
-0
/
+178
2020-10-01
secvar/storage: add secvar storage driver for pnor-based p9
Eric Richter
5
-4
/
+818
2020-10-01
secvar_devtree: add physical presence mode helper
Eric Richter
2
-0
/
+17
2020-10-01
secvar/test: update API tests for new secvar struct
Eric Richter
3
-39
/
+14
2020-10-01
secvar: overhaul secvar struct by removing static sized fields
Eric Richter
3
-97
/
+88
2020-10-01
secvar_util: add new helper functions
Eric Richter
2
-3
/
+65
2020-10-01
secvar: change backend hook interface to take in bank references
Nayna Jain
1
-3
/
+3
2020-10-01
secvar_main: rework secvar_main error flow, make storage locking explicit
Eric Richter
1
-14
/
+67
[next]