Skip to content
Snippets Groups Projects
  1. Jun 08, 2011
  2. Feb 14, 2011
  3. Feb 10, 2011
    • Niels Möller's avatar
      * examples/nettle-benchmark.c (cgt_works_p): New function. · 465dc416
      Niels Möller authored
      (cgt_time_start): Likewise.
      (cgt_time_end): Likewise.
      (clock_time_start): Likewise.
      (clock_time_end): Likewise.
      (time_function): Read clock via function pointers time_start and
      time_end, so we can select method at runtime.
      (xalloc): Use die function.
      (main): Choose timing function. If available, try clock_gettime,
      and fall back to clock if it doesn't exist.
      
      Rev: nettle/examples/nettle-benchmark.c:1.19
      465dc416
    • Niels Möller's avatar
      (die): New function. · d50bb01a
      Niels Möller authored
      (TIME_END, TIME_START): Check return value from clock_gettime.
      
      Rev: nettle/examples/nettle-benchmark.c:1.18
      d50bb01a
  4. Feb 09, 2011
  5. Feb 05, 2011
  6. Oct 26, 2010
  7. Oct 22, 2010
  8. Oct 06, 2010
  9. Sep 30, 2010
  10. Sep 22, 2010
  11. Jul 07, 2010
  12. Jun 01, 2010
  13. May 26, 2010
  14. Apr 09, 2010
  15. Mar 31, 2010
  16. Mar 25, 2010
  17. Mar 24, 2010
    • Niels Möller's avatar
      (main): Benchmark sha512. · d807f9a1
      Niels Möller authored
      Rev: nettle/examples/nettle-benchmark.c:1.5
      d807f9a1
    • Niels Möller's avatar
      Interface change, let all rsa signature functions have a return value. · c72c16b7
      Niels Möller authored
      Rev: nettle/ChangeLog:1.54
      Rev: nettle/NEWS:1.4
      Rev: nettle/examples/rsa-sign.c:1.2
      Rev: nettle/pgp-encode.c:1.3
      Rev: nettle/pkcs1-rsa-md5.c:1.3
      Rev: nettle/pkcs1-rsa-sha1.c:1.3
      Rev: nettle/pkcs1-rsa-sha256.c:1.3
      Rev: nettle/pkcs1-rsa-sha512.c:1.2
      Rev: nettle/pkcs1.c:1.3
      Rev: nettle/pkcs1.h:1.3
      Rev: nettle/rsa-compat.c:1.3
      Rev: nettle/rsa-md5-sign.c:1.3
      Rev: nettle/rsa-md5-verify.c:1.3
      Rev: nettle/rsa-sha1-sign.c:1.3
      Rev: nettle/rsa-sha1-verify.c:1.3
      Rev: nettle/rsa-sha256-sign.c:1.3
      Rev: nettle/rsa-sha256-verify.c:1.3
      Rev: nettle/rsa-sha512-sign.c:1.2
      Rev: nettle/rsa-sha512-verify.c:1.2
      Rev: nettle/rsa.h:1.4
      Rev: nettle/testsuite/cxx-test.cxx:1.3
      Rev: nettle/testsuite/pkcs1-test.c:1.3
      Rev: nettle/testsuite/testutils.c:1.5
      c72c16b7
  18. Aug 25, 2009
  19. Nov 04, 2008
  20. Nov 01, 2008
    • Niels Möller's avatar
      Moved all typedefs for function types to nettle-types.h. Use · e6782e05
      Niels Möller authored
      non-pointer types, so that the types can be used to declare functions.
      Updated all users.
      
      Rev: nettle/arcfour-meta.c:1.2
      Rev: nettle/cbc.h:1.2
      Rev: nettle/des-compat.c:1.2
      Rev: nettle/examples/nettle-benchmark.c:1.3
      Rev: nettle/examples/nettle-openssl.c:1.2
      Rev: nettle/examples/rsa-encrypt.c:1.2
      Rev: nettle/examples/rsa-keygen.c:1.2
      Rev: nettle/nettle-internal.c:1.2
      Rev: nettle/nettle-meta.h:1.2
      Rev: nettle/nettle-types.h:1.2
      Rev: nettle/testsuite/dsa-keygen-test.c:1.3
      Rev: nettle/testsuite/rsa-encrypt-test.c:1.3
      Rev: nettle/testsuite/rsa-keygen-test.c:1.3
      Rev: nettle/testsuite/testutils.c:1.3
      e6782e05
  21. Oct 25, 2008
  22. Aug 28, 2008
  23. Aug 26, 2008
    • Niels Möller's avatar
      * Makefile.in (tags-here): Put TAGS file in the source directory. · a5cf6636
      Niels Möller authored
      * examples/Makefile.in (tags): Likewise.
      * testsuite/Makefile.in (tags): Likewise.
      * tools/Makefile.in (tags): Likewise.
      
      Rev: nettle/ChangeLog:1.10
      Rev: nettle/Makefile.in:1.6
      Rev: nettle/examples/Makefile.in:1.5
      Rev: nettle/testsuite/Makefile.in:1.3
      Rev: nettle/tools/Makefile.in:1.3
      a5cf6636
  24. Feb 29, 2008
  25. Jan 05, 2008
Loading