fixed a typo
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1003 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in IPC request manager
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1002 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in keyspec.c: Was not initialising list structures
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1001 70169cfe-8b10-0410-8925-dcb4b91034d8
- reverted source-incompatible change in xml.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1000 70169cfe-8b10-0410-8925-dcb4b91034d8
- clarified documentation of list1.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@999 70169cfe-8b10-0410-8925-dcb4b91034d8
Improve documentation
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@998 70169cfe-8b10-0410-8925-dcb4b91034d8
- replaced old GWEN_LIST stuff by new code: These new lists are a drop-in replacement for the old lists (source-compatible) and are double-linked. In addition to storing the first element these lists now also store a pointer to the last element. This makes browsing of the list when adding...
minor changes (I guess?)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@996 70169cfe-8b10-0410-8925-dcb4b91034d8
2006-03-03 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@995 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in waitcallback code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@994 70169cfe-8b10-0410-8925-dcb4b91034d8
prepared release of 2.0.0
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@992 70169cfe-8b10-0410-8925-dcb4b91034d8
- mklistdoc now recognizes const list macros as well
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@991 70169cfe-8b10-0410-8925-dcb4b91034d8
2006-02-17 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@990 70169cfe-8b10-0410-8925-dcb4b91034d8
Let test2 run for smaller number of tests so that 'make check' doesnt take longer than a few seconds.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@989 70169cfe-8b10-0410-8925-dcb4b91034d8
- added functions GWEN_CryptToken_GetMatchingContexts() and GWEN_CryptToken_FindContextInList(). This very much simplifies working with crypt tokens.- adapted "ohbci" crypt token context description to the latest changes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@988 70169cfe-8b10-0410-8925-dcb4b91034d8
- removed debug messages in ct_file.c
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@987 70169cfe-8b10-0410-8925-dcb4b91034d8
2006-02-10 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@986 70169cfe-8b10-0410-8925-dcb4b91034d8
- added function GWEN_NetLayer_WaitForStatus()- fixed two bugs in PKCS1 padding- finally fixed the spurious signature bug which sometimes caused HBCI signatures to be invalid
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@985 70169cfe-8b10-0410-8925-dcb4b91034d8
Add cvsignore. Improve makefile - make check will call ./testlib
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@984 70169cfe-8b10-0410-8925-dcb4b91034d8
released
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@983 70169cfe-8b10-0410-8925-dcb4b91034d8
- added a test executable (for now only checks base64 code)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@982 70169cfe-8b10-0410-8925-dcb4b91034d8
2006-02-06 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@981 70169cfe-8b10-0410-8925-dcb4b91034d8
Remove my old, now unused, rule which was broken for some time anyway
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@980 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in GWEN_InetSocket_Accept_Wait (was waiting for writeability, should rahter wait for readability)- fixed another bug in GWEN_InetSocket_Accept_Wait(): Was closing socket even wif the error simply was a timeout - now saves new auth keys...
- OpenHBCI CryptToken: - now supports keylength of up to 2048 bits - now accepts key ids up to 6 (including the new auth keys)- CryptToken: Context functions now return non-const pointers, because otherweise we would also have to copy all that stuff even for objects...
Auch abrufbar als: Atom