Skip to content

Releases: OpenSerbianEID/ePorezi

1.2.2-7

10 Jun 08:03
Compare
Choose a tag to compare
1.2.2-7 Pre-release
Pre-release

Fixed issue with card slot index (#11 - @SergeiPatiakin)

1.2.2-6

28 Apr 22:48
Compare
Choose a tag to compare
1.2.2-6 Pre-release
Pre-release

1.2.2-5

03 Jun 14:39
ca0e71c
Compare
Choose a tag to compare
1.2.2-5 Pre-release
Pre-release
  • Initial support for ESS QCA IDPrime Smart Cards

1.2.2-4

01 Jun 22:13
ca0e71c
Compare
Choose a tag to compare
1.2.2-4 Pre-release
Pre-release
  • Additional updates to properly load embedded middleware
  • Embedded AET SafeSing middleware for POSTA Certificates
  • Initial support for handling custom URL scheme eporezi:// in order to sign the documents

1.2.2-3

30 May 15:08
6351a41
Compare
Choose a tag to compare
1.2.2-3 Pre-release
Pre-release
  • Bundled libnstpkcs11.dylib

1.2.2-2

21 Jan 23:38
8440d36
Compare
Choose a tag to compare
1.2.2-2 Pre-release
Pre-release
  • Created MacOS application bundle

1.2.2-1

20 Jan 20:22
f584011
Compare
Choose a tag to compare
1.2.2-1 Pre-release
Pre-release

The following patches are applied on top of 1.2.2 official realase

  • Use static vars from main class
  • Runtime.getRuntime().exit(0); instead of System.exit(0);
  • Logic/SmartCardFactory - Refactored isKnownAttr
  • Model/SmartCard - Added getOSFamily method
  • Added PKCS11 Cards for Serbian EID and Pošta SafeSign

Java Version: Java 8 SE

To use Serbian EID on MacOS libnstpkcs11.dylib has to be copied at /usr/lib/libnstpkcs11.so

On OSX BigSur there is a java issue with external libraries. library path has to be specified in VM Options

java -Dsun.security.smartcardio.library=/usr/local/lib/libnstpkcs11.dylib -jar ePorezi.jar

For the current release only jar build is provided. Next releases will provide X64 MacOS and X86 Linux Binaries.