NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!

Changeset 44


Ignore:
Timestamp:
10/31/05 17:02:49 (7 years ago)
Author:
aj
Message:

new version scb 0.5

Location:
trunk
Files:
13 added
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r39 r44  
     1Smart card bundle 0.5 
     2 * opensc 0.10.0 
     3 * libp11 0.2.0 
     4 * engine_pkcs11 0.1.2 
     5 * openssl 0.9.8a 
     6 * csp11.dll signed by microsoft (based on last pre-release, no code changes) 
     7 * slightly patch engine_pkcs11 and libp11 
     8 * add scb documentation 
     9 
    110Smart card bundle 0.5-pre3 
    211 * opensc 0.10.0-beta2-rc1 
  • trunk/MANIFEST

    r30 r44  
    22======================= 
    33 
    4 scb-0.5-pre1b.exe 
    5         Smart card bundle 0.5-pre1b 
    6         with OpenSSL 0.9.7g, OpenSC 0.10.0-pre1b 
    7         and Putty 0.58 (plus patches) 
     4scb-0.5.exe 
     5        Smart card bundle 0.5 
     6        with OpenSSL 0.9.8a, OpenSC 0.10.0, Libp11 0.2.0,  
     7        Engine_pkcs11 0.1.2, libltdl3 and Putty 0.58 (plus patches) 
    88 
    9 opensc-0.10.0-pre1b.tar.gz 
    10         OpenSC prerelease 0.10.0-pre1 patched for taiwanese eid 
     9opensc-0.10.0.tar.gz 
     10        OpenSC release 0.10.0 
    1111        http://www.opensc.org/files/ 
    1212 
    13 openssl-0.9.7g.tar.gz 
    14         Original version of OpenSSL 0.9.7g. 
     13libp11-0.2.0.tar.gz 
     14        Libp11 release 0.2.0 
     15        http://www.opensc.org/files/ 
     16 
     17engine_pkcs11-0.1.2.tar.gz 
     18        Engine_pkcs11 release 0.1.2 
     19        http://www.opensc.org/files/ 
     20 
     21openssl-0.9.8a.tar.gz 
     22        Original version of OpenSSL 0.9.8a. 
    1523        http://www.openssl.org/source/ 
    1624 
     
    2735        http://gnuwin32.sourceforge.net/packages.html 
    2836 
     37csp11/ 
     38        CSP #11 / csp elven source code, cvs version with small modifications. 
     39        Directory includes a csp11.dll file that was signed by microsoft. 
     40 
     41Not in this folder, but also needed: 
     42cspdk.exe 
     43        CSP Development Kit by Microsoft 
     44        Download at http://www.microsoft.com/downloads/ 
     45        Search for CSPDK 
     46        Cryptographic Service Provider Developer's Toolkit (CSPDK) 
     47        Dated 2001-06-29 
     48 
  • trunk/Makefile.mak

    r39 r44  
    77ISCC="$(PROGRAMFILES)\Inno Setup 5\ISCC" 
    88OPENSSL=0.9.8a 
    9 OPENSC=0.10.0-beta2-rc1 
    10 LIBP11=0.1.3 
     9OPENSC=0.10.0 
     10LIBP11=0.2.0 
    1111ENGINE=0.1.2 
    1212PUTTY=0.58 
     13 
     14# self compiled: src\csp11.dll 
     15# signed by microsoft: ..\csp11.dll 
     16CSP=..\csp11.dll  
     17 
    1318 
    1419MSVCR="$(SYSTEMROOT)\System32\MSVCR71.DLL" 
     
    6974        COPY COPYING $(DEST) 
    7075        COPY NEWS  $(DEST) 
    71         COPY QUICKSTART $(DEST) 
    7276 
    7377        mkdir $(DEST)\DOC 
     
    171175        copy cert-installer\cert-installer.exe $(DEST)\csp11 
    172176        copy installer\csp11ins.exe $(DEST)\csp11 
    173         copy src\csp11.dll $(DEST)\csp11 
     177        copy $(CSP) $(DEST)\csp11 
    174178        copy tests\csptests.exe $(DEST)\csp11 
    175179        copy utils\myCerts.exe $(DEST)\csp11 
     
    188192        copy $(MSVCR) $(DEST) 
    189193 
     194        mkdir $(DEST)\DOC\SCB 
     195        COPY DOC\*.HTML $(DEST)\DOC\SCB 
     196        COPY DOC\*.CSS $(DEST)\DOC\SCB 
     197 
    190198        $(ISCC) scb.iss 
  • trunk/README

    r39 r44  
    331.) Download 
    44        OpenSSL source code 
    5         http://www.openssl.org/source/openssl-0.9.7g.tar.gz 
     5        http://www.openssl.org/source/openssl-0.9.8a.tar.gz 
    66 
    77        OpenSC source code 
    8         http://www.opensc.org/files/testing/opensc-0.10.0-pre3.tar.gz 
     8        http://www.opensc.org/files/testing/opensc-0.10.0.tar.gz 
    99 
    1010        Libp11 source code 
    11         http://www.opensc.org/files/libp11-0.1.3.tar.gz 
     11        http://www.opensc.org/files/libp11-0.2.0.tar.gz 
    1212 
    1313        Engine_pkcs11 source code 
    14         http://www.opensc.org/files/testing/engine_pkcs11-0.1.1.tar.gz 
     14        http://www.opensc.org/files/testing/engine_pkcs11-0.1.2.tar.gz 
    1515 
    1616        Putty source code (for unix) 
     
    1919        Smart card patch for Putty 
    2020        http://www.opensc.org/files/contrib/pageant-smartcard.diff 
     21 
     22        Microsoft Cryptographic Service Provider Development Kit 
     23        http://www.microsoft.com/downloads/ -> Search for CSPDK  
     24                -> Pick the download 2001-06-29 
    2125 
    2226        The Build system also needs Visual C (c compiler, linker, nmake), 
     
    3741        rm -rf putty-0.58/ 
    3842 
    39 3.)     copy these files to some folder on a windows machine: 
    40         Makefile.mak scb.iss  
    41         opensc-0.9.6.tar.gz openssl-0.9.7g.tar.gz 
    42         putty-0.58-smartcard.tar.gz 
     433.) update the html documentation on a unix systems 
     44        cd doc 
     45        ./export.sh 
     46    uses wget, xsltproc, w3c-dtd-xhtml, docbook, doxygen 
    4347 
    44 4.)     use winzip or 7-zip to "Extract here" all *.tar.gz files. 
     484.)     copy these files to some folder on a windows machine: 
     49        ChangeLog LICENSE MANIFEST Makefile.mak README csp11.dll 
     50        csp11.url cspdk.exe editconf.c engine_pkcs11-0.1.2.tar.gz 
     51        libp11-0.2.0.tar.gz opensc-0.10.0.tar.gz opensc.conf opensc.url 
     52        openssl-0.9.8a.tar.gz putty-0.58-smartcard.tar.gz 
     53        putty.url scb.iss 
    4554 
    46 5.)     edit Makefile.mak, set TARGET to some valid directory 
     55        and the csp/ and doc/ subdirectories. 
    4756 
    48 6.)     run a "cmd" shell, insite it run "nmake /f Makefile.mak" 
     575.)     use winzip or 7-zip to "Extract here" all *.tar.gz files. 
     58        also use winzip to extract the cspdk.exe, no need 
     59        to run it or install it. 
    4960 
     616.)     edit Makefile.mak, set TARGET to some valid directory 
     62         
     63        Also you need to decide if you want your self compiled 
     64        csp11.dll to be included or the one provided (signed by 
     65        microsoft). Edit CSP settint to reflect that. 
     66 
     677.)     run a "cmd" shell, insite it run "nmake /f Makefile.mak" 
    5068 
    5169 
  • trunk/scb.iss

    r39 r44  
    33 
    44#define MyAppName "Smart card bundle" 
    5 #define MyAppVerName "Smart card bundle 0.5-pre3" 
     5#define MyAppVerName "Smart card bundle 0.5" 
    66#define MyAppPublisher "Andreas Jellinghaus" 
    77#define MyAppURL "http://www.opensc.org/scb/" 
     
    1818DefaultGroupName={#MyAppName} 
    1919LicenseFile=TARGET\LICENSE 
    20 OutputBaseFilename=scb-0.5-pre3 
     20OutputBaseFilename=scb-0.5 
    2121Compression=lzma 
    2222SolidCompression=yes 
Note: See TracChangeset for help on using the changeset viewer.