Skip to content
Snippets Groups Projects
  1. Aug 28, 2011
  2. Aug 10, 2011
  3. Jul 24, 2011
    • Niels Möller's avatar
      (PKGCONFIG_FILES, pkgconfigdir): New variables. · c7e635a8
      Niels Möller authored
      (DISTFILES): Added nettle.pc.in and hogweed.pc.in.
      (nettle.pc, hogweed.pc): New targets (invoking config.status).
      (install-pkgconfig, uninstall-pkgconfig): New targets.
      (install-here): Depend on install-pkgconfig.
      (uninstall-here): Depend on uninstall-pkgconfig.
      (distclean-here): Delete nettle.pc and hogweed.pc.
      
      Rev: nettle/ChangeLog:1.209
      Rev: nettle/Makefile.in:1.37
      c7e635a8
  4. Jul 20, 2011
  5. Jul 17, 2011
  6. Jul 11, 2011
  7. Jul 07, 2011
  8. Jul 01, 2011
  9. Jun 30, 2011
  10. Jun 29, 2011
  11. Jun 22, 2011
  12. Jun 21, 2011
  13. Jun 20, 2011
  14. 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
  15. Jun 14, 2011
  16. Jun 12, 2011
  17. Jun 10, 2011
  18. Jun 09, 2011
  19. Jun 08, 2011
  20. Jun 07, 2011
  21. 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
Loading