| EAP-PSK implementation in eap-smartcards | <– Date –> <– Thread –> |
|
From: Pascal Urien (Pascal.Urien |
|
| Date: Fri, 3 Sep 2004 13:10:25 -0400 (EDT) | |
Hi Everybody,
I have implemented the eap-psk method described by draft-bersani-eap-psk-03,
in an eap smartcard (javacard 8 bit processor) described by draft-urien-eap-smartcard-06.txt .
This implementation is full java (in particular for AES) it's slow but functional
JavaCard 2.1 doesn't support AES, that why this implementation is full java
Performances should be dramatically increase with devices supporting JC 2.2, that
natively includes AES (which is usually performed by a crypto processor)
I have implemented the eap-psk method described by draft-bersani-eap-psk-03,
in an eap smartcard (javacard 8 bit processor) described by draft-urien-eap-smartcard-06.txt .
This implementation is full java (in particular for AES) it's slow but functional
1° EAP-PSK request processing 5s
3° EAP-PSK request processing 18sJavaCard 2.1 doesn't support AES, that why this implementation is full java
Performances should be dramatically increase with devices supporting JC 2.2, that
natively includes AES (which is usually performed by a crypto processor)
Pascal www.infres.enst.fr/~urien/security
- (no other messages in thread)
Results generated by Tiger Technologies using MHonArc.