Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
8d6dccad 16.06.2010 22:15 martin

Fixed a severe bug in ohbci code.

This bug led to a reset of the signature counter.
To fix your keyfile you should call "aqhbci-tool getsysid" to reset your
signature counter at the bank.
This only concerns the counter, not the key.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1829 70169cfe-8b10-0410-8925-dcb4b91034d8

fa7ba89e 16.06.2010 21:54 martin

Fixed a bug.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1828 70169cfe-8b10-0410-8925-dcb4b91034d8

d602157f 16.06.2010 21:53 martin

Improved error message when FOX is missing.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1827 70169cfe-8b10-0410-8925-dcb4b91034d8

dab968cd 16.06.2010 21:28 martin

Fixed a typo.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1826 70169cfe-8b10-0410-8925-dcb4b91034d8

0d2c8589 16.06.2010 21:23 christian

Add QtCore to the Qt4 linker flags because the qt4 gui uses symbols from there as well.

Remove it from the Makefile, though.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1825 70169cfe-8b10-0410-8925-dcb4b91034d8

6fd8480f 13.06.2010 00:16 martin

Fixed a bug in typemaker1.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1824 70169cfe-8b10-0410-8925-dcb4b91034d8

0bcfe4f9 13.06.2010 00:16 martin

Added functions for ANSIX9.23 padding with arbitrary lengths.

- added GWEN_Padd_PaddWithAnsiX9_23ToMultipleOf()
- added GWEN_Padd_UnpaddWithAnsiX9_23FromMultipleOf()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1823 70169cfe-8b10-0410-8925-dcb4b91034d8

e3f540ee 13.06.2010 00:16 martin

Added support for AES-128.

Added functions GWEN_Crypt_KeySym_fromDb() and GWEN_Crypt_KeySym_toDb().

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1822 70169cfe-8b10-0410-8925-dcb4b91034d8

99c13d73 11.06.2010 16:34 martin

SyncIO: Fixed a few bugs.

Now we are able to use a passive https socket.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1821 70169cfe-8b10-0410-8925-dcb4b91034d8

cf207933 10.06.2010 23:40 martin

Fixed a typo.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1820 70169cfe-8b10-0410-8925-dcb4b91034d8

c3293db2 10.06.2010 22:12 martin

Major improvement on OHBCI CryptToken file.

Since version 1.8 the OHBCI keyfile can use GWEN_SmallTresor_Encrypt()
to encrypt the keyfile by password.
This function is much safer because the method used to derive a Blowfish
key from a pass phrase is quite costly (in comparison) and hardens the...

f7944a53 10.06.2010 22:12 martin

Added more missing XML files.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1818 70169cfe-8b10-0410-8925-dcb4b91034d8

59b83d2c 10.06.2010 22:12 martin

Fixed .gitignore regarding XML files.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1817 70169cfe-8b10-0410-8925-dcb4b91034d8

e592b88e 10.06.2010 22:12 martin

Changed makefile target "types" to use typemaker2.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1816 70169cfe-8b10-0410-8925-dcb4b91034d8

436fd1bd 10.06.2010 22:12 martin

CryptToken: Added field for temporary local sign key.

This is needed for EBICS when changing the sign key (e.g. A004 to A005).

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1815 70169cfe-8b10-0410-8925-dcb4b91034d8

452b095f 10.06.2010 22:12 martin

Added missing XML files.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1814 70169cfe-8b10-0410-8925-dcb4b91034d8

44972095 10.06.2010 22:12 martin

CryptToken: Use typemaker2 now to build types.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1813 70169cfe-8b10-0410-8925-dcb4b91034d8

15ffe8e0 10.06.2010 22:12 martin

Typemaker2: Added tm2 definition for GWEN_BUFFER.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1812 70169cfe-8b10-0410-8925-dcb4b91034d8

ce88aee6 10.06.2010 22:12 martin

Typemaker2: Allow to omit setter and getter.

This allows for defining your own getter and setter for particular
struct members.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1811 70169cfe-8b10-0410-8925-dcb4b91034d8

1ce119ac 10.06.2010 22:12 martin

Added a note to Typemaker2_Builder_Invoke_ConstructFn().

Did cost me about 10 minutes to figure out how that was implemented ;-)
With this note it should be faster next time ;-)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1810 70169cfe-8b10-0410-8925-dcb4b91034d8

2a360f1a 10.06.2010 22:12 martin

Create SUBDIRS with APIDOC.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1809 70169cfe-8b10-0410-8925-dcb4b91034d8

d336daea 07.06.2010 23:01 martin

Use realpath on MacOSX to ensure a usable path.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1808 70169cfe-8b10-0410-8925-dcb4b91034d8

33fc986d 06.06.2010 19:01 martin

Prepared release 3.99.8beta.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1807 70169cfe-8b10-0410-8925-dcb4b91034d8

fdacba89 06.06.2010 19:01 martin

Fixed a few bugs in new idlist64 implementation.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1806 70169cfe-8b10-0410-8925-dcb4b91034d8

e9095822 05.06.2010 17:52 martin

Increased version numbers.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1805 70169cfe-8b10-0410-8925-dcb4b91034d8

(1676-1700/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom