AUDIT: r18037 - gnucash/trunk/src/import-export/aqbanking - Bug #559670: Aqbanking should not ask for already accepted certificates.

Christian Stimming cstim at code.gnucash.org
Fri Apr 10 16:20:12 EDT 2009


Author: cstim
Date: 2009-04-10 16:20:11 -0400 (Fri, 10 Apr 2009)
New Revision: 18037
Trac: http://svn.gnucash.org/trac/changeset/18037

Modified:
   gnucash/trunk/src/import-export/aqbanking/gnc-ab-utils.c
   gnucash/trunk/src/import-export/aqbanking/gnc-ab-utils.h
   gnucash/trunk/src/import-export/aqbanking/gnc-gwen-gui.c
Log:
Bug #559670: Aqbanking should not ask for already accepted certificates.

Add support for AqBanking's permanently accepted SSL certificates

This patch fixes part of the problem for AqBanking 4.x (or newer).
The patch queries the certificates that have been accepted during the AqBanking
setup procedure. A hash of every single such certificate is stored by AqBanking
4.x under $HOME/.aqbanking/settings/shared/certs.conf.

For older versions of AqBanking the patch does nothing (yet). The main
difference is where AqBanking stores the hashes for such certificates. I've
added a FIXME comment on the appropriate place where code for older AqBanking
versions should be added.

Patch by Micha Lenk, slightly modified by me.

Signed-off-by: Christian Stimming <stimming at tuhh.de>
BP



More information about the gnucash-patches mailing list