]> err.no Git - yubikey-personalization/log
yubikey-personalization
15 years agoUse AM_CPPFLAGS to avoid per-target flags, to avoid AM_PROG_CC_C_O.
simon75j [Wed, 1 Oct 2008 14:55:50 +0000 (14:55 +0000)]
Use AM_CPPFLAGS to avoid per-target flags, to avoid AM_PROG_CC_C_O.

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@24 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoAdd a first draft of a command line tool.
levitte [Wed, 1 Oct 2008 14:02:49 +0000 (14:02 +0000)]
Add a first draft of a command line tool.
It doesn't take any options yet (except for an optional salt),
and it doesn't actually talk to the Yubikey yet.

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@23 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoLet ykp_AES_key_from_passphrase() take an optional salt as well
levitte [Wed, 1 Oct 2008 14:01:30 +0000 (14:01 +0000)]
Let ykp_AES_key_from_passphrase() take an optional salt as well

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@22 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoAdapt the Makefile for the latest changes
levitte [Wed, 1 Oct 2008 10:00:53 +0000 (10:00 +0000)]
Adapt the Makefile for the latest changes

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@21 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoPersonalization code that I've been tampering with for a while
levitte [Wed, 1 Oct 2008 10:00:19 +0000 (10:00 +0000)]
Personalization code that I've been tampering with for a while

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@20 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoAdd functionality to create and destroy configurations.
levitte [Wed, 1 Oct 2008 09:59:38 +0000 (09:59 +0000)]
Add functionality to create and destroy configurations.
The readers and writers need to get the userdata to be able to pass it on.

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@19 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoRemove function to generate random AES keys. Too insecure.
levitte [Mon, 29 Sep 2008 15:34:50 +0000 (15:34 +0000)]
Remove function to generate random AES keys.  Too insecure.

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@18 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoFirst draft of personalization functionality
levitte [Mon, 29 Sep 2008 15:30:41 +0000 (15:30 +0000)]
First draft of personalization functionality

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@17 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoAdd an implementation of PBKDF2
levitte [Mon, 29 Sep 2008 15:29:34 +0000 (15:29 +0000)]
Add an implementation of PBKDF2

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@16 b62f149e-849f-11dd-9899-c7ba65f7c4c7

15 years agoAdd SHA and HMAC functions extracted from RFC 4634
levitte [Mon, 29 Sep 2008 15:28:42 +0000 (15:28 +0000)]
Add SHA and HMAC functions extracted from RFC 4634

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@15 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoHandle the presence of yubikey-core, and make sure it gets configured as well
levitte [Thu, 25 Sep 2008 12:01:59 +0000 (12:01 +0000)]
Handle the presence of yubikey-core, and make sure it gets configured as well

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@14 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoWe don't need the common directory any more
levitte [Mon, 22 Sep 2008 20:27:37 +0000 (20:27 +0000)]
We don't need the common directory any more

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@13 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoMove common/ykdef.h to yubikey-core
levitte [Mon, 22 Sep 2008 14:21:37 +0000 (14:21 +0000)]
Move common/ykdef.h to yubikey-core

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@12 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoRemove documents that were added to yubikey-core
levitte [Mon, 22 Sep 2008 14:19:22 +0000 (14:19 +0000)]
Remove documents that were added to yubikey-core

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@11 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoMake the yubikey module consistent
levitte [Thu, 18 Sep 2008 15:11:40 +0000 (15:11 +0000)]
Make the yubikey module consistent

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@10 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoAES modules added, reflect that
levitte [Thu, 18 Sep 2008 15:11:07 +0000 (15:11 +0000)]
AES modules added, reflect that

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@9 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoDon't need that external library right now
levitte [Thu, 18 Sep 2008 15:10:16 +0000 (15:10 +0000)]
Don't need that external library right now

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@8 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoAdded needed modules for AES
levitte [Thu, 18 Sep 2008 15:09:35 +0000 (15:09 +0000)]
Added needed modules for AES

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@7 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agolibykpers, not libyubikey.
levitte [Thu, 18 Sep 2008 14:55:59 +0000 (14:55 +0000)]
libykpers, not libyubikey.
ykpersonalize, not modhex.
Make sure to defined noinstallable headers properly as well as the header
to be installed

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@6 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoautoreconf demands certain files
levitte [Thu, 18 Sep 2008 14:54:27 +0000 (14:54 +0000)]
autoreconf demands certain files

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@5 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoAdded common routines (shouldn't they be in a separate package, say yubico-c?)
levitte [Thu, 18 Sep 2008 14:29:52 +0000 (14:29 +0000)]
Added common routines (shouldn't they be in a separate package, say yubico-c?)

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@4 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoAdd some internal and useful documentation
levitte [Thu, 18 Sep 2008 09:02:21 +0000 (09:02 +0000)]
Add some internal and useful documentation

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@3 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoDefine the main structure and license
levitte [Thu, 18 Sep 2008 09:01:39 +0000 (09:01 +0000)]
Define the main structure and license

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@2 b62f149e-849f-11dd-9899-c7ba65f7c4c7

16 years agoInitial directory structure.
(no author) [Wed, 17 Sep 2008 10:02:18 +0000 (10:02 +0000)]
Initial directory structure.

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@1 b62f149e-849f-11dd-9899-c7ba65f7c4c7