Skip to content
  1. Aug 28, 2022
  2. Nov 18, 2020
  3. Jun 07, 2020
  4. Jun 06, 2020
  5. May 19, 2020
  6. May 17, 2020
  7. May 15, 2020
  8. Dec 01, 2019
  9. Oct 09, 2019
  10. Aug 28, 2018
  11. Jun 12, 2018
    • Vladimir's avatar
      Problem: Creating a CString would copy the passphrase in memory · f5bb176a
      Vladimir authored
      Solution: Pass passphrase/key as a `*const u8` directly
      
      This should be safe given that libcryptsetup uses the provided length
      rather than calling `strlen` on the given string.
      
      Also one of those times where you wake up to a blindingly obvious bug...
      f5bb176a
  12. Jun 09, 2018
  13. Jun 08, 2018
  14. Jun 07, 2018
Loading