1. 11 Mar, 2021 1 commit
  2. 23 Jul, 2020 2 commits
    • Nils Goroll's avatar
      adjust to current varnish-cache (6.4 / post-6.4 master) · 808a8eee
      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
      808a8eee
    • Nils Goroll's avatar
  3. 22 Jul, 2020 2 commits
  4. 10 Apr, 2019 1 commit
  5. 24 Jan, 2019 4 commits
  6. 21 Jun, 2017 1 commit
  7. 31 May, 2017 3 commits
  8. 30 May, 2017 2 commits
  9. 25 May, 2017 1 commit
  10. 24 May, 2017 3 commits
  11. 23 May, 2017 3 commits
  12. 22 May, 2017 1 commit
  13. 16 May, 2017 8 commits
  14. 12 May, 2017 2 commits
  15. 09 May, 2017 1 commit
    • Geoff Simmons's avatar
      Improvements in padding and unpadding: · 18cc8bd7
      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.
      18cc8bd7
  16. 05 May, 2017 1 commit
  17. 04 May, 2017 2 commits
  18. 18 Apr, 2017 2 commits