aboutsummaryrefslogtreecommitdiffstats
path: root/cyberflex-shell.e3p
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2007-02-12 01:51:20 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2007-02-12 01:51:20 +0000
commit52fb65dc5d0a8162c5083609bd96487e2643f20a (patch)
treeedc94836b64bcc88de828a6f89306c2dc8c3b8bb /cyberflex-shell.e3p
parent82cddea7e7bdd15a9c80a13e5c8a80259c8d4aa3 (diff)
crypto_utils: Add generalized operation_on_string
passport_application: Completed BAC authentication and key derivation git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@174 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'cyberflex-shell.e3p')
-rw-r--r--cyberflex-shell.e3p12
1 files changed, 10 insertions, 2 deletions
diff --git a/cyberflex-shell.e3p b/cyberflex-shell.e3p
index bb952fc..1c1a5aa 100644
--- a/cyberflex-shell.e3p
+++ b/cyberflex-shell.e3p
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-3.7.dtd">
<!-- Project file for project cyberflex-shell -->
-<!-- Saved: 2007-01-17, 10:14:44 -->
+<!-- Saved: 2007-02-11, 06:20:08 -->
<!-- Copyright (C) 2007 Henryk Plötz, henryk@ploetzli.ch -->
<Project version="3.7">
<ProgLanguage mixed="0">Python</ProgLanguage>
@@ -87,6 +87,14 @@
<Source>
<Name>parse-usbsnoop.py</Name>
</Source>
+ <Source>
+ <Dir>cards</Dir>
+ <Name>passport_application.py</Name>
+ </Source>
+ <Source>
+ <Dir>cards</Dir>
+ <Name>generic_application.py</Name>
+ </Source>
</Sources>
<Forms>
</Forms>
@@ -97,7 +105,7 @@
<Others>
</Others>
<Vcs>
- <VcsType>CVS</VcsType>
+ <VcsType>None</VcsType>
<VcsOptions>{'status': [u'-v'], 'log': [], 'global': [u'-f'], 'update': [u'-dP'], 'remove': [u'-f'], 'add': [], 'tag': [u'-c'], 'export': [], 'diff': [u'-u3', u'-p'], 'commit': [], 'checkout': [], 'history': [u'-e', u'-a']}</VcsOptions>
<VcsOtherData>{}</VcsOtherData>
</Vcs>