Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 52bbb3da

Von aquamaniac vor mehr als 21 Jahren hinzugefügt

  • ID 52bbb3da7321a052964c2ec0ed587e4ec1e37648
  • Vorgänger a31191f0
  • Nachfolger f2db342a

- fixed a bug in DB concerning loading of binary data
- added a warning to DB when an unknown type specifier is found (which
defaults to "char")
- fixed a bug in RSA code concerning loading of keys from a DB
- first successful test of client/server IPC ;-)
Now it basically works. I also fixed many bugs in the code which is not
used by programs, since it is under heavy development.
- reading keys from a file and writing then to a file now works

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

Unterschiede anzeigen:

src/impl/msgengine/hbcimsg.h
#include <gwenhyfwar/keyspec.h>
#include <gwenhyfwar/hbcicryptocontext.h>
#include <gwenhyfwar/hbcidialog.h>
#include <stdio.h>
#ifdef __cplusplus
......
const GWEN_KEYSPEC *ks);
unsigned int GWEN_HBCIMsg_GetSignerCount(GWEN_HBCIMSG *hmsg);
GWEN_KEYSPEC *GWEN_HBCIMsg_GetCrypter(GWEN_HBCIMSG *hmsg);
const GWEN_KEYSPEC *GWEN_HBCIMsg_GetCrypter(const GWEN_HBCIMSG *hmsg);
void GWEN_HBCIMsg_SetCrypter(GWEN_HBCIMSG *hmsg,
const GWEN_KEYSPEC *ks);
......
unsigned int GWEN_HBCIMsg_GetNodes(GWEN_HBCIMSG *hmsg);
unsigned int GWEN_HBCIMsg_GetDialogNumber(GWEN_HBCIMSG *hmsg);
void GWEN_HBCIMsg_SetDialogNumber(GWEN_HBCIMSG *hmsg,
unsigned int did);
GWEN_HBCIMSG *GWEN_HBCIMsg_new(GWEN_HBCIDIALOG *hdlg);
void GWEN_HBCIMsg_free(GWEN_HBCIMSG *hmsg);
......
GWEN_DB_NODE *gr,
unsigned int flags);
void GWEN_HBCIMsg_Dump(const GWEN_HBCIMSG *hmsg, FILE *f, int indent);
#ifdef __cplusplus

Auch abrufbar als: Unified diff