1. 26 Sep, 2017 4 commits
  2. 02 Aug, 2017 14 commits
  3. 01 Aug, 2017 2 commits
  4. 19 Jul, 2017 4 commits
  5. 07 Jul, 2017 7 commits
  6. 04 Jul, 2017 1 commit
  7. 03 Jul, 2017 1 commit
  8. 10 May, 2017 1 commit
    • Ineiev's avatar
      g10: Fix secmem leak. · 2c2121ff
      Ineiev authored and NIIBE Yutaka's avatar NIIBE Yutaka committed
      
      
      * g10/keygen.c (proc_parameter_file): Fix secmem leak.
      
      --
      
      proc_parameter_file adds certain parameters to the list in the PARA
      argument; however, these new entries are leaked because they
      are added to head, while the PARA list is released by the caller
      of proc_parameter_file.
      
      GnuPG-bug-id: 1371
      Signed-off-by: Ineiev's avatarIneiev <ineiev@gnu.org>
      2c2121ff
  9. 30 Mar, 2017 1 commit
    • Werner Koch's avatar
      gpg: Fix exporting of zero length user ID packets. · bb61191a
      Werner Koch authored
      
      
      * g10/build-packet.c (do_user_id): Avoid indeterminate length header.
      --
      
      We are able to import such user ids but when exporting them the
      exported data could not be imported again because the parser bails out
      on invalid keyrings.  This is now fixed and should be backported.
      
      Note that in 1.4 and 2.0 this is only an issue for attribute packets.
      In 2.1 user IDs were also affected.a
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      bb61191a
  10. 29 Mar, 2017 2 commits
  11. 17 Feb, 2017 3 commits