Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Fix concurrency problem #2

Merged
merged 2 commits into from
Sep 10, 2018
Merged

Fix concurrency problem #2

merged 2 commits into from
Sep 10, 2018

Commits on Sep 10, 2018

  1. Fixes defect in which encrypted_attributes state was shared across al…

    …l instances of a given class due to shallow dup. This caused random OpenSSL::Cipher::CipherError errors, particularly in cases in which concurrent encrypts/decrypts were occurring.
    bfreese authored and ppostma committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    9fc8962 View commit details
    Browse the repository at this point in the history
  2. Fix tests after cherry-pick.

    ppostma committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    d01839e View commit details
    Browse the repository at this point in the history