Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
c7da6ab7 18.06.2004 09:15 aquamaniac

added missing implementation in crypt/none

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

eccb5267 18.06.2004 09:01 aquamaniac

- crypt/nettransportssl: added function GWEN_NetTransportSSL_GenerateDhFile
So now there finally is no need to access OpenSSL from outside Gwen just
to make parts of Gwen (namely the SSL stuff) work.

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

c9227af0 17.06.2004 02:01 aquamaniac

- m4/os.m4: Define OS_POSIX if running on a POSIX system
- os/posix/libloader:
improved library loading. Now the following order is used when loading
a library:
1) the name given
2) the name given plus ".so"
3) the name given with prefix "lib"
4) the name given with prefix "lib" and ".so"...

c146acda 16.06.2004 18:06 aquamaniac

- parser/db: added function GWEN_DB_InsertGroup

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

ec256bbf 11.06.2004 22:10 aquamaniac

- ipc/ipc.c: added GWEN_IPCManager_Attach() and usage counter

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

bbd92f74 08.06.2004 21:05 aquamaniac

- parser/db: increased size of the word buffer used (I'm still looking
for a better solution. Maybe I will write a DBIO which reads/writes DB as
XML files...)

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

4b173970 07.06.2004 20:24 aquamaniac

- ipc/ipc: fixed a bug (did not take node id into account when assigning a
response to a request)

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

d1c1508a 07.06.2004 10:52 cstim

2004-06-07 Christian Stimming <>

  • src/crypt/none/cryptnone.c: Fix function prototype SSL_new.

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

49458851 06.06.2004 12:05 aquamaniac

- ipc/ipc: fixed a bug (did not take node id into account when assigning a
response to a request)

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

1646b90c 04.06.2004 15:35 aquamaniac

- base/idlist.c: fixed another stupid bug

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

984309b0 04.06.2004 13:30 aquamaniac

minor fixes

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

90dd49e5 03.06.2004 12:43 aquamaniac

even more work on SSL ;-)

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

300edf3f 03.06.2004 11:31 aquamaniac

more fixes on SSL code

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

66552aa3 03.06.2004 09:26 aquamaniac

added function which checks whether an SSL connection is secure

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

ae455377 03.06.2004 09:12 aquamaniac

- os/gwentime: added function to retrieve the time in milliseconds
- base/idlist: fixed two severe bugs
- crypt/ossl/nettransportssl: added functions to retrieve the peer certificate

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

814372b9 02.06.2004 22:21 aquamaniac

- crypt/ossl/cryptssl_rsa: fixed a severe bug which caused signing to fail

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

94ce5efe 30.05.2004 17:35 aquamaniac

- parser/text: GWEN_Text_FromHexBuffer now ignores blanks
- parser/msgengine: added property "storedAs" which indicates the storage
type when reading bin-values from within the data of a tag

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

8fe90a4a 29.05.2004 07:57 aquamaniac

- parser/msgengine.c:
- added ELEM property "size" which indicates that an element should have a
fixed size (as needed for Libchipcard)
- added ELEM property "filler" which is used to fill an fixed-size element
with a given byte
- parser/text: added functions for BCD reading and writing...

04367e0e 27.05.2004 23:43 aquamaniac

changed tag back to cvs

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

10217cc9 27.05.2004 22:05 aquamaniac

- Gwen now compiles on Solaris (tested with R220)
- fixed some M4 macros (e.g. "find" on Solaris is not as powerfull as it is
on Linux)

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

d4a99d57 27.05.2004 20:38 aquamaniac

- fixed a bug in NetTransportSSL

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

282f1200 27.05.2004 01:48 aquamaniac

- fixed a bug in MsgEngine (strchr doens't like if the character
searched for is \0, which is a valid character when reading binary
data such as bytes, words, dwords etc which are used by
Libchipcard2)

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

c8869bf2 25.05.2004 02:44 aquamaniac

- parser/msgengine.c: fixed a bug which occurred if "maxnum" was
zero in XML files

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

6fe6d26c 24.05.2004 00:57 aquamaniac

- parser/text: added function GWEN_Text_FromHexBuffer

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

20d26ca0 21.05.2004 15:53 aquamaniac

- base/logger.c: fixed a severe bug (trapped into endless loop when
log level was "debug")

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

(2826-2850/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom