]>
err.no Git - yubikey-personalization/log
Klas Lindfors [Thu, 9 Jan 2014 08:36:19 +0000 (09:36 +0100)]
add code for generating random key
Klas Lindfors [Thu, 9 Jan 2014 08:43:43 +0000 (09:43 +0100)]
add functions to set AES and HMAC key from raw bytes
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
Klas Lindfors [Thu, 9 Jan 2014 07:50:45 +0000 (08:50 +0100)]
make the ykp_get functions take a const YKP_CONFIG*
Klas Lindfors [Thu, 9 Jan 2014 07:40:53 +0000 (08:40 +0100)]
use ykp_get_supported_key_length() to get key length
Klas Lindfors [Thu, 9 Jan 2014 07:39:10 +0000 (08:39 +0100)]
make ykp_get_supported_key_length() exported
Klas Lindfors [Thu, 9 Jan 2014 07:28:02 +0000 (08:28 +0100)]
add YKP_ENORANDOM for when there's no random available
Klas Lindfors [Wed, 8 Jan 2014 13:49:50 +0000 (14:49 +0100)]
prompt for key on stdin if -a is given without key
Klas Lindfors [Wed, 8 Jan 2014 14:21:50 +0000 (15:21 +0100)]
set errno for errors in ykp_HMAC_key_from_hex()
Klas Lindfors [Wed, 8 Jan 2014 14:03:51 +0000 (15:03 +0100)]
let ykp_AES_key_from_hex() return error
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
Klas Lindfors [Wed, 8 Jan 2014 11:33:35 +0000 (12:33 +0100)]
test that the args_to_config() function returns the salt
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
Klas Lindfors [Thu, 2 Jan 2014 08:16:06 +0000 (09:16 +0100)]
let the firmware test do negative testing
Klas Lindfors [Thu, 2 Jan 2014 08:01:01 +0000 (09:01 +0100)]
add a more versions to firmware test
Klas Lindfors [Thu, 2 Jan 2014 07:59:24 +0000 (08:59 +0100)]
add 3.2 as supported
Klas Lindfors [Mon, 30 Dec 2013 13:12:29 +0000 (14:12 +0100)]
bump LIBYUBIKEYVERSION for mac and windows
Klas Lindfors [Mon, 30 Dec 2013 13:11:33 +0000 (14:11 +0100)]
bump versions after release
Klas Lindfors [Mon, 30 Dec 2013 12:31:39 +0000 (13:31 +0100)]
release 1.14.2
Klas Lindfors [Mon, 30 Dec 2013 11:38:32 +0000 (12:38 +0100)]
NEWS for 1.14.2
Klas Lindfors [Fri, 27 Dec 2013 15:00:58 +0000 (16:00 +0100)]
shorter initial sleep when waiting for key status
relates to #38
Klas Lindfors [Fri, 20 Dec 2013 09:16:54 +0000 (10:16 +0100)]
ignore more
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
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
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.
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
Simon Josefsson [Tue, 5 Nov 2013 14:20:40 +0000 (15:20 +0100)]
Typo.
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.
Klas Lindfors [Thu, 26 Sep 2013 12:08:06 +0000 (14:08 +0200)]
fix broken indentation
Klas Lindfors [Thu, 26 Sep 2013 09:17:31 +0000 (11:17 +0200)]
add category to BLURB
Klas Lindfors [Thu, 26 Sep 2013 09:16:01 +0000 (11:16 +0200)]
copy wiki README to base
Klas Lindfors [Thu, 26 Sep 2013 09:14:20 +0000 (11:14 +0200)]
BLURB for yubikey-personalization
Klas Lindfors [Tue, 24 Sep 2013 10:30:36 +0000 (12:30 +0200)]
make _yk_hexdump() static and declare it
Klas Lindfors [Tue, 17 Sep 2013 11:00:27 +0000 (13:00 +0200)]
let -m take challengeresponse time and autoeject time as well
Klas Lindfors [Tue, 17 Sep 2013 08:44:03 +0000 (10:44 +0200)]
update submodule
Klas Lindfors [Tue, 17 Sep 2013 08:32:04 +0000 (10:32 +0200)]
update webpage references
Klas Lindfors [Tue, 17 Sep 2013 08:28:08 +0000 (10:28 +0200)]
change url to github wiki
Klas Lindfors [Tue, 17 Sep 2013 08:27:27 +0000 (10:27 +0200)]
bump versions after release
Simon Josefsson [Mon, 16 Sep 2013 10:03:54 +0000 (12:03 +0200)]
Fix upload rules.
Simon Josefsson [Mon, 16 Sep 2013 09:43:44 +0000 (11:43 +0200)]
More release rule fixes.
Simon Josefsson [Mon, 16 Sep 2013 09:40:04 +0000 (11:40 +0200)]
Fix release rules.
Simon Josefsson [Mon, 16 Sep 2013 09:37:43 +0000 (11:37 +0200)]
Version 1.14.1.
Simon Josefsson [Mon, 16 Sep 2013 09:30:16 +0000 (11:30 +0200)]
Doc fix.
Simon Josefsson [Mon, 16 Sep 2013 09:27:59 +0000 (02:27 -0700)]
Merge pull request #37 from eworm-de/master
Moved files from rfc4634/ to the root directory, to work with modern automake.
Christian Hesse [Mon, 8 Jul 2013 07:30:03 +0000 (09:30 +0200)]
fix compilation with latest automake
Klas Lindfors [Thu, 4 Jul 2013 11:58:22 +0000 (13:58 +0200)]
bump versions post-release
Klas Lindfors [Thu, 4 Jul 2013 11:56:10 +0000 (13:56 +0200)]
release 1.14.0
Klas Lindfors [Tue, 2 Jul 2013 06:28:49 +0000 (08:28 +0200)]
send stderr of ykinfo to /dev/null to lessen noise
Klas Lindfors [Mon, 1 Jul 2013 13:00:06 +0000 (15:00 +0200)]
NEWS for 1.14.0
Simon Josefsson [Mon, 24 Jun 2013 11:57:13 +0000 (13:57 +0200)]
Let pkg-config echo pthreads related settings, for #10.
Klas Lindfors [Tue, 18 Jun 2013 10:03:04 +0000 (12:03 +0200)]
new homepage
Klas Lindfors [Tue, 18 Jun 2013 06:52:27 +0000 (08:52 +0200)]
give ykinfo -1 and -2 for programming status of the slots
Klas Lindfors [Fri, 7 Jun 2013 12:12:25 +0000 (14:12 +0200)]
raise NONE from 0 to 1 to make empty the default
Klas Lindfors [Fri, 7 Jun 2013 11:22:09 +0000 (13:22 +0200)]
set protection in the exported json if the meta-property is set
Klas Lindfors [Fri, 7 Jun 2013 11:08:21 +0000 (13:08 +0200)]
add ykp_{get,set}_acccode_type()
Klas Lindfors [Mon, 13 May 2013 11:52:55 +0000 (13:52 +0200)]
add -V switch to get tool version
Klas Lindfors [Thu, 2 May 2013 13:38:59 +0000 (15:38 +0200)]
fixup logic for import with targetConfig
Klas Lindfors [Tue, 30 Apr 2013 12:01:29 +0000 (14:01 +0200)]
check that the flag is set to what we check
since we overload flags in curious ways it's important to check that the
flag is set to the thing we check for, not just set.
Klas Lindfors [Tue, 30 Apr 2013 11:38:55 +0000 (13:38 +0200)]
add pointer to setter function to mapping tables
also use those for import
Klas Lindfors [Tue, 30 Apr 2013 11:34:56 +0000 (13:34 +0200)]
use getter functions in ykpers-args.c
Klas Lindfors [Tue, 30 Apr 2013 11:34:23 +0000 (13:34 +0200)]
add getter functions for all configflags
Klas Lindfors [Tue, 30 Apr 2013 11:31:19 +0000 (13:31 +0200)]
add ykp_clear_config() for clearing all config flags
Klas Lindfors [Mon, 29 Apr 2013 08:03:53 +0000 (10:03 +0200)]
update home page url in manpages
Klas Lindfors [Mon, 29 Apr 2013 07:55:17 +0000 (09:55 +0200)]
don't mention ndef type in the text, just ndef is good enough
solves #33
Klas Lindfors [Thu, 25 Apr 2013 09:21:05 +0000 (11:21 +0200)]
implement dry-run for the cli
Klas Lindfors [Thu, 25 Apr 2013 09:11:31 +0000 (11:11 +0200)]
ignore mac artefacts
Klas Lindfors [Thu, 25 Apr 2013 08:57:14 +0000 (10:57 +0200)]
make sure json objects are released on error conditions
Klas Lindfors [Thu, 25 Apr 2013 08:44:19 +0000 (10:44 +0200)]
add parsing of targetConfig to import
Klas Lindfors [Thu, 25 Apr 2013 08:44:08 +0000 (10:44 +0200)]
add targetConfig to export
Simon Josefsson [Mon, 22 Apr 2013 12:02:19 +0000 (14:02 +0200)]
Dist more.
Klas Lindfors [Mon, 22 Apr 2013 11:43:19 +0000 (13:43 +0200)]
bump versions
Klas Lindfors [Mon, 22 Apr 2013 11:42:30 +0000 (13:42 +0200)]
releases moved to github
Klas Lindfors [Mon, 22 Apr 2013 11:41:17 +0000 (13:41 +0200)]
fixup typo
Klas Lindfors [Mon, 22 Apr 2013 11:34:21 +0000 (13:34 +0200)]
NEWS for 1.13.0
Simon Josefsson [Mon, 22 Apr 2013 11:26:03 +0000 (13:26 +0200)]
Add YCFG draft. JSON name fixups.
Klas Lindfors [Mon, 22 Apr 2013 10:44:12 +0000 (12:44 +0200)]
test without json as well
Klas Lindfors [Mon, 22 Apr 2013 10:43:54 +0000 (12:43 +0200)]
only run the json tests for json
Klas Lindfors [Mon, 22 Apr 2013 08:58:46 +0000 (10:58 +0200)]
as the windows builds work now, don't allow failures
Klas Lindfors [Mon, 22 Apr 2013 08:58:15 +0000 (10:58 +0200)]
libyubikey has moved to github
Klas Lindfors [Mon, 22 Apr 2013 08:43:38 +0000 (10:43 +0200)]
have to set CC again for windows builds..
Klas Lindfors [Mon, 22 Apr 2013 08:31:39 +0000 (10:31 +0200)]
autoremove after remove
Klas Lindfors [Fri, 19 Apr 2013 14:15:35 +0000 (16:15 +0200)]
make .travis.yml a little more readable
Klas Lindfors [Fri, 19 Apr 2013 14:08:07 +0000 (16:08 +0200)]
we have to spec whole string to allow failures?
Klas Lindfors [Fri, 19 Apr 2013 14:05:45 +0000 (16:05 +0200)]
simple import test
Klas Lindfors [Fri, 19 Apr 2013 13:45:50 +0000 (15:45 +0200)]
start with tests for json stuff
Klas Lindfors [Fri, 19 Apr 2013 13:32:37 +0000 (15:32 +0200)]
try to declare that windows builds can fail
Klas Lindfors [Fri, 19 Apr 2013 13:29:14 +0000 (15:29 +0200)]
check that ykp_export_config() call actually worked
Simon Josefsson [Fri, 19 Apr 2013 13:11:06 +0000 (15:11 +0200)]
Fix notice.
Simon Josefsson [Fri, 19 Apr 2013 13:09:33 +0000 (15:09 +0200)]
Add.
Simon Josefsson [Fri, 19 Apr 2013 13:09:17 +0000 (15:09 +0200)]
Merge branch 'devel/import_export' of github.com:Yubico/yubikey-personalization into devel/import_export
Simon Josefsson [Fri, 19 Apr 2013 13:09:11 +0000 (15:09 +0200)]
Make libjson optional.
Klas Lindfors [Fri, 19 Apr 2013 10:22:21 +0000 (12:22 +0200)]
more packages for mingw
Simon Josefsson [Fri, 19 Apr 2013 10:07:39 +0000 (12:07 +0200)]
Sync documentation.
Simon Josefsson [Fri, 19 Apr 2013 10:02:50 +0000 (12:02 +0200)]
Build with both new and old libjson.
Klas Lindfors [Fri, 19 Apr 2013 09:55:59 +0000 (11:55 +0200)]
let travis build win32 and win64
Klas Lindfors [Fri, 19 Apr 2013 09:54:26 +0000 (11:54 +0200)]
drop travis mingw32 target
Klas Lindfors [Fri, 19 Apr 2013 09:49:30 +0000 (11:49 +0200)]
try to fix travis windows build
Klas Lindfors [Fri, 19 Apr 2013 09:33:32 +0000 (11:33 +0200)]
only yubiCloud scope for yubico otp
Klas Lindfors [Fri, 19 Apr 2013 09:31:00 +0000 (11:31 +0200)]
Merge branch into devel/import_export
Klas Lindfors [Fri, 19 Apr 2013 09:28:34 +0000 (11:28 +0200)]
use json_object_to_json_string_ext to get pretty printed json