Skip to content
Snippets Groups Projects
  1. Jun 29, 2011
  2. Jun 22, 2011
  3. Jun 21, 2011
  4. Jun 20, 2011
  5. Jun 15, 2011
    • Niels Möller's avatar
      (libdir): On 64-bit Linux, we used to assume that · bc7a99fb
      Niels Möller authored
      libraries are installed according to the FHS. Since at least
      Fedora and Gentoo follow the FHS convention, while at least Debian
      doesn't, we have to try to figure out which convention is used.
      
      Rev: nettle/ChangeLog:1.190
      Rev: nettle/configure.ac:1.33
      bc7a99fb
  6. Jun 14, 2011
  7. Jun 12, 2011
  8. Jun 10, 2011
  9. Jun 09, 2011
  10. Jun 08, 2011
  11. Jun 07, 2011
  12. Jun 06, 2011
    • Niels Möller's avatar
      * Makefile.in (DISTFILES): Added serpent-internal.h. · 00a6c2d1
      Niels Möller authored
      (nettle_SOURCES): Replaced serpent.c by serpent-set-key.c,
      serpent-encrypt.c, and serpent-decrypt.c.
      
      * serpent.c: Replaced by several new files.
      * serpent-set-key.c: New file.
      * serpent-encrypt.c: New file.
      * serpent-decrypt.c: New file.
      * serpent-internal.h: New file.
      
      Rev: nettle/ChangeLog:1.176
      Rev: nettle/Makefile.in:1.34
      Rev: nettle/serpent-decrypt.c:1.1
      Rev: nettle/serpent-encrypt.c:1.1
      Rev: nettle/serpent-internal.h:1.1
      Rev: nettle/serpent-set-key.c:1.1
      Rev: nettle/serpent.c:1.9(DEAD)
      00a6c2d1
    • Niels Möller's avatar
      Process two blocks at a time in parallel. Measured speedup of 10%--25% · 229f766b
      Niels Möller authored
      (higher for encryption) on x86_64.
      
      Rev: nettle/ChangeLog:1.175
      Rev: nettle/serpent.c:1.8
      229f766b
  13. Jun 01, 2011
    • Niels Möller's avatar
      * serpent.c (ROUNDS): Deleted macro. · e57e557f
      Niels Möller authored
      (serpent_block_t): Deleted array typedef.
      (KEYXOR): New macro, replacing BLOCK_XOR.
      (BLOCK_COPY, SBOX, SBOX_INVERSE): Deleted macros.
      (LINEAR_TRANSFORMATION): Use four separate arguments.
      (LINEAR_TRANSFORMATION_INVERSE): Likewise.
      (ROUND): Take separate arguments for all input and output words.
      (ROUND_INVERSE): Likewise.
      (ROUND_LAST, ROUND_FIRST_INVERSE): Deleted macros.
      (serpent_set_key): Moved loop termination test.
      (serpent_encrypt): Rewrote with unrolling of just eight rounds,
      and without serpent_block_t.
      (serpent_decrypt): Likewise.
      
      Rev: nettle/ChangeLog:1.174
      Rev: nettle/serpent.c:1.7
      e57e557f
    • Niels Möller's avatar
      Added do { ... } while (0) around block macros. · 763ed53e
      Niels Möller authored
      (serpent_key_t): Deleted array typedef.
      (ROL32, ROR32): Renamed macros, were rol and ror.
      (KS_RECURRENCE, KS): New macros.
      (serpent_key_pad): Renamed, from...
      (serpent_key_prepare): ...old name.
      (serpent_subkeys_generate): Deleted function.
      (serpent_set_key): Rewrote the generation of subkeys. Reduced both
      temporary storage and code size (less unrolling)
      
      Rev: nettle/ChangeLog:1.173
      Rev: nettle/serpent.c:1.6
      763ed53e
  14. May 31, 2011
  15. May 30, 2011
  16. May 21, 2011
  17. May 06, 2011
  18. Apr 27, 2011
  19. Apr 15, 2011
  20. Mar 23, 2011
    • Niels Möller's avatar
      *** empty log message *** · 751558ba
      Niels Möller authored
      Rev: nettle/ChangeLog:1.162
      751558ba
    • Niels Möller's avatar
      *** empty log message *** · 9579451e
      Niels Möller authored
      Rev: nettle/ChangeLog:1.161
      9579451e
    • Niels Möller's avatar
      *** empty log message *** · e670b44f
      Niels Möller authored
      Rev: nettle/ChangeLog:1.160
      e670b44f
    • Daniel Kahn Gillmor's avatar
      Contributed by Daniel Kahn Gillmor: · d83027b1
      Daniel Kahn Gillmor authored and Niels Möller's avatar Niels Möller committed
      * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added
      meta-hash-test.c, meta-cipher-test.c, and meta-armor-test.c.
      
      * nettle.texinfo: Document nettle_hashes and nettle_ciphers.
      
      * nettle-meta.h: Declare algorithm lists nettle_ciphers,
      nettle_hashes, nettle_armors.
      
      * Makefile.in (nettle_SOURCES): Added nettle-meta-hashes.c,
      nettle-meta-ciphers.c, and nettle-meta-armors.c.
      
      * nettle-meta-armors.c: New file.
      * nettle-meta-ciphers.c: New file.
      * nettle-meta-hashes.c: New file.
      
      Rev: nettle/ChangeLog:1.159
      Rev: nettle/Makefile.in:1.32
      Rev: nettle/nettle-meta-armors.c:1.1
      Rev: nettle/nettle-meta-ciphers.c:1.1
      Rev: nettle/nettle-meta-hashes.c:1.1
      Rev: nettle/nettle-meta.h:1.10
      Rev: nettle/nettle.texinfo:1.22
      d83027b1
  21. Feb 18, 2011
Loading