~peter-pearse/ubuntu/natty/libgcrypt11/prop001

« back to all changes in this revision

Viewing changes to cipher/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-09 11:22:41 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409112241-hzwl3tex8cmr2dkz
Tags: 1.2.4-2
* Upload to unstable.
* Drop -lgpg-error from libgcrypt-config --libs output. (Closes: #405238)
* Switch to debhelper v5 mode.
* New upstream version closes filehandles in gcry_rndlinux_gather_random().
  (Closes: #403613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-02-01  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * serpent.c: Add some missing struct element inits.  Also for all
 
4
        other cipher modules.
 
5
 
 
6
2007-01-30  Werner Koch  <wk@g10code.com>
 
7
 
 
8
        * sha256.c (oid_spec_sha256): Add alias from pkcs#1.
 
9
        * sha512.c (oid_spec_sha512): Ditto.
 
10
        (oid_spec_sha384): Ditto.
 
11
 
 
12
2006-12-18  Werner Koch  <wk@g10code.com>
 
13
 
 
14
        * rndlinux.c (set_cloexec_flag): New.
 
15
        (open_device): Set close-on-exit flags.  Suggested by Max
 
16
        Kellermann.  Fixes Debian#403613.
 
17
 
 
18
2006-09-11  Werner Koch  <wk@g10code.com>
 
19
 
 
20
        * rndw32.c (slow_gatherer_windowsNT): While adding data use the
 
21
        size of the diskPerformance and not its address. Has been fixed in
 
22
        GnuPG more than a year ago.  Noted by Lee Fisher.
 
23
 
 
24
2006-08-30  Werner Koch  <wk@g10code.com>
 
25
 
 
26
        * pubkey.c (sexp_data_to_mpi): Need to allow "ripemd160" here as
 
27
        this is the canonical name.
 
28
 
1
29
2006-07-26  Werner Koch  <wk@g10code.com>
2
30
 
3
31
        * random.c (gcry_create_nonce): Update the pid after a fork.