File ChangeLog of Package opensc-java

------------------------------------------------------------------------
r92 | wolfgang.glas | 2007-08-16 17:43:18 +0200 (Thu, 16 Aug 2007) | 2 lines

Prepare the 0.2.2 release.

------------------------------------------------------------------------
r91 | wolfgang.glas | 2007-08-16 17:39:21 +0200 (Thu, 16 Aug 2007) | 1 line

Add more bits for compatibility with IBM's jre.
------------------------------------------------------------------------
r89 | wolfgang.glas | 2007-08-15 21:28:45 +0200 (Wed, 15 Aug 2007) | 1 line

Use IBM's architecture identifiers for x86 and x86_64 in order to make the thing work under both jre's.
------------------------------------------------------------------------
r88 | wolfgang.glas | 2007-05-22 15:49:05 +0200 (Tue, 22 May 2007) | 1 line

Use  -fno-stack-protector from gcc-4.1 onwards in order to keep binary backwards compatibility (merged from 0.2.1 release).
------------------------------------------------------------------------
r83 | wolfgang.glas | 2007-05-15 17:21:21 +0200 (Tue, 15 May 2007) | 1 line

Prepare for version 0.2.1, fix 64bit issue with sizeof(CK_ULONG)==64. 
------------------------------------------------------------------------
r71 | wolfgang.glas | 2007-02-21 13:46:46 +0100 (Wed, 21 Feb 2007) | 1 line

Make the location of the signing keysotre configurable.
------------------------------------------------------------------------
r69 | wolfgang.glas | 2007-02-21 13:27:48 +0100 (Wed, 21 Feb 2007) | 1 line

Create a branch for version 0.2.x
------------------------------------------------------------------------
r68 | wolfgang.glas | 2007-02-21 13:25:55 +0100 (Wed, 21 Feb 2007) | 1 line

Add some more documentation on signing jar-files.
------------------------------------------------------------------------
r67 | wolfgang.glas | 2007-02-21 12:23:29 +0100 (Wed, 21 Feb 2007) | 1 line

Use PKCS11_MOD_NAME_FMT at all placed, where we format the module name.
------------------------------------------------------------------------
r66 | wolfgang.glas | 2007-02-21 12:05:21 +0100 (Wed, 21 Feb 2007) | 1 line

Let the dist repository be configurable.
------------------------------------------------------------------------
r65 | wolfgang.glas | 2007-02-15 10:05:55 +0100 (Thu, 15 Feb 2007) | 1 line

Do a real thorough check of the returned templ.ulValueLen field returned by C_GetAttributeValue().
------------------------------------------------------------------------
r63 | wolfgang.glas | 2007-02-15 09:47:33 +0100 (Thu, 15 Feb 2007) | 1 line

fix getTokenLabelNative() function.
------------------------------------------------------------------------
r62 | wolfgang.glas | 2007-02-15 09:14:53 +0100 (Thu, 15 Feb 2007) | 1 line

Correct spelling of getManufacturer() method.
------------------------------------------------------------------------
r61 | wolfgang.glas | 2007-02-14 17:54:37 +0100 (Wed, 14 Feb 2007) | 1 line

Consequently use JAVA_HOME throughout the build process.
------------------------------------------------------------------------
r60 | wolfgang.glas | 2007-02-14 17:39:12 +0100 (Wed, 14 Feb 2007) | 1 line

Add the new pkcs11.h file from gnupg to the erepository in order to ease out-of-the-box builds.
------------------------------------------------------------------------
r59 | wolfgang.glas | 2007-02-14 17:38:13 +0100 (Wed, 14 Feb 2007) | 2 lines

Simplify Win32 build by dropping the need for OPENSC_HOME env variable.
Store MSVC-exported makefile in svn directory for use in command-line builds.
------------------------------------------------------------------------
r58 | wolfgang.glas | 2007-02-14 17:09:02 +0100 (Wed, 14 Feb 2007) | 1 line

Pre-initialize return values for native attributes in order to compensate for broken PKCS#11 modules.
------------------------------------------------------------------------
r57 | wolfgang.glas | 2007-02-14 17:02:54 +0100 (Wed, 14 Feb 2007) | 1 line

Make more CKO_* and CKK_* constants public.
------------------------------------------------------------------------
r55 | wolfgang.glas | 2007-02-08 21:17:18 +0100 (Thu, 08 Feb 2007) | 1 line

Update README and TODO in preparation of a 0.2.0 release.
------------------------------------------------------------------------
r54 | wolfgang.glas | 2007-02-08 19:27:20 +0100 (Thu, 08 Feb 2007) | 1 line

Remove opensc subdirectory.
------------------------------------------------------------------------
r53 | wolfgang.glas | 2007-02-08 19:20:20 +0100 (Thu, 08 Feb 2007) | 1 line

Add opensc subdirectory in order to import pkcs11 headers.
------------------------------------------------------------------------
r52 | wolfgang.glas | 2007-02-08 14:10:00 +0100 (Thu, 08 Feb 2007) | 1 line

Ignore generated Visual Studio files.
------------------------------------------------------------------------
r51 | wolfgang.glas | 2007-02-08 14:06:26 +0100 (Thu, 08 Feb 2007) | 1 line

Add MSVC6 build, donated by Andreas Schwier.
------------------------------------------------------------------------
r50 | wolfgang.glas | 2007-02-08 13:34:06 +0100 (Thu, 08 Feb 2007) | 1 line

Make the whole source code ANSI C compatible, switch to jdk1.5.0_10 for win32 builds.
------------------------------------------------------------------------
r49 | wolfgang.glas | 2007-02-08 09:33:44 +0100 (Thu, 08 Feb 2007) | 4 lines

Code cleanup, take 1:
- PKCS11Slot.getManufaturerNative -> PKCS11Slot.getManufacturerNative
- Make the code compile with 'gcc -ansi' inpreparation for MSVC6 compatibility.

------------------------------------------------------------------------
r47 | wolfgang.glas | 2007-01-29 07:07:46 +0100 (Mon, 29 Jan 2007) | 2 lines

Do not set the token attribute for certificates.

------------------------------------------------------------------------
r46 | wolfgang.glas | 2007-01-29 06:55:20 +0100 (Mon, 29 Jan 2007) | 1 line

Store the trusted flag with the right attribute type.
------------------------------------------------------------------------
r45 | wolfgang.glas | 2007-01-28 22:05:17 +0100 (Sun, 28 Jan 2007) | 1 line

Fixed findRawObject.
------------------------------------------------------------------------
r44 | wolfgang.glas | 2007-01-28 21:29:17 +0100 (Sun, 28 Jan 2007) | 1 line

Use a specialized Id class for byte-array IDs, implement private/public key pair searching.
------------------------------------------------------------------------
r42 | wolfgang.glas | 2007-01-27 21:45:28 +0100 (Sat, 27 Jan 2007) | 1 line

Do the SO authentication first.
------------------------------------------------------------------------
r40 | wolfgang.glas | 2007-01-27 18:41:06 +0100 (Sat, 27 Jan 2007) | 1 line

Fixed various problem with last code reorganization, removed testcaes from main project.
------------------------------------------------------------------------
r37 | wolfgang.glas | 2007-01-27 15:51:43 +0100 (Sat, 27 Jan 2007) | 1 line

Add missing files.
------------------------------------------------------------------------
r34 | wolfgang.glas | 2007-01-26 20:49:34 +0100 (Fri, 26 Jan 2007) | 1 line

Added missing java file PKCS11KeyPairGenerator.java
------------------------------------------------------------------------
r33 | wolfgang.glas | 2007-01-26 20:37:44 +0100 (Fri, 26 Jan 2007) | 1 line

Added support key pair generation and storing certificates onto the token.
------------------------------------------------------------------------
r32 | wolfgang.glas | 2006-12-25 19:03:25 +0100 (Mon, 25 Dec 2006) | 1 line

Fixed a typo.
------------------------------------------------------------------------
r31 | wolfgang.glas | 2006-12-25 17:35:16 +0100 (Mon, 25 Dec 2006) | 1 line

Fixed name of generated jni zip-file.
------------------------------------------------------------------------
r30 | wolfgang.glas | 2006-12-25 17:09:52 +0100 (Mon, 25 Dec 2006) | 1 line

Well, the good old times of ant have passed by.
------------------------------------------------------------------------
r29 | wolfgang.glas | 2006-12-25 15:23:34 +0100 (Mon, 25 Dec 2006) | 2 lines

Allow deploying other architectures through a special profile 'deploy-extra-arch'.
This is useful for virtualized build environments.
------------------------------------------------------------------------
r28 | wolfgang.glas | 2006-12-12 16:43:16 +0100 (Tue, 12 Dec 2006) | 1 line

Finally integrate maven2 into eclipse.
------------------------------------------------------------------------
r27 | wolfgang.glas | 2006-12-09 16:25:25 +0100 (Sat, 09 Dec 2006) | 1 line


------------------------------------------------------------------------
r26 | wolfgang.glas | 2006-11-30 09:21:27 +0100 (Thu, 30 Nov 2006) | 1 line

Even nore strict eclipse compiler warnings. Fixed a potetntial null pointer exception discovered likewise.
------------------------------------------------------------------------
r25 | wolfgang.glas | 2006-11-30 09:17:07 +0100 (Thu, 30 Nov 2006) | 1 line

Qualifiy member access using this. throughout the project, disambiguate parameter and member names.
------------------------------------------------------------------------
r24 | wolfgang.glas | 2006-11-01 13:17:15 +0100 (Wed, 01 Nov 2006) | 3 lines

Switched to version 0.2.0
Improved error handling of module load problems.
Use UCS2 API under Win32.
------------------------------------------------------------------------
r23 | wolfgang.glas | 2006-11-01 13:11:53 +0100 (Wed, 01 Nov 2006) | 1 line

Switch to JDK 1.5.0_08 for Windows Build.
------------------------------------------------------------------------
r22 | wolfgang.glas | 2006-09-18 13:48:13 +0200 (Mon, 18 Sep 2006) | 1 line

Update the TODO list.
------------------------------------------------------------------------
r21 | wolfgang.glas | 2006-09-18 13:46:15 +0200 (Mon, 18 Sep 2006) | 1 line

Lately added log4.properties to the distributed test sources.
------------------------------------------------------------------------
r20 | wolfgang.glas | 2006-09-18 13:44:25 +0200 (Mon, 18 Sep 2006) | 1 line

Switch to version 0.1.2, add some credits to RSA Security Inc., add a LICENSE file.
------------------------------------------------------------------------
r19 | wolfgang.glas | 2006-09-18 12:28:12 +0200 (Mon, 18 Sep 2006) | 1 line

Add a source distribution target.
------------------------------------------------------------------------
r18 | wolfgang.glas | 2006-09-16 15:56:01 +0200 (Sat, 16 Sep 2006) | 1 line

Minor documentation fix.
------------------------------------------------------------------------
r17 | wolfgang.glas | 2006-09-14 20:37:47 +0200 (Thu, 14 Sep 2006) | 3 lines

Update to 0.1.1,
reviewed the event callback infrastructure,
eventCallback is now a property of PKCS11LoadStoreParameter.
------------------------------------------------------------------------
r16 | wolfgang.glas | 2006-09-11 17:15:58 +0200 (Mon, 11 Sep 2006) | 1 line

Added a status callback for the login process insiide KeyStore.load()
------------------------------------------------------------------------
r15 | wolfgang.glas | 2006-09-11 14:03:47 +0200 (Mon, 11 Sep 2006) | 1 line

Introduce a Win/UNIX switch for locating the opensc pkcs11 module.
------------------------------------------------------------------------
r14 | wolfgang.glas | 2006-09-10 22:56:00 +0200 (Sun, 10 Sep 2006) | 3 lines

Added private key encrypt/public key decrypt.
Added NONEwithRSA to supported signture algorithms.
These changes enable to open a peer authenticated SSL connection using a Smart Card on the client side.
------------------------------------------------------------------------
r13 | wolfgang.glas | 2006-09-10 19:52:16 +0200 (Sun, 10 Sep 2006) | 1 line

REvert the exported project name to opensc-PKCS11, in order to cirumvent mysterious eclipse problems.
------------------------------------------------------------------------
r12 | wolfgang.glas | 2006-09-10 19:42:44 +0200 (Sun, 10 Sep 2006) | 1 line

Set the project name of the exported project to org.opensc.pkcs11
------------------------------------------------------------------------
r11 | wolfgang.glas | 2006-09-10 13:51:10 +0200 (Sun, 10 Sep 2006) | 1 line

Adapt the buld system to Windows, introduce a temporary directory inside dist.
------------------------------------------------------------------------
r10 | wolfgang.glas | 2006-09-10 12:22:27 +0200 (Sun, 10 Sep 2006) | 2 lines

Document keystore handling by adding conf/keystore/README.
Add more stuff to svn:ignoore for ultimate subclipe feedback.
------------------------------------------------------------------------
r9 | wolfgang.glas | 2006-09-10 12:00:26 +0200 (Sun, 10 Sep 2006) | 2 lines

Include patchlevel in the generated files.
Introduce a full-featured manifest inside the jarfile.
------------------------------------------------------------------------
r8 | wolfgang.glas | 2006-09-09 21:46:28 +0200 (Sat, 09 Sep 2006) | 1 line

Integrate jar signture into ant build.
------------------------------------------------------------------------
r7 | wolfgang.glas | 2006-08-08 15:12:05 +0200 (Tue, 08 Aug 2006) | 1 line

Fixed typo.
------------------------------------------------------------------------
r6 | wolfgang.glas | 2006-08-06 15:49:06 +0200 (Sun, 06 Aug 2006) | 1 line

Organize imports.
------------------------------------------------------------------------
r5 | wolfgang.glas | 2006-08-06 15:19:53 +0200 (Sun, 06 Aug 2006) | 1 line

Added retrieval of token info, added PIN dialog for test cases.
------------------------------------------------------------------------
r4 | wolfgang.glas | 2006-08-02 10:01:23 +0200 (Wed, 02 Aug 2006) | 1 line

Improved integration of external jars.
------------------------------------------------------------------------
r3 | wolfgang.glas | 2006-08-01 23:42:08 +0200 (Tue, 01 Aug 2006) | 1 line

Slightly improved eclipse integration.
------------------------------------------------------------------------
r2 | wolfgang.glas | 2006-08-01 23:28:52 +0200 (Tue, 01 Aug 2006) | 1 line

Initial import of my original internal project.
------------------------------------------------------------------------
openSUSE Build Service is sponsored by