Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
Makefile.am 1,22 KB 59dbf732 etwa 12 Jahren mlenk Add missing linker flags for libgpg-error.so.0 ...
cryptalgo.c 7,26 KB 07ca863d fast 15 Jahren martin More cleanup: Define DISABLE_DEBUGLOG in all mo...
cryptalgo.h 3,38 KB e3f540ee etwa 15 Jahren martin Added support for AES-128. Added functions GWE...
cryptalgo_p.h 863 Bytes c015f48c etwa 16 Jahren martin - added member keySizeInBytes to GWEN_CRYPT_CRY...
cryptdefs.c 11,6 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
cryptdefs.h 1,86 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
cryptdefs_p.h 1,4 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
cryptkey.c 6,16 KB fab53b9f etwa 14 Jahren martin Added keyword "void" to functions with empty ar...
cryptkey.h 2,46 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
cryptkey_be.h 2,32 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
cryptkey_l.h 820 Bytes fab53b9f etwa 14 Jahren martin Added keyword "void" to functions with empty ar...
cryptkey_p.h 1018 Bytes da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
cryptkeyrsa.c 24,5 KB 95417392 fast 13 Jahren christian Fix mismatch of "static" attribute at declarati...
cryptkeyrsa.h 3,91 KB fad0e344 mehr als 13 Jahren martin Replaced old rsakey module with new one. This ...
cryptkeyrsa_p.h 2,61 KB fad0e344 mehr als 13 Jahren martin Replaced old rsakey module with new one. This ...
cryptkeysym.c 18,6 KB 07ca863d fast 15 Jahren martin More cleanup: Define DISABLE_DEBUGLOG in all mo...
cryptkeysym.h 3,79 KB e3f540ee etwa 15 Jahren martin Added support for AES-128. Added functions GWE...
cryptkeysym_p.h 2,1 KB e3f540ee etwa 15 Jahren martin Added support for AES-128. Added functions GWE...
hashalgo.c 4,67 KB 07ca863d fast 15 Jahren martin More cleanup: Define DISABLE_DEBUGLOG in all mo...
hashalgo.h 2,33 KB e37ec27f mehr als 16 Jahren martin Added support for SHA-256. git-svn-id: https:...
hashalgo_p.h 791 Bytes da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
mdigest.c 12,4 KB ceef0d47 etwa 14 Jahren martin Fixed GWEN_MDigest__HashFileTree() We now alwa...
mdigest.h 2,97 KB fab53b9f etwa 14 Jahren martin Added keyword "void" to functions with empty ar...
mdigest_be.h 1,58 KB 8555d009 etwa 16 Jahren martin Added code needed for RDH10 in AqHBCI. Needs SO...
mdigest_p.h 955 Bytes da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
mdigestgc.c 4,06 KB fab53b9f etwa 14 Jahren martin Added keyword "void" to functions with empty ar...
mdigestgc_p.h 1,14 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
padd.c 20,3 KB 07ca863d fast 15 Jahren martin More cleanup: Define DISABLE_DEBUGLOG in all mo...
padd.h 5,06 KB 0bcfe4f9 etwa 15 Jahren martin Added functions for ANSIX9.23 padding with arbi...
padd_p.h 1,84 KB da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
paddalgo.c 4,51 KB 07ca863d fast 15 Jahren martin More cleanup: Define DISABLE_DEBUGLOG in all mo...
paddalgo.h 2,61 KB 8555d009 etwa 16 Jahren martin Added code needed for RDH10 in AqHBCI. Needs SO...
paddalgo_p.h 759 Bytes da13b417 mehr als 17 Jahren martin merged branch aq3 back to trunk git-svn-id: ht...
smalltresor.c 10,7 KB 07ca863d fast 15 Jahren martin More cleanup: Define DISABLE_DEBUGLOG in all mo...
smalltresor.h 1,2 KB a9ae539a mehr als 15 Jahren martin Added API doc. git-svn-id: https://devel.aqban...

Aktuellste Revisionen

# Datum Autor Kommentar
59dbf732 19.06.2013 12:49 mlenk

Add missing linker flags for libgpg-error.so.0

This fixes a warning found by the Debian build log checks. More detailed
information can be found at [1]. The build logs contains a line like the
following:

dpkg-shlibdeps: warning: symbol gpg_strerror used by libgwenhywfar.so.60.6.0 found in none of the libraries...

95417392 30.10.2012 11:02 christian

Fix mismatch of "static" attribute at declaration and definition of function.

However, both "static" and also the GWENHYWFAR_CB macro is not yet
used consistently in all places and might need further fixing
to get rid of all "incompatible pointer type" compiler warnings....

409c889a 07.05.2012 23:51 martin

Fixed function type for WIN32.

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

fad0e344 07.05.2012 13:47 martin

Replaced old rsakey module with new one.

This version no longer uses the deprecated alternative public key API of
libgcrypt.

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

d3574e82 07.05.2012 13:01 martin

Cleanup.

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

83a2ac99 07.05.2012 02:18 martin

First step in adapting to latest API changes in libgcrypt.

Current versions of libgcrypt mark the alternate interface to public keys
as deprecated, so we need to move our code to no longer use that API.

Fortunately, this is quite easy since gwen only used that to store public...

ceef0d47 01.07.2011 16:19 martin

Fixed GWEN_MDigest__HashFileTree()

We now always use "/" as a directory separator in checksum files to allow
checking checksum files on WIN32 which were created on Linux.

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

fab53b9f 13.06.2011 17:57 martin

Added keyword "void" to functions with empty argument list.

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

94e91520 27.02.2011 19:23 martin

Moved declaration of max rsa keysize into header file.

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

07ca863d 28.08.2010 15:09 martin

More cleanup: Define DISABLE_DEBUGLOG in all modules.

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

Revisionen anzeigen

Auch abrufbar als: Atom