]> err.no Git - yubikey-personalization/log
yubikey-personalization
10 years agoMerge tag 'v1.15.1' master
Simon Josefsson [Wed, 12 Mar 2014 11:50:43 +0000 (12:50 +0100)]
Merge tag 'v1.15.1'

1.15.1

10 years agoNEWS for 1.15.1 v1.15.1
Klas Lindfors [Wed, 12 Mar 2014 07:12:52 +0000 (08:12 +0100)]
NEWS for 1.15.1

10 years agochange url to compatibility doc
Klas Lindfors [Fri, 7 Mar 2014 12:29:00 +0000 (13:29 +0100)]
change url to compatibility doc

10 years agoMerge branch 'master' of https://github.com/Detegr/yubikey-personalization
Klas Lindfors [Mon, 3 Mar 2014 12:55:30 +0000 (13:55 +0100)]
Merge branch 'master' of https://github.com/Detegr/yubikey-personalization

10 years agoReduced the scope of dev
Antti Keränen [Mon, 3 Mar 2014 12:48:23 +0000 (14:48 +0200)]
Reduced the scope of dev

10 years agouse memcmp instead of strncmp to drop warnings in test
Klas Lindfors [Mon, 3 Mar 2014 11:58:13 +0000 (12:58 +0100)]
use memcmp instead of strncmp to drop warnings in test

10 years agomake functions static to drop warnings
Klas Lindfors [Mon, 3 Mar 2014 11:51:12 +0000 (12:51 +0100)]
make functions static to drop warnings

10 years agodon't do sizeof() on pointer
Klas Lindfors [Mon, 3 Mar 2014 11:50:44 +0000 (12:50 +0100)]
don't do sizeof() on pointer

even in test

10 years agofix warnings in test_ndef_construction
Klas Lindfors [Mon, 3 Mar 2014 11:48:01 +0000 (12:48 +0100)]
fix warnings in test_ndef_construction

10 years agofix warnings in test_threaded_calls
Klas Lindfors [Mon, 3 Mar 2014 11:44:51 +0000 (12:44 +0100)]
fix warnings in test_threaded_calls

10 years agofix a couple of warnings in test_json
Klas Lindfors [Mon, 3 Mar 2014 11:41:35 +0000 (12:41 +0100)]
fix a couple of warnings in test_json

10 years agomake sure that keylocation is initialized in the tests
Klas Lindfors [Mon, 3 Mar 2014 10:46:56 +0000 (11:46 +0100)]
make sure that keylocation is initialized in the tests

10 years agocorrect argc
Klas Lindfors [Mon, 3 Mar 2014 10:37:29 +0000 (11:37 +0100)]
correct argc

10 years agomake const to avoid warning
Klas Lindfors [Mon, 3 Mar 2014 10:21:09 +0000 (11:21 +0100)]
make const to avoid warning

10 years agomove yk_endian_swap_16 to ykcore.h since we export it anyways..
Klas Lindfors [Mon, 3 Mar 2014 10:19:14 +0000 (11:19 +0100)]
move yk_endian_swap_16 to ykcore.h since we export it anyways..

10 years agoinclude yubikey.h to get function definitions we need
Klas Lindfors [Mon, 3 Mar 2014 10:18:51 +0000 (11:18 +0100)]
include yubikey.h to get function definitions we need

10 years agouse memcmp instead of strcmp
Klas Lindfors [Mon, 3 Mar 2014 10:12:07 +0000 (11:12 +0100)]
use memcmp instead of strcmp

10 years agomake functions static
Klas Lindfors [Mon, 3 Mar 2014 10:15:07 +0000 (11:15 +0100)]
make functions static

10 years agodrop unused ycfg structs
Klas Lindfors [Mon, 3 Mar 2014 10:04:06 +0000 (11:04 +0100)]
drop unused ycfg structs

10 years agodrop argc+argv to main since it's not used
Klas Lindfors [Mon, 3 Mar 2014 10:01:19 +0000 (11:01 +0100)]
drop argc+argv to main since it's not used

10 years agoconstify to get rid of more warnings
Klas Lindfors [Mon, 3 Mar 2014 10:00:43 +0000 (11:00 +0100)]
constify to get rid of more warnings

10 years agomake test functions return void to drop warnings
Klas Lindfors [Mon, 3 Mar 2014 09:57:26 +0000 (10:57 +0100)]
make test functions return void to drop warnings

and since we never returned anything

10 years agoFixed segmentation fault in ykcore_libusb.c
Antti Keränen [Wed, 26 Feb 2014 14:22:45 +0000 (16:22 +0200)]
Fixed segmentation fault in ykcore_libusb.c

10 years agochange yubico.github.io homepage to opensource.yubico.com
Klas Lindfors [Mon, 17 Feb 2014 13:17:32 +0000 (14:17 +0100)]
change yubico.github.io homepage to opensource.yubico.com

10 years agofix link to yubico-c
Klas Lindfors [Fri, 14 Feb 2014 07:55:57 +0000 (08:55 +0100)]
fix link to yubico-c

10 years agoadd travis reference to BLURB
Klas Lindfors [Fri, 14 Feb 2014 07:44:05 +0000 (08:44 +0100)]
add travis reference to BLURB

10 years ago.gitmodules went away with submodules
Klas Lindfors [Thu, 13 Feb 2014 20:29:45 +0000 (21:29 +0100)]
.gitmodules went away with submodules

10 years agodrop old Todo file
Klas Lindfors [Thu, 13 Feb 2014 19:00:41 +0000 (20:00 +0100)]
drop old Todo file

10 years agocorrect capitalization
Klas Lindfors [Thu, 13 Feb 2014 18:59:22 +0000 (19:59 +0100)]
correct capitalization

10 years agochange unsupported to comments, drop wiki link
Klas Lindfors [Thu, 13 Feb 2014 17:51:47 +0000 (18:51 +0100)]
change unsupported to comments, drop wiki link

10 years agoadd more versions to Compatibility
Klas Lindfors [Thu, 13 Feb 2014 17:48:54 +0000 (18:48 +0100)]
add more versions to Compatibility

10 years agodrop extra Read-Me
Klas Lindfors [Thu, 13 Feb 2014 17:36:21 +0000 (18:36 +0100)]
drop extra Read-Me

10 years agoadd doc back as non submodule
Klas Lindfors [Thu, 13 Feb 2014 14:09:12 +0000 (15:09 +0100)]
add doc back as non submodule

10 years agodrop doc again..
Klas Lindfors [Thu, 13 Feb 2014 14:08:58 +0000 (15:08 +0100)]
drop doc again..

10 years agodrop submodule info from README
Klas Lindfors [Thu, 13 Feb 2014 13:26:09 +0000 (14:26 +0100)]
drop submodule info from README

10 years agoadd documentation
Klas Lindfors [Thu, 13 Feb 2014 13:25:29 +0000 (14:25 +0100)]
add documentation

back without being a submodule

10 years agodrop doc submodule
Klas Lindfors [Thu, 13 Feb 2014 13:19:09 +0000 (14:19 +0100)]
drop doc submodule

10 years agoFix markup to avoid lintian warnings.
Simon Josefsson [Mon, 27 Jan 2014 11:16:27 +0000 (12:16 +0100)]
Fix markup to avoid lintian warnings.

10 years agoMerge tag 'v1.15.0'
Simon Josefsson [Mon, 27 Jan 2014 10:59:36 +0000 (11:59 +0100)]
Merge tag 'v1.15.0'

1.15.0

10 years agoMerge tag 'v1.14.2'
Simon Josefsson [Mon, 27 Jan 2014 10:58:52 +0000 (11:58 +0100)]
Merge tag 'v1.14.2'

1.14.2

10 years agoman for recent totp additions to ykchalresp
Klas Lindfors [Thu, 23 Jan 2014 07:37:42 +0000 (08:37 +0100)]
man for recent totp additions to ykchalresp

10 years agorefuse challenge on command line if -t is given
Klas Lindfors [Thu, 23 Jan 2014 07:37:23 +0000 (08:37 +0100)]
refuse challenge on command line if -t is given

10 years agominor indentation fix
Klas Lindfors [Tue, 21 Jan 2014 11:46:13 +0000 (12:46 +0100)]
minor indentation fix

10 years agoBugfix: -Y should not work with -6 or -8
joernchen of Phenoelit [Sat, 18 Jan 2014 19:39:56 +0000 (20:39 +0100)]
Bugfix: -Y should not work with -6 or -8

10 years agoMake -6 and -8 available for non time based HMACs
joernchen of Phenoelit [Sat, 18 Jan 2014 19:21:07 +0000 (20:21 +0100)]
Make -6 and -8 available for non time based HMACs

10 years agoRefactoring TOTP/HOTP command line flags
joernchen of Phenoelit [Sat, 18 Jan 2014 19:17:25 +0000 (20:17 +0100)]
Refactoring TOTP/HOTP command line flags

10 years agoAdded flag for 8 Digit TOTP
joernchen of Phenoelit [Thu, 16 Jan 2014 10:28:04 +0000 (11:28 +0100)]
Added flag for 8 Digit TOTP

10 years agoTab fixup
joernchen of Phenoelit [Wed, 15 Jan 2014 23:22:00 +0000 (00:22 +0100)]
Tab fixup

10 years agoAdded TOTP (6 digits) functionality to ykchalresp.c
joernchen of Phenoelit [Wed, 15 Jan 2014 23:17:36 +0000 (00:17 +0100)]
Added TOTP (6 digits) functionality to ykchalresp.c

10 years agobump versions after release
Klas Lindfors [Fri, 10 Jan 2014 11:52:06 +0000 (12:52 +0100)]
bump versions after release

10 years agoNEWS for 1.15.0 v1.15.0
Klas Lindfors [Fri, 10 Jan 2014 11:35:38 +0000 (12:35 +0100)]
NEWS for 1.15.0

10 years agomiss-commited stuff
Klas Lindfors [Fri, 10 Jan 2014 10:10:11 +0000 (11:10 +0100)]
miss-commited stuff

reverted parts of 944e83959d61890503610b902165872a8e9f9e81

10 years agobump copyrights
Klas Lindfors [Fri, 10 Jan 2014 10:02:11 +0000 (11:02 +0100)]
bump copyrights

10 years agoadd a new error: YK_ENODATA
Klas Lindfors [Fri, 10 Jan 2014 09:53:12 +0000 (10:53 +0100)]
add a new error: YK_ENODATA

used when read from device returns no data but no underlying error

10 years agoupdate man page for ykpersonalize
Klas Lindfors [Thu, 9 Jan 2014 09:07:14 +0000 (10:07 +0100)]
update man page for ykpersonalize

10 years agodrop salt parameter to ykpers-args
Klas Lindfors [Thu, 9 Jan 2014 09:04:11 +0000 (10:04 +0100)]
drop salt parameter to ykpers-args

10 years agomore text about -a
Klas Lindfors [Thu, 9 Jan 2014 08:59:04 +0000 (09:59 +0100)]
more text about -a

10 years agouse ykp_get_supported_key_length()
Klas Lindfors [Thu, 9 Jan 2014 08:52:13 +0000 (09:52 +0100)]
use ykp_get_supported_key_length()

10 years agobetter text about HMAC
Klas Lindfors [Thu, 9 Jan 2014 08:47:38 +0000 (09:47 +0100)]
better text about HMAC

key must be 40 bytes

10 years agoadd code for generating random key
Klas Lindfors [Thu, 9 Jan 2014 08:36:19 +0000 (09:36 +0100)]
add code for generating random key

10 years agoadd functions to set AES and HMAC key from raw bytes
Klas Lindfors [Thu, 9 Jan 2014 08:43:43 +0000 (09:43 +0100)]
add functions to set AES and HMAC key from raw bytes

10 years agofix logic of ykp_get_supported_key_length()
Klas Lindfors [Thu, 9 Jan 2014 07:51:01 +0000 (08:51 +0100)]
fix logic of ykp_get_supported_key_length()

was reporting wrong size for yubico-challenge

10 years agomake the ykp_get functions take a const YKP_CONFIG*
Klas Lindfors [Thu, 9 Jan 2014 07:50:45 +0000 (08:50 +0100)]
make the ykp_get functions take a const YKP_CONFIG*

10 years agouse ykp_get_supported_key_length() to get key length
Klas Lindfors [Thu, 9 Jan 2014 07:40:53 +0000 (08:40 +0100)]
use ykp_get_supported_key_length() to get key length

10 years agomake ykp_get_supported_key_length() exported
Klas Lindfors [Thu, 9 Jan 2014 07:39:10 +0000 (08:39 +0100)]
make ykp_get_supported_key_length() exported

10 years agoadd YKP_ENORANDOM for when there's no random available
Klas Lindfors [Thu, 9 Jan 2014 07:28:02 +0000 (08:28 +0100)]
add YKP_ENORANDOM for when there's no random available

10 years agoprompt for key on stdin if -a is given without key
Klas Lindfors [Wed, 8 Jan 2014 13:49:50 +0000 (14:49 +0100)]
prompt for key on stdin if -a is given without key

10 years agoset errno for errors in ykp_HMAC_key_from_hex()
Klas Lindfors [Wed, 8 Jan 2014 14:21:50 +0000 (15:21 +0100)]
set errno for errors in ykp_HMAC_key_from_hex()

10 years agolet ykp_AES_key_from_hex() return error
Klas Lindfors [Wed, 8 Jan 2014 14:03:51 +0000 (15:03 +0100)]
let ykp_AES_key_from_hex() return error

10 years agoif there's no salt available, don't make a cheap one
Klas Lindfors [Wed, 8 Jan 2014 13:17:49 +0000 (14:17 +0100)]
if there's no salt available, don't make a cheap one

fixes #40

10 years agotest that the args_to_config() function returns the salt
Klas Lindfors [Wed, 8 Jan 2014 11:33:35 +0000 (12:33 +0100)]
test that the args_to_config() function returns the salt

10 years agopass a reference to the salt to args_to_config()
Klas Lindfors [Wed, 8 Jan 2014 11:23:58 +0000 (12:23 +0100)]
pass a reference to the salt to args_to_config()

otherwise we won't get a salt back even when we ask for it

10 years agolet the firmware test do negative testing
Klas Lindfors [Thu, 2 Jan 2014 08:16:06 +0000 (09:16 +0100)]
let the firmware test do negative testing

10 years agoadd a more versions to firmware test
Klas Lindfors [Thu, 2 Jan 2014 08:01:01 +0000 (09:01 +0100)]
add a more versions to firmware test

10 years agoadd 3.2 as supported
Klas Lindfors [Thu, 2 Jan 2014 07:59:24 +0000 (08:59 +0100)]
add 3.2 as supported

10 years agobump LIBYUBIKEYVERSION for mac and windows
Klas Lindfors [Mon, 30 Dec 2013 13:12:29 +0000 (14:12 +0100)]
bump LIBYUBIKEYVERSION for mac and windows

10 years agobump versions after release
Klas Lindfors [Mon, 30 Dec 2013 13:11:33 +0000 (14:11 +0100)]
bump versions after release

10 years agorelease 1.14.2 v1.14.2
Klas Lindfors [Mon, 30 Dec 2013 12:31:39 +0000 (13:31 +0100)]
release 1.14.2

10 years agoNEWS for 1.14.2
Klas Lindfors [Mon, 30 Dec 2013 11:38:32 +0000 (12:38 +0100)]
NEWS for 1.14.2

10 years agoshorter initial sleep when waiting for key status
Klas Lindfors [Fri, 27 Dec 2013 15:00:58 +0000 (16:00 +0100)]
shorter initial sleep when waiting for key status

relates to #38

10 years agoignore more
Klas Lindfors [Fri, 20 Dec 2013 09:16:54 +0000 (10:16 +0100)]
ignore more

10 years agouse strncat to build the option strings for printing
Klas Lindfors [Fri, 20 Dec 2013 09:11:12 +0000 (10:11 +0100)]
use strncat to build the option strings for printing

slightly simpler code

10 years agoadd missing static-ticket to list of flags, fix others
Klas Lindfors [Fri, 20 Dec 2013 09:07:00 +0000 (10:07 +0100)]
add missing static-ticket to list of flags, fix others

ticket-first is only available on yubikey 1, short ticket is valid for
output

10 years agomove the sleep in yk_wait_for_status() to the top of the loop
Klas Lindfors [Tue, 17 Dec 2013 11:07:42 +0000 (12:07 +0100)]
move the sleep in yk_wait_for_status() to the top of the loop

fixes #38
it seems there is a race if a fast computer makes control transfers
very close to each other in time, this enforces a 10ms sleep at the
start of a read.

10 years agouse json.h instead of json/json.h
Klas Lindfors [Mon, 18 Nov 2013 13:21:34 +0000 (14:21 +0100)]
use json.h instead of json/json.h

the include directory should be added by configure script

10 years agoTypo.
Simon Josefsson [Tue, 5 Nov 2013 14:20:40 +0000 (15:20 +0100)]
Typo.

10 years agoadd -mmacosx-version-min=10.6 to CFLAGS for configure
Klas Lindfors [Mon, 21 Oct 2013 13:31:47 +0000 (15:31 +0200)]
add -mmacosx-version-min=10.6 to CFLAGS for configure

this reportedly fixes some compability issues on earlier osX
releases.

10 years agofix broken indentation
Klas Lindfors [Thu, 26 Sep 2013 12:08:06 +0000 (14:08 +0200)]
fix broken indentation

10 years agoadd category to BLURB
Klas Lindfors [Thu, 26 Sep 2013 09:17:31 +0000 (11:17 +0200)]
add category to BLURB

10 years agocopy wiki README to base
Klas Lindfors [Thu, 26 Sep 2013 09:16:01 +0000 (11:16 +0200)]
copy wiki README to base

10 years agoBLURB for yubikey-personalization
Klas Lindfors [Thu, 26 Sep 2013 09:14:20 +0000 (11:14 +0200)]
BLURB for yubikey-personalization

10 years agomake _yk_hexdump() static and declare it
Klas Lindfors [Tue, 24 Sep 2013 10:30:36 +0000 (12:30 +0200)]
make _yk_hexdump() static and declare it

10 years agolet -m take challengeresponse time and autoeject time as well
Klas Lindfors [Tue, 17 Sep 2013 11:00:27 +0000 (13:00 +0200)]
let -m take challengeresponse time and autoeject time as well

10 years agoupdate submodule
Klas Lindfors [Tue, 17 Sep 2013 08:44:03 +0000 (10:44 +0200)]
update submodule

10 years agoupdate webpage references
Klas Lindfors [Tue, 17 Sep 2013 08:32:04 +0000 (10:32 +0200)]
update webpage references

10 years agochange url to github wiki
Klas Lindfors [Tue, 17 Sep 2013 08:28:08 +0000 (10:28 +0200)]
change url to github wiki

10 years agobump versions after release
Klas Lindfors [Tue, 17 Sep 2013 08:27:27 +0000 (10:27 +0200)]
bump versions after release

10 years agoFix upload rules.
Simon Josefsson [Mon, 16 Sep 2013 10:03:54 +0000 (12:03 +0200)]
Fix upload rules.

10 years agoMerge tag 'v1.14.1'
Simon Josefsson [Mon, 16 Sep 2013 09:47:54 +0000 (11:47 +0200)]
Merge tag 'v1.14.1'

1.14.1

10 years agoMore release rule fixes.
Simon Josefsson [Mon, 16 Sep 2013 09:43:44 +0000 (11:43 +0200)]
More release rule fixes.