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

Encrypt Event Check-in data before submit (EXPOSUREAPP-8685) #3863

Merged
merged 14 commits into from
Aug 11, 2021

Commits on Aug 2, 2021

  1. Add todo

    mtwalli committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    fba01d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    69122ef View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    9e90d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecbb9a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f417581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be94e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. AES encyption decryption (EXPOSUREAPP-8788, EXPOSUREAPP-8789) (#3884)

    * implement CheckInCryptography
    
    * add tests
    
    * code refactoring
    
    * one more test
    
    * code refactoring
    jurajkusnier committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    567c13a View commit details
    Browse the repository at this point in the history
  2. Adjust Checkin submission (EXPOSUREAPP-8792) (#3871)

    * Pass encrypted checkin
    
    * Revert
    
    * Provide encrypted checkins
    
    * Update CheckInsTransformerTest.kt
    
    * Update SubmissionServerTest.kt
    
    * Adjust unit tests
    
    * Update CheckInsTransformer.kt
    
    * Fix test
    mtwalli committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    d87a648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25998f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Use encrypted CheckIns size

    mtwalli committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e01cf03 View commit details
    Browse the repository at this point in the history
  2. Revert "Use encrypted CheckIns size"

    This reverts commit e01cf03.
    mtwalli committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a7d0c1f View commit details
    Browse the repository at this point in the history
  3. Download / Save Protected CheckIns (EXPOSUREAPP-8794) (#3883)

    * Rename and add encrypted API  version 2
    
    * Move to right package
    
    * Lint
    
    * Provide encryption mode from Task controller
    
    * Lint
    
    * Derive protected warnings
    
    * Lint
    
    * Simple check
    
    * Derive TraceWarning from CheckInReports
    
    * lint
    
    * Fix tests
    
    * Lint
    
    * Create TraceWarningServerTest.kt
    
    * Create CheckInWarningMatcherKtTest.kt
    
    * Create CheckInWarningMatcherTest2.kt
    
    * Log
    
    * Small fixes
    
    * Update CheckInWarningMatcherTest2.kt
    
    * Use encrypted CheckIns size
    
    * More unit tests for deriving
    mtwalli committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f875b04 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    5961542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382be93 View commit details
    Browse the repository at this point in the history