Skip to content
Snippets Groups Projects
  1. Mar 25, 2010
    • Niels Möller's avatar
      * Makefile.in (nettle_SOURCES): Added sha384-meta.c. · a8e38bdf
      Niels Möller authored
      * sha384-meta.c: New file.
      
      * sha.h: Added declarations for sha384. Some are aliases for the
      corresponding sha512 definition.
      
      * sha512.c (sha512_write_digest): New function.
      (sha512_digest): Use it.
      (sha384_init): New function.
      (sha384_digest): New function.
      
      Rev: nettle/ChangeLog:1.59
      Rev: nettle/Makefile.in:1.19
      Rev: nettle/nettle-meta.h:1.4
      Rev: nettle/sha.h:1.5
      Rev: nettle/sha384-meta.c:1.1
      Rev: nettle/sha512.c:1.4
      a8e38bdf
  2. Mar 24, 2010
  3. Mar 23, 2010
  4. Mar 22, 2010
  5. Mar 06, 2010
  6. Feb 02, 2010
  7. Jan 20, 2010
  8. 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
  9. Oct 21, 2009
  10. 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
  11. Oct 12, 2009
Loading