Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP communication #174

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2017

  1. Add HTTPS connection

    jpeisenbarth committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    3ffe8f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c82f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

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

Commits on Apr 27, 2017

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

Commits on May 5, 2017

  1. Refactor HTTPS client

    jpeisenbarth committed May 5, 2017
    Configuration menu
    Copy the full SHA
    d3ec16c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Implement the client-auditor protocol

    * Part of coniks-sys#151
    
    * Add client-auditor messages
    
    * Create audit log structure, query API finished
    
    * Add/Update docs to include auditor, add ReqUnknownDirectory auditor error
    
    * Use single generic verifySTRConsistency to be used by client and auditor
    
    * Add tests for audit log, debug audit log
    
    * Add assertions to validate auditor messages on client
    
    * Add generic STR response handler
    
    * # This is a combination of 2 commits.
    # The first commit's message is:
    
    Add TODO to move all generic STR auditing code to a separate module
    
    # The 2nd commit message will be skipped:
    
    #	Use single generic verifySTRConsistency to be used by client and auditor
    
    * Fix documentation
    
    * Use DirSTR instead of merkletree.SignedTreeRoot in auditlog
    
    * Remove all references to auditor-directory communication, make auditor response message generic
    
    * STRList -> STRHistoryRange
    
    * Fail sooner in GetObservedSTRs
    
    * Revert changes to protocol/str.go
    
    * Always request epoch range in AuditingRequest, fix Insert() bug
    
    * Index audit log by hash of directory's initial STR
    
    * Insert latest STR into snapshot map right away
    
    * Fix go vet error
    
    * Change audit log index from byte array to string
    
    * Add test case for getting an STR after an audit log update
    
    * Refactor common functions
    
    * Use slice for initial history inserted, remove IsKnownDirectory
    
    * dirName --> addr, some documentation fixes
    
    * Small fixes
    
    * Revert "Change audit log index from byte array to string"
    
    This reverts commit 7e54087.
    
    Conflicts:
    	protocol/auditlog.go
    
    * More fixes for reverting
    masomel authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    ae837f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

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