This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 23 Nov, 2021 1 commit
  2. 22 Nov, 2021 3 commits
  3. 19 Nov, 2021 5 commits
  4. 18 Nov, 2021 7 commits
  5. 17 Nov, 2021 11 commits
  6. 16 Nov, 2021 10 commits
  7. 15 Nov, 2021 3 commits
    • Matt Schultz's avatar
      Return non-retryable errors on transit encrypt and decrypt failures (#13111) · 7c651e73
      Matt Schultz authored
      * Return HTTP 400s on transit decrypt requests where decryption fails. (#10842)
      
      * Don't abort transit batch encryption when a single batch item fails.
      
      * Add unit tests for updated transit batch decryption behavior.
      
      * Add changelog entry for transit encrypt/decrypt batch abort fix.
      
      * Simplify transit batch error message generation when ciphertext is empty.
      
      * Return error HTTP status codes in transit on partial batch decrypt failure.
      
      * Return error HTTP status codes in transit on partial batch encrypt failure.
      
      * Properly account for non-batch transit decryption failure return. Simplify transit batch decryption test data. Ensure HTTP status codes are expected values on batch transit batch decryption partial failure.
      
      * Properly account for non-batch transit encryption failure return. Actually return error HTTP status code on transit batch encryption failure (partial or full).
      7c651e73
    • Chelsea Shaw's avatar
      Prevent constant-refresh UI bug (#12896) · bb579b64
      Chelsea Shaw authored
      bb579b64
    • Rémi Lapeyre's avatar
      Fix some typos (#12289) · 73b9f198
      Rémi Lapeyre authored
      73b9f198