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

[wip] test vectors #5

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

[wip] test vectors #5

wants to merge 16 commits into from

Commits on Mar 20, 2017

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

Commits on Mar 21, 2017

  1. WIP initialize

    cryptix committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    8e1b16b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    2e9c2ed View commit details
    Browse the repository at this point in the history
  2. first init passes

    cryptix committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    7a60e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5d802 View commit details
    Browse the repository at this point in the history
  4. reuse test setup code

    cryptix committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    5552f50 View commit details
    Browse the repository at this point in the history
  5. verifyChallenge passing

    cryptix committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    0e065ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46240f8 View commit details
    Browse the repository at this point in the history
  7. WIP: clientVerifyChallenge

    cryptix committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    ec15a94 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. small cleanup

    cryptix committed May 16, 2017
    Configuration menu
    Copy the full SHA
    121ea48 View commit details
    Browse the repository at this point in the history
  2. fixed ClientVerifyChallenge

    cryptix committed May 16, 2017
    Configuration menu
    Copy the full SHA
    9496221 View commit details
    Browse the repository at this point in the history
  3. fix ClientCreateAuth

    cryptix committed May 16, 2017
    Configuration menu
    Copy the full SHA
    71112dc View commit details
    Browse the repository at this point in the history
  4. wip: serverVerifyAuth

    cryptix committed May 16, 2017
    Configuration menu
    Copy the full SHA
    2ae3ee8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. semi-fixed ServerVerifyAuth()

    cryptix committed May 17, 2017
    Configuration menu
    Copy the full SHA
    839835b View commit details
    Browse the repository at this point in the history
  2. works until case 16

    cryptix committed May 17, 2017
    Configuration menu
    Copy the full SHA
    c98becc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. various fixes. no clean yet

    $ go test
    2017/05/19 14:46:06 secretHandshake/ServerVerifyAuth: open not OK!!
    --- FAIL: TestVectors (0.04s)
    	vectors_test.go:122: unhandled case testing 10: clean
    	vectors_test.go:122: unhandled case testing 12: clean
    	vectors_test.go:122: unhandled case testing 75: clean
    	vectors_test.go:122: unhandled case testing 77: clean
    	vectors_test.go:33: skipping toKeys
    	vectors_test.go:33: skipping toKeys
    	vectors_test.go:122: unhandled case testing 90: clean
    	vectors_test.go:122: unhandled case testing 92: clean
    	vectors_test.go:122: unhandled case testing 112: clean
    	vectors_test.go:122: unhandled case testing 114: clean
    	vectors_test.go:122: unhandled case testing 125: clean
    	vectors_test.go:122: unhandled case testing 127: clean
    	vectors_test.go:122: unhandled case testing 156: clean
    	vectors_test.go:122: unhandled case testing 158: clean
    FAIL
    exit status 1
    FAIL	github.com/cryptix/secretstream/secrethandshake	0.192s
    cryptix committed May 19, 2017
    Configuration menu
    Copy the full SHA
    9bfbdab View commit details
    Browse the repository at this point in the history