]> err.no Git - yubikey-personalization.old/log
yubikey-personalization.old
15 years agoAdd a first draft of a command line tool.
Richard 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.

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

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

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

15 years agoAdd functionality to create and destroy configurations.
Richard 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.

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

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

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

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

16 years agoHandle the presence of yubikey-core, and make sure it gets configured as well
Richard 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

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

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

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

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

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

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

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

16 years agolibykpers, not libyubikey.
Richard 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

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

16 years agoAdded common routines (shouldn't they be in a separate package, say yubico-c?)
Richard 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?)

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

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