- 11 Mar, 2021 1 commit
-
-
Geoff Simmons authored
-
- 23 Jul, 2020 2 commits
-
-
Nils Goroll authored
The changes are mostly mechanical - replace use of the blobcode vmod with vmod blob and adjust to new function signatures - use struct vrt_blob for blobs and adjust to new struct members - use separate pointers for generating output (blobs are const) - use optional arguments for functions (minimal adjustments of existing code) - replace WS_Reserve() with WS_ReserveAll() - wipe needs the TRUST_ME() macro to un-const blobs unresolved issues: - padding errors lead to "vmod blob error: cannot encode, out of space", the respective tests have been moved to tests.disabled/padding_error.vtc
-
Nils Goroll authored
-
- 22 Jul, 2020 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 10 Apr, 2019 1 commit
-
-
Nils Goroll authored
-
- 24 Jan, 2019 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 21 Jun, 2017 1 commit
-
-
Geoff Simmons authored
-
- 31 May, 2017 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 30 May, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 25 May, 2017 1 commit
-
-
Geoff Simmons authored
-
- 24 May, 2017 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 23 May, 2017 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 22 May, 2017 1 commit
-
-
Geoff Simmons authored
-
- 16 May, 2017 8 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Update the docs to describe what affects how much secure memory may be needed, and also to describe the limitations imposed by PTHREAD_KEYS_MAX.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
The previous implementation was not thread safe. Now use pthread keys to create a handle for each object in each thread, and then retrieve them in the same thread.
-
- 12 May, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
Had been checking an uninitialized length field if it is an exact multiple of the block length.
-
- 09 May, 2017 1 commit
-
-
Geoff Simmons authored
- Fix an off-by-one error in ISO7816 unpadding. - Unpadding errors are not assertion failures, handle the error. - Check all the requirements of the padding scheme when unpadding.
-
- 05 May, 2017 1 commit
-
-
Geoff Simmons authored
-
- 04 May, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 18 Apr, 2017 2 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-