2017-05-09  Klas Lindfors <klas@yubico.com>

	* NEWS: NEWS for 1.0.1

2017-05-09  Klas Lindfors <klas@yubico.com>

	* .travis.yml: drop hhvm-nightly from travis

2017-05-09  Klas Lindfors <klas@yubico.com>

	* : commit 5e49595bb11fb4b68d0bc3b0219a95be76c2cdce Merge: 25863d1
	807ac87 Author: Klas Lindfors <klas@yubico.com> Date:   Tue May 9
	08:58:45 2017 +0200

2017-05-08  Christoph Wurst <christoph@winzerhof-wurst.at>

	* .travis.yml, composer.json: Use php5.6-7.1 and remove duplicate
	php5.6 build Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>

2017-05-08  Christoph Wurst <christoph@winzerhof-wurst.at>

	* .travis.yml, composer.json, phpunit.xml: Require phpunit5.7 and
	fix tests path in phpunit.xml Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>

2017-05-06  Marcel Krger <zauguin@gmail.com>

	* src/u2flib_server/U2F.php: Use common challenge for multiple
	registrations

2017-02-20  Klas Lindfors <klas@yubico.com>

	* : commit 9939aec563816ed7f3aef9102fce0538068e1bce Author: Lukas
	Reschke <lukas@statuscode.ch> Date:   Thu Feb 16 16:59:57 2017 +0100

2016-02-19  Klas Lindfors <klas@yubico.com>

	* do-source-release.sh: call apigen generate when releasing

2016-02-19  Klas Lindfors <klas@yubico.com>

	* apigen.neon: fixup excludes line

2016-02-19  Klas Lindfors <klas@yubico.com>

	* NEWS: bump version

2016-02-19  Klas Lindfors <klas@yubico.com>

	* NEWS: NEWS for 1.0.0 fixes #48

2016-02-05  Klas Lindfors <klas@yubico.com>

	* examples/localstorage/index.php, examples/pdo/index.php,
	src/u2flib_server/U2F.php, tests/u2flib_test.php: handle errorCode:
	0 correctly fixes #47

2015-10-26  Klas Lindfors <klali@avm.se>

	* : Merge pull request #41 from sattoke/localstorage-counter-spike update localstorage example for counter verification.

2015-10-18  Satoshi Yagi <git@toke.jp>

	* examples/localstorage/index.php: update localstorage example for
	counter verification.

2015-10-16  Kevin McArthur <kevin@stormtide.ca>

	* src/u2flib_server/U2F.php: Clean up whitespace towards PSR-2
	standard.

2015-10-12  Klas Lindfors <klali@avm.se>

	* : Merge pull request #37 from
	LukasReschke/make-functions-non-static Make functions non-static

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php: Make functions non-static

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* phpunit.xml, tests/u2flib_test.php: Use __DIR__ instead of
	getcwd() getcwd() is doomed to fail as soon as the tests are executed from
	another folder.

2015-10-12  Klas Lindfors <klas@yubico.com>

	* : commit 6486c27767cc519057138626cd1533cd30502684 Merge: 22f3354
	ae7e6f3 Author: Klas Lindfors <klali@avm.se> Date:   Mon Oct 12
	11:16:02 2015 +0200

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: Use native PHP
	type hints for arrays I'd advocate to use the native PHP type hints where possible. While
	scalar type hints are not yet possible (except with PHP 7) we can
	type hint `array` on our own and make PHP do the error handling.  Same is valid for `RegisterRequest` which actually is often an array
	passed around and thus not actually following the PHPDocs. I will
	see if I can clarify the docs here and make another PR later.

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php: Use strict comparison

2015-10-12  Klas Lindfors <klali@avm.se>

	* : Merge pull request #32 from LukasReschke/minor-nitpicks Minor nitpicks

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php: Add missing type hints

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php: Fix indentation

2015-10-12  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php: Fix typo

2015-10-12  Klas Lindfors <klas@yubico.com>

	* README: move badges around

2015-10-12  Klas Lindfors <klali@avm.se>

	* : Merge pull request #30 from
	LukasReschke/run-on-container-based-infrastructure Run on container based infrastructure

2015-10-12  Klas Lindfors <klali@avm.se>

	* : Merge pull request #24 from
	LukasReschke/add-travis-status-to-readme Add Build Status and Coverage badges

2015-10-12  Klas Lindfors <klali@avm.se>

	* : Merge pull request #28 from LukasReschke/fix-type-hints Add and fix PHPDoc

2015-10-12  Klas Lindfors <klali@avm.se>

	* : Merge pull request #25 from LukasReschke/make-php7-mandatory Make PHP 7 check mandatory

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* examples/localstorage/index.php: Fix localstorage demo

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* examples/assets/u2f-api.js: Add u2f-api.js

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* examples/localstorage/index.php, examples/pdo/index.php: Format
	properly

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: Add and fix
	PHPDoc

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* tests/u2flib_test.php: Remove unrequired assignments

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* .travis.yml: Make PHP 7 check mandatory PHP 7.0.0 RC4 has been published and thus it makes sense to make the
	check mandatory.

2015-10-10  Lukas Reschke <lukas@owncloud.com>

	* README: Add Build Status and Coverage badges First thing I personally do check before using a library.

2015-05-27  Klas Lindfors <klas@yubico.com>

	* examples/cli/u2f-server.php: add a cli example for the library

2015-05-26  Henrik Strth <minisu@users.noreply.github.com>

	* : Merge pull request #23 from Yubico/counter-zero Setting initial counter value to -1 instead of 0

2015-05-22  Henrik Strth <minisu@users.noreply.github.com>

	* src/u2flib_server/U2F.php: Setting initial counter value to -1
	instead of 0 Since counter may be 0 the first time.

2015-03-25  Klas Lindfors <klas@yubico.com>

	* .travis.yml: add php nightly for travis

2015-03-06  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: give an early error if openssl is older
	than 1.0.0

2015-03-03  Klas Lindfors <klas@yubico.com>

	* NEWS: NEWS header for next version

2015-03-03  Klas Lindfors <klas@yubico.com>

	* do-source-release.sh: drop composer from release

2015-03-03  Klas Lindfors <klas@yubico.com>

	* NEWS: news for 0.1.0

2015-02-18  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: and don't try to fix a test cert

2015-02-18  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: add another broken certificate
	fingerprint

2015-01-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: fixup
	certificates we know contain unused bits this was caused by some devices shipping with a certificate where
	unused bits was not set to 0, before openssl started validating
	this, thus breaking those certs.

2015-01-21  Klas Lindfors <klas@yubico.com>

	* .travis.yml: fixup travis.yml

2015-01-21  Klas Lindfors <klas@yubico.com>

	* .gitignore, .travis.yml, phpunit.xml: add stuff for coverage
	processing

2015-01-19  Klas Lindfors <klali@avm.se>

	* : Merge pull request #16 from multiwebinc/patch-1 Prevent unwanted output to the browser

2015-01-09  Klas Lindfors <klali@avm.se>

	* : Merge pull request #15 from shield-9/ua-exception Exception for user-agent error

2014-11-21  Daisuke Takahashi <daisuke@extendwings.com>

	* src/u2flib_server/U2F.php: New Exception for user-agent error This exception is thrown if user-agent passes us error code.

2015-01-07  Klas Lindfors <klas@yubico.com>

	* .travis.yml: add hhvm-nightly for travis

2014-12-22  Klas Lindfors <klas@yubico.com>

	* composer.json: revert autoload things for composer.

2014-12-17  Klas Lindfors <klali@avm.se>

	* : Merge pull request #14 from shield-9/argument-check Add argument type checks

2014-12-17  Daisuke Takahashi <daisuke@extendwings.com>

	* src/u2flib_server/U2F.php: Fix typo

2014-12-17  Daisuke Takahashi <daisuke@extendwings.com>

	* tests/u2flib_test.php: Add tests for Invalid Arguments

2014-12-16  Klas Lindfors <klas@yubico.com>

	* README: reword dependency text since composer is not used anymore resolves #2

2014-12-16  Klas Lindfors <klas@yubico.com>

	* composer.json: drop unused clauses from the composer definition

2014-12-16  Daisuke Takahashi <daisuke@extendwings.com>

	* src/u2flib_server/U2F.php: Add argument type check More checks will be added soon.

2014-12-16  Klas Lindfors <klas@yubico.com>

	* .travis.yml, examples/localstorage/index.php,
	examples/pdo/index.php, tests/u2flib_test.php: reference u2f class
	directly instead of composer autoload also drop composer calls from travis references #11

2014-12-16  Klas Lindfors <klas@yubico.com>

	* examples/localstorage/index.php: update localstorage example for
	exceptions

2014-12-16  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: update apigen comments for exceptions

2014-12-16  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: switch test to use annotations for
	exceptions and adding annotation for the error code, drop commented out
	assertions

2014-12-16  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: add an override to the Error
	constructor making message and code mandatory

2014-12-16  Klas Lindfors <klas@yubico.com>

	* : Merge remote-tracking branch 'shield9/throw-exception' Conflicts: 	src/u2flib_server/U2F.php

2014-12-11  Daisuke Takahashi <daisuke@extendwings.com>

	* src/u2flib_server/U2F.php: Make challenge creating function

2014-12-10  Klas Lindfors <klas@yubico.com>

	* : commit 9c7de4155aca4a97c492d953b2333bae757bdca6 Author: Daisuke
	Takahashi <daisuke@extendwings.com> Date:   Thu Nov 20 18:10:39 2014
	+0900

2014-11-20  Daisuke Takahashi <daisuke@extendwings.com>

	* examples/pdo/index.php: Update example(PDO)

2014-11-20  Daisuke Takahashi <daisuke@extendwings.com>

	* tests/u2flib_test.php: Fix Tests

2014-11-20  Daisuke Takahashi <daisuke@extendwings.com>

	* src/u2flib_server/U2F.php: Throw Exception

2014-12-01  Henrik Strth <minisu@users.noreply.github.com>

	* NEWS: Update NEWS

2014-11-26  Klas Lindfors <klas@yubico.com>

	* examples/pdo/index.php: add copyright, license and a small comment
	about the example

2014-11-24  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: correct classname

2014-11-18  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: change keyHandles to registrations on
	getRegisterData() as it's a list of registrations, not keyhandles

2014-11-18  Klas Lindfors <klas@yubico.com>

	* examples/pdo/index.php: drop unused TYPE_ consts

2014-10-31  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: clearer documentation about the counter
	field and errors relates to #5

2014-10-31  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: check the request challenge on
	authenticate fixes #6

2014-10-28  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: TOO_LOW, not
	TO_LOW

2014-10-27  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: fix the debug printing in the test

2014-10-27  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: print a bit of information on failing test

2014-10-27  Klas Lindfors <klas@yubico.com>

	* .travis.yml: mark hhvm as allowed failure for travis

2014-10-27  Klas Lindfors <klas@yubico.com>

	* : commit 0c9e64c635f7aea7e7f4b5f0ecc4414e2af59b20 Author: Floris
	Bos <bos@je-eigen-domein.nl> Date:   Mon Oct 27 13:03:24 2014 +0100

2014-10-27  Floris Bos <bos@je-eigen-domein.nl>

	* src/u2flib_server/U2F.php: Fix PHP 5.3 compatibility Use \x12 hex string instead of hex2bin() because hex2bin is only
	available starting with PHP 5.4 Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>

2014-10-27  Floris Bos <bos@je-eigen-domein.nl>

	* composer.json, src/u2flib_server/U2F.php: Use OpenSSL for
	attestion certificate validation Removes dependency on phpseclib Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>

2014-10-27  Floris Bos <bos@je-eigen-domein.nl>

	* src/u2flib_server/U2F.php: Convert public key to PEM without
	phpseclib Since the public key parameters and length are fixed, we don't need
	a full fledged ASN.1 encoder class, and can hardcode those.  Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>

2014-10-27  Klas Lindfors <klas@yubico.com>

	* apigen.neon: apigen options

2014-10-24  Floris Bos <bos@je-eigen-domein.nl>

	* composer.json, src/u2flib_server/U2F.php: Use OpenSSL for ECDSA
	validation Removes dependency on GMP and mdanter/ecc Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>

2014-10-24  Klas Lindfors <klas@yubico.com>

	* do-source-release.sh: fixup release script

2014-10-24  Klas Lindfors <klas@yubico.com>

	* NEWS: bump version

2014-10-24  Klas Lindfors <klas@yubico.com>

	* NEWS: version 0.0.2

2014-10-24  Klas Lindfors <klas@yubico.com>

	* composer.json: remove the mcrypt extension from dependencies since it's not used relates to #3

2014-10-24  Klas Lindfors <klas@yubico.com>

	* examples/pdo/index.php: public key is base64 encoded, so it will
	be longer than 65 bytes so just make it varchar(255)..

2014-10-23  Henrik Strth <minisu@users.noreply.github.com>

	* README: Linkifying and spelling correction of README

2014-10-23  Henrik Strth <henrik.strath@gmail.com>

	* README: Fixed README headers All headers were top level headers. Now they're not.

2014-10-23  Henrik Strth <henrik@yubico.com>

	* README.adoc: Created symlink to README

2014-10-21  Klas Lindfors <klas@yubico.com>

	* examples/pdo/index.php: add an example using PDO and sqlite

2014-10-22  Klas Lindfors <klas@yubico.com>

	* examples/localstorage/index.php: fixup localstorage example after
	refactor

2014-10-22  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: refactor to skip
	json formatted parameters

2014-10-21  Klas Lindfors <klas@yubico.com>

	* examples/{ => localstorage}/index.php: move localstorage example

2014-10-21  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: add a test for a bad public key in the
	registration message

2014-10-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: decode the public key during
	registration to make sure it's usable

2014-10-21  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: add a test for registration with broken
	public key inside

2014-10-21  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: add a test for authenticate with bad pubkey

2014-10-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: let public key decode failure return an
	error instead of throwing an exception

2014-10-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: php 5.3 doesn't support array
	de-referencing

2014-10-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: when decoding the registration, build
	an offset instead and make sure the array and the raw has the same offset

2014-10-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: update doc

2014-10-21  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: test failing authentication due to counter
	fail

2014-10-21  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: refactor and
	drop the Authentication class instead add the counter field to the Registration class and check
	the counter and return an updated Registration in doAuthenticate()

2014-10-20  Klas Lindfors <klas@yubico.com>

	* .gitignore, apigen.neon, do-source-release.sh,
	src/u2flib_server/U2F.php: some documentation comments and apigen
	config

2014-10-20  Klas Lindfors <klas@yubico.com>

	* examples/index.php: clarify

2014-10-20  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: check the crypto_strong parameter to
	openssl_random_pseudo_bytes fixes #1

2014-10-17  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: drop ModuleConfig stuff

2014-10-16  Klas Lindfors <klas@yubico.com>

	* do-source-release.sh: tagnames have to be just version for
	packagist to find it

2014-10-16  Klas Lindfors <klas@yubico.com>

	* .gitignore: ignore

2014-10-16  Klas Lindfors <klas@yubico.com>

	* do-source-release.sh: fix

2014-10-16  Klas Lindfors <klas@yubico.com>

	* NEWS: bump version after release

2014-10-16  Klas Lindfors <klas@yubico.com>

	* NEWS: version 0.0.1

2014-10-16  Klas Lindfors <klas@yubico.com>

	* do-source-release.sh: add script for doing release

2014-10-16  Klas Lindfors <klas@yubico.com>

	* NEWS: add NEWS file

2014-10-16  Klas Lindfors <klas@yubico.com>

	* phpunit.xml: blacklist vendor from coverage reports

2014-10-15  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: add test for bad signature in
	authentication

2014-10-15  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: test non-verifying attestation signature

2014-10-15  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: fix so error is
	returned for miss-matched registration challenge and test it

2014-10-15  Klas Lindfors <klas@yubico.com>

	* examples/index.php: handle errors in the example

2014-10-15  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: let
	doAuthentication return json for success

2014-10-15  Klas Lindfors <klas@yubico.com>

	* .travis.yml: travis is now running hhvm 3.3 which works

2014-10-15  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: test authentication without mathing
	keyHandle

2014-10-15  Klas Lindfors <klas@yubico.com>

	* examples/index.php: try to cleanup from broken keyhandles in
	storage

2014-10-15  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: return errors
	instead of null

2014-10-13  Klas Lindfors <klas@yubico.com>

	* tests/certs/yubico-u2f-ca-1.pem, tests/u2flib_test.php: add tests
	for attestation

2014-10-13  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: change to work with refactorings in
	phpecc

2014-10-13  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: make certificate
	inclusion in registration optional

2014-10-10  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: do some cert attesting

2014-10-10  Klas Lindfors <klas@yubico.com>

	* examples/index.php: add a bit of text about number of
	authenticators

2014-10-10  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: more assertions

2014-10-10  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: more asserts

2014-10-10  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: more assertions

2014-10-10  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: start with some assertions

2014-10-10  Klas Lindfors <klas@yubico.com>

	* examples/index.php: fixup multi registration and auth

2014-10-10  Klas Lindfors <klas@yubico.com>

	* tests/u2flib_test.php: use print_r to handle that it's an array
	that gets back..

2014-10-09  Klas Lindfors <klas@yubico.com>

	* examples/index.php: support multiple registrations

2014-10-09  Klas Lindfors <klas@yubico.com>

	* examples/index.php, src/u2flib_server/U2F.php: let getRegisterData
	return signRequests as well

2014-10-09  Klas Lindfors <klas@yubico.com>

	* examples/index.php: FIXME

2014-10-09  Klas Lindfors <klas@yubico.com>

	* examples/index.php: add copyright and license for the example

2014-10-09  Klas Lindfors <klas@yubico.com>

	* examples/index.php: naive but working example

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: encode the array, not just the members

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: skip JSON encode parameter

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: fix another instance of array
	de-referencing

2014-10-09  Klas Lindfors <klas@yubico.com>

	* .travis.yml: we want to support php 5.3

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: php 5.3 doesn't support array
	dereferencing

2014-10-09  Klas Lindfors <klas@yubico.com>

	* .gitignore: ignore more

2014-10-09  Klas Lindfors <klas@yubico.com>

	* examples/index.php: start with basic example usage

2014-10-09  Klas Lindfors <klas@yubico.com>

	* .travis.yml: drop php 5.3 and try to mark hhvm as allowed failure

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: construct arrays
	with array() instead

2014-10-09  Klas Lindfors <klas@yubico.com>

	* README: README

2014-10-09  Klas Lindfors <klas@yubico.com>

	* COPYING, src/u2flib_server/U2F.php, tests/u2flib_test.php: add
	copyright and license

2014-10-09  Klas Lindfors <klas@yubico.com>

	* phpunit.xml, tests/bootstrap.php, tests/u2flib_test.php: drop
	bootstrap step, just require vendor/autoload.php

2014-10-09  Klas Lindfors <klas@yubico.com>

	* BLURB: BLURB

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php: loadX509() can use the base64 encoded
	cert

2014-10-09  Klas Lindfors <klas@yubico.com>

	* composer.json, src/u2flib_server/U2F.php: switch to the "real"
	upstream of phpecc

2014-10-09  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: change how some
	of the data is stored base64 encode publicKey and certificate

2014-10-09  Klas Lindfors <klas@yubico.com>

	* .travis.yml, src/u2flib_server/U2F.php: change around a bit to
	make it compatible with php 5.3 specifically drop usage of hex2bin()

2014-10-08  Klas Lindfors <klas@yubico.com>

	* .travis.yml: add travis.yml

2014-10-08  Klas Lindfors <klas@yubico.com>

	* tests/phpunit.xml => phpunit.xml: move phpunit.xml to root

2014-10-08  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: working
	authenticate

2014-10-08  Klas Lindfors <klas@yubico.com>

	* src/u2flib_server/U2F.php, tests/u2flib_test.php: continuing with
	a simple authenticate

2014-10-08  Klas Lindfors <klas@yubico.com>

	* composer.json, src/u2flib_server/U2F.php: think on how a
	registration should be stored.

2014-10-08  Klas Lindfors <klas@yubico.com>

	* .gitignore: ignore

2014-10-08  Klas Lindfors <klas@yubico.com>

	* composer.json, src/u2flib_server/U2F.php: include our own pubkey
	decoder

2014-10-08  Klas Lindfors <klas@yubico.com>

	* composer.json, src/u2flib_server/U2F.php, tests/bootstrap.php,
	tests/phpunit.xml, tests/u2flib_test.php: somewhat working register

2014-10-07  Klas Lindfors <klas@yubico.com>

	* composer.json, src/u2flib_server/U2F.php: beginnings of some code
	and structure

2014-10-07  Klas Lindfors <klas@yubico.com>

	* first commit.

