Skip to content
Snippets Groups Projects
  1. Mar 23, 2010
    • Niels Möller's avatar
      * Makefile.in (hogweed_SOURCES): Added pkcs1-rsa-sha512.c, · 3eebb3fd
      Niels Möller authored
      rsa-sha512-sign.c and rsa-sha512-verify.c.
      
      * rsa.h: Added prototypes for sha512-related functions.
      (RSA_MINIMUM_N_OCTETS, RSA_MINIMUM_N_BITS): Increased.
      * pkcs1.h: Added prototypes for sha512-related functions.
      
      * rsa-sha512-verify.c: New file.
      * rsa-sha512-sign.c: New file.
      * pkcs1-rsa-sha512.c: New file.
      
      Rev: nettle/ChangeLog:1.52
      Rev: nettle/Makefile.in:1.16
      Rev: nettle/pkcs1-rsa-sha512.c:1.1
      Rev: nettle/pkcs1.h:1.2
      Rev: nettle/rsa-sha512-sign.c:1.1
      Rev: nettle/rsa-sha512-verify.c:1.1
      Rev: nettle/rsa.h:1.3
      3eebb3fd
  2. Mar 22, 2010
  3. Mar 06, 2010
  4. Jan 20, 2010
  5. Jan 13, 2010
    • Niels Möller's avatar
      * Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on · fc0ca95a
      Niels Möller authored
      $(LIBNETTLE_FORLINK).
      
      * configure.ac (LIBHOGWEED_LIBS): Added -lnettle -lgmp for the
      default case. Follows debian, and also makes dlopen of
      libhogweed.so work, without having to use RTLD_GLOBAL.
      (LIBHOGWEED_LINK): Added -L., to find our libnettle.so.
      
      Rev: nettle/ChangeLog:1.47
      Rev: nettle/Makefile.in:1.12
      Rev: nettle/configure.ac:1.12
      fc0ca95a
  6. Oct 21, 2009
  7. Oct 19, 2009
    • Niels Möller's avatar
      * tools/pkcs1-conv.c: Updated for dsa/der interface change. · e218daf9
      Niels Möller authored
      * der2dsa.c (dsa_public_key_from_der_iterators): Split into two
      new functions...
      (dsa_params_from_der_iterator): New function.
      (dsa_public_key_from_der_iterator): New function.
      (dsa_openssl_private_key_from_der_iterator): Renamed, was
      dsa_private_key_from_der_iterator.
      (dsa_openssl_private_key_from_der): Likewise.
      * dsa.h: Corresponding changees to prototypes and #defines.
      
      Rev: nettle/ChangeLog:1.45
      Rev: nettle/der2dsa.c:1.3
      Rev: nettle/dsa.h:1.3
      Rev: nettle/tools/pkcs1-conv.c:1.3
      e218daf9
  8. Oct 12, 2009
  9. Oct 11, 2009
  10. Sep 20, 2009
  11. Aug 25, 2009
  12. Jun 08, 2009
  13. Jun 04, 2009
  14. May 19, 2009
  15. May 11, 2009
  16. Mar 06, 2009
  17. Feb 10, 2009
    • Niels Möller's avatar
      * testsuite/sexp-conv-test: Updated testcases for improved · 3eca0559
      Niels Möller authored
      handling of comments.
      
      * tools/sexp-conv.c (sexp_convert_item): Use sexp_put_soft_newline
      to terminate comments, and modify indentation for the case that a
      list starts with a comment.
      
      * tools/output.c (sexp_output_init): Initialize soft_newline.
      (sexp_put_raw_char): Clear soft_newline.
      (sexp_put_newline): Check and reset soft_newline.
      (sexp_put_soft_newline): New function.
      
      * tools/output.h (struct sexp_output): Removed union with single
      element, and updated all users. New attribute soft_newline.
      
      Rev: nettle/ChangeLog:1.31
      Rev: nettle/testsuite/sexp-conv-test:1.3
      Rev: nettle/tools/output.c:1.3
      Rev: nettle/tools/output.h:1.3
      Rev: nettle/tools/sexp-conv.c:1.4
      3eca0559
  18. Dec 22, 2008
  19. Nov 28, 2008
  20. Nov 22, 2008
    • Niels Möller's avatar
      (yarrow256_fast_reseed): Set ctx->seeded = 1, so · ec881c84
      Niels Möller authored
      that it is set if and only if the aes context has been initialized
      with aes_set_encrypt_key.
      (yarrow256_seed): No need to set ctx->seeded here.
      (yarrow256_update): Likewise.
      
      Rev: nettle/ChangeLog:1.28
      Rev: nettle/yarrow256.c:1.5
      ec881c84
  21. Nov 04, 2008
  22. Nov 01, 2008
  23. Oct 30, 2008
  24. Oct 25, 2008
  25. Sep 17, 2008
  26. Sep 15, 2008
  27. Sep 13, 2008
  28. Sep 10, 2008
  29. Sep 08, 2008
Loading