mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Removed the use of g10defs.h.
This required some code cleanups and the introduction of a few accessor ducntions in mpi.
This commit is contained in:
parent
d382fece03
commit
9f433cccca
29 changed files with 267 additions and 157 deletions
|
@ -1,3 +1,13 @@
|
|||
2006-12-11 Werner Koch <wk@g10code.com>
|
||||
|
||||
* seskey.c (encode_session_key, do_encode_md): Use new
|
||||
mpi_nlimb_hint_from_nbytes function.
|
||||
* sign.c (do_sign): Ditto.
|
||||
|
||||
* Makefile.am (AM_CPPFLAGS): Define GNUPG_LIBDIR.
|
||||
* gpgv.c (i18n_init): s/G10_LOCALEDIR/LOCALEDIR/.
|
||||
* gpg.c (i18n_init): Ditto.
|
||||
|
||||
2006-12-07 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (AM_CPPFLAGS): Define GNUPG_DATADIR.
|
||||
|
@ -31,6 +41,11 @@
|
|||
re-prompt for a passphrase to ensure the user has typed it
|
||||
correctly. Defaults to 1.
|
||||
|
||||
2006-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
* encr-data.c: Allocate DFX context on the heap and not on the
|
||||
stack. Changes at several places. Fixes CVE-2006-6235.
|
||||
|
||||
2006-11-27 Werner Koch <wk@g10code.com>
|
||||
|
||||
* openfile.c (ask_outfile_name): Fixed buffer overflow occurring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue