Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
02c9d0fc 18.08.2009 20:34 martin

Removed some debugging code, use GWEN_Crypt_KeyRsa_GenerateKeyPair2 in ctfile.c.

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

7ee41d28 12.07.2009 21:40 martin

Committed a patch provided by James E. Flemer <>:
Additionally handle ENOTCONN to make the socket code work on FreeBSD as well.

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

c1e4481e 08.07.2009 22:21 martin

Add module GWEN_DATE.

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

409f0238 07.07.2009 00:25 martin

Much more work on typemaker2. It is actually quite usefull now for AqFinance.

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

e1344f1e 06.07.2009 16:59 martin

typemaker2:
- added handling of defines
- added code for comparation of members
- added support for GWEN_TREE
- added optional functions to get an object from the list by comparing values to members

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

53668e22 04.07.2009 17:35 martin

Improved error message in GWEN_XML__ReadTag.

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

ffe56215 04.07.2009 17:35 martin

Added support for enums to typemaker2. Also added support for #ifdef in typedef files.
Removed test for typemaker2.

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

9a38ba26 04.07.2009 00:45 martin

Added typemaker2 description for type GWEN_TIME.
Add data paths from GWEN_PathManager.

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

e2a8a9e0 03.07.2009 23:04 martin

Added output file to .gitignore.

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

240ca8f7 03.07.2009 23:04 martin

Typemaker2 now creates a typedef file (to be used by typemaker2 again).
Actually read command line arguments.

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

8fcacf1b 03.07.2009 22:11 martin

Added "testmain" to gitignore file.

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

5180fcd9 03.07.2009 22:11 martin

First working version of typemaker2.

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

70990f51 03.07.2009 02:11 martin

Typemaker2: Added some fields for toObject/fromObject functions.
Added type definition for "int".

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

428057ea 03.07.2009 01:09 martin

Added typemaker2 to .gitignore file.

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

39bd1f9b 03.07.2009 01:09 martin

Started working on TypeMaker2.

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

e48091d2 03.07.2009 01:09 martin

Added GWEN_StringList_fromString().

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

c015f48c 27.06.2009 21:13 martin

- added member keySizeInBytes to GWEN_CRYPT_CRYPTALGO
- added function GWEN_Crypt_KeyRsa_GeneratePair2() which allows
for finer control over the size of created keys
- fixed the documentation of GWEN_Crypt_KeyRsa_GeneratePair()
- ctfile.c: special handling when signing with Pkcs1_Pss_Sha256...

62688e5c 27.06.2009 19:45 martin

"gct-tool showkey" now also shows the number of bits of the modulus.

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

8555d009 27.06.2009 19:10 martin

Added code needed for RDH10 in AqHBCI. Needs SO_MAJOR++, SO_AGE++
- added function GWEN_MDigest_SetDigestLen()
- constructors for message digestors now call that new function
- added function GWEN_Padd_AddPkcs1Pss()
- added function GWEN_Padd_VerifyPkcs1Pss()...

86917d07 20.06.2009 21:46 christian

Add check for non-NULL function pointer where it was missing.

Maybe this was the cause for gnucash bug
http://bugzilla.gnome.org/show_bug.cgi?id=582048 ? But in any
case the pointer should be checked.

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

ee883144 20.06.2009 09:30 martin

Prepared release 3.9.0.

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

9949039b 20.06.2009 01:31 martin

Improved documentation of GWEN_GUI.

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

bbbf4864 19.06.2009 22:37 martin

There are no incompatibel API changes yet, so we don't have to
force a change in the major version just yet.

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

cca675e3 19.06.2009 22:15 martin

Started working on Gwenhywfar4.

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

02eb3a63 19.06.2009 22:01 martin

GWEN_GUI: Added flags to the base class which can be used by
GUI implementations. This is to facilitate use of shared certificates
in applications (just use AB_Gui_Extend in your application
after creating the gui object).
Marked some functions as deprecated (those will be removed for...

(1926-1950/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom