Commit Graph

21 Commits

Author SHA1 Message Date
Kim Trolle Wadum
25479460e4 Small correction to README.md 2016-07-14 10:18:54 +02:00
silenteh
72a472700b Addressed issue #1 - Byte order was the problem
The counter needs to be represented in bigendian format.
Unfortunately with commit #00045cb I made the unfortunate choice to swap the endiannes from big-endian to little-endian.
This broke the functionality for certain counters.

- [x] Added Go vendoring
- [x] Bumped version of golang in travis yml file
- [x] Removed conversion files and instead used import of convert sec51 external library
2016-04-24 22:24:31 +02:00
silenteh
eada29e8a3 Added little endian import to Travis 2016-01-26 15:35:01 +01:00
silenteh
57cba6ede0 Fixed import of qrcode 2016-01-26 15:32:47 +01:00
silenteh
9e163709ba Regenerated dependencies with Godep 2016-01-26 14:50:04 +01:00
silenteh
8199ae9abf Bumped Travis go version to 1.5.3 2016-01-26 14:47:48 +01:00
silenteh
cf42e4da7c Fixed google code broken dependencies 2016-01-26 14:43:56 +01:00
silenteh
72d6bbdae0 Added gitignore 2015-11-23 09:52:56 +01:00
silenteh
00045cbfc0 Refactored twofactor to support the new crypto engine version
No API changes were made on this commit
2015-11-22 00:27:40 +01:00
silenteh
4b6ca6edea Fixed travis dependencies 2015-08-06 00:04:28 +02:00
silenteh
6e8770158f Improved readme - added info about new encryption with cryptoengine 2015-08-05 23:53:06 +02:00
silenteh
c413e28bb8 added godoc badge 2015-08-05 22:46:05 +02:00
silenteh
3145198097 Fixed token synchronization problem 2015-08-04 19:42:11 +02:00
silenteh
93dfb338c7 Fixed issue with issuer encoding - made URL() private 2015-08-04 17:21:09 +02:00
silenteh
737259eaba Added warning to Totp struct 2015-08-04 17:00:43 +02:00
silenteh
73ce7eaf59 made const and vars private 2015-08-04 16:58:48 +02:00
silenteh
f4058aa3ac Exposed Totp struct - added checks for proper initialization 2015-08-04 16:50:45 +02:00
silenteh
02faae03f2 Renamed travis url to lower case 2015-08-04 16:27:34 +02:00
silenteh
37643c7b9e added travis build status 2015-08-04 16:16:53 +02:00
silenteh
2128a14b41 Comment on constant - travis deps 2015-08-04 16:14:47 +02:00
silenteh
00e19bbd7f Version 1.0 2015-08-04 14:15:51 +02:00