Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
5df797cd 29.03.2005 03:55 aquamaniac

final prerelease fixes

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

4d783311 28.03.2005 21:05 aquamaniac

prepared release

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

201be17f 28.03.2005 12:14 aquamaniac

fixed a newly introduced bug

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

80d3379e 26.03.2005 14:14 aquamaniac

more debugging

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

b03b8ab8 26.03.2005 07:39 aquamaniac

- added environment variable "GWEN_SSL_DEBUG"
- reworked parts of GWEN_NetConnectionHTTP, GWEN_NetConnection and
GWEN_NetTransportSSL. This should work now with more banks.
- added functions to retrieve CryptToken data from XML (needed by
Libchipcard2)...

6c7be755 25.03.2005 18:35 aquamaniac

- added message digest SHA1
- simplified GWEN_Buffer functions for inserting bytes
- added functions
- GWEN_Buffer_InsertRoom()
- GWEN_Buffer_FillLeftWithBytes()
- GWEN_MD_HashToBuffer()
- GWEN_Padd_PaddWithPkcs1Bt1()
- GWEN_Padd_UnpaddWithPkcs1Bt1()...

4c19ffd9 15.03.2005 21:36 aquamaniac

- GWEN_Netconnection_Walk() now returns a timeout rather than an error when
select() has been interrupted by a signal.

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

c7df94e8 14.03.2005 12:29 aquamaniac

- GWEN_NetTransportSSL_StartConnect() no returns
GWEN_NetTransportResultWantRead instead of GWEN_NetTransportResultOk when
the connect is in progress.
- same with GWEN_NetTransportSocket_StartConnect()
- GWEN_WaitCallback() now checks all currently entered callbacks...

fc46ea02 11.03.2005 21:07 cstim

Improve rule for quickly building from CVS

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

0c898b2a 10.03.2005 06:31 aquamaniac

fixed a bug in SSL detection macros

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

d5b76147 09.03.2005 12:34 aquamaniac

- added flags to GWEN_CRYPTKEY which will be used to influence the behaviour
of some functions (namely the sign function of RSA keys)
- introduced flag GWEN_CRYPT_FLAG_DISABLE_SMALLER_SIGNATURE which will disable
selecting the smaller signature when signing data (might help solve a...

1c310f49 08.03.2005 01:00 aquamaniac

- added flags to GWEN_CRYPTKEY which will be used to influence the behaviour
of some functions (namely the sign function of RSA keys)
- introduced flag GWEN_CRYPT_FLAG_DISABLE_SMALLER_SIGNATURE which will disable
selecting the smaller signature when signing data (might help solve a...

44fc216c 07.03.2005 11:35 cstim

2005-03-07 Christian Stimming <>

  • src/parser/xml.c (GWEN_XML__ReadWordBuf): Rearrange some checks
    to improve performance. I tried to improve some flags-checks by
    introducing extra variables, but that gave no improvements....
c66860f4 04.03.2005 23:06 aquamaniac

fixed some newly introduced bugs

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

5204e2e7 04.03.2005 21:25 aquamaniac

- started optimisations of my own:
- GWEN_Buffer:
- ReadChar() no longer calls PeekChar()
- _new(): Now allocate size+1 (less reallocs, in a test from over
700 to 4)
- GWEN_BufferedIO: same here
- GWEN_XML:
- ReadWordBuf now doesn't call CheckEOF, since the return value...

3c145e16 04.03.2005 17:51 aquamaniac

well, not completely

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

50441429 04.03.2005 17:51 aquamaniac

- took back my latest change (argh, we need to discuss those changes)

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

3cd4c670 04.03.2005 17:41 aquamaniac

- partially reverted cs' changes to base/buffer.c: Please dicuss before
making changes to this important class, it is widely used (especially
GWEN_Buffer_AppendByte).

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

b94951ca 04.03.2005 14:12 cstim

2005-03-04 Christian Stimming <>

  • src/parser/text.c: Also some small performance improvements.

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

7a4d9b0d 04.03.2005 13:48 cstim

2005-03-04 Christian Stimming <>

  • src/base/buffer.c, src/io/bufferedio.c: Add some small
    performance improvements; add comments about further potential
    performance improvements.

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

9b0e8f1f 24.02.2005 04:59 aquamaniac

release

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

8e4abd92 23.02.2005 10:00 cstim

Fix uninitialized variable warning.

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

e778107c 23.02.2005 03:16 aquamaniac

- added function GWEN_IdList_dup()

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

46a7983c 21.02.2005 17:03 cstim

Fix iss input file

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

bf5479d8 21.02.2005 13:01 cstim

Improve iss input file

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

(2501-2525/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom