Skip to content
Snippets Groups Projects
  1. Jan 08, 2004
    • Niels Möller's avatar
      (bignum_next_prime): Fixed off-by-one error when · d6d63fbf
      Niels Möller authored
      comparing input to the largest listed prime. General cleanup, as
      prime_limit > 0 always. Use TMP_DECL and TMP_ALLOC.
      
      Rev: src/nettle/rsa-keygen.c:1.6
      d6d63fbf
    • Niels Möller's avatar
      (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they · 21ee1904
      Niels Möller authored
      work by allocating a fix amount of stack and imposing a hard limit on
      what can be allocated. Updated all users of alloca.
      
      Rev: src/nettle/bignum-random.c:1.4
      Rev: src/nettle/cbc.c:1.8
      Rev: src/nettle/dsa-keygen.c:1.7
      Rev: src/nettle/hmac.c:1.6
      Rev: src/nettle/pkcs1-rsa-md5.c:1.3
      Rev: src/nettle/pkcs1-rsa-sha1.c:1.3
      Rev: src/nettle/rsa-decrypt.c:1.5
      Rev: src/nettle/rsa-encrypt.c:1.8
      Rev: src/nettle/sexp.c:1.15
      21ee1904
    • Niels Möller's avatar
      (TMP_DECL, TMP_ALLOC): New macros. When alloca · dcd5b982
      Niels Möller authored
      is unavailable, they work by allocating a fix amount of stack and
      imposing a hard limit on what can be allocated.
      
      Rev: src/nettle/nettle-internal.h:1.4
      dcd5b982
  2. Jan 07, 2004
    • Niels Möller's avatar
      *** empty log message *** · d1573de9
      Niels Möller authored
      Rev: src/nettle/.cvsignore:1.14
      Rev: src/nettle/ChangeLog:1.216
      Rev: src/nettle/NEWS:1.12
      d1573de9
    • Niels Möller's avatar
      * nettle-types.h: New (generated) file, to be used instead of including · 121313f4
      Niels Möller authored
      <inttypes.h> directly. Updated all users of inttypes.h.
      
      Rev: src/nettle/aes.h:1.7
      Rev: src/nettle/aesdata.c:1.3
      Rev: src/nettle/arcfour.h:1.5
      Rev: src/nettle/base16.h:1.3
      Rev: src/nettle/base64.h:1.14
      Rev: src/nettle/bignum.h:1.8
      Rev: src/nettle/blowfish.h:1.9
      Rev: src/nettle/cast128.h:1.5
      Rev: src/nettle/cbc.h:1.5
      Rev: src/nettle/des.h:1.9
      Rev: src/nettle/dsa.h:1.9
      Rev: src/nettle/knuth-lfib.h:1.3
      Rev: src/nettle/md2.h:1.3
      Rev: src/nettle/md4.h:1.3
      Rev: src/nettle/md5.h:1.7
      Rev: src/nettle/memxor.h:1.3
      Rev: src/nettle/nettle-meta.h:1.11
      Rev: src/nettle/pkcs1.h:1.3
      Rev: src/nettle/realloc.h:1.2
      Rev: src/nettle/rsa.h:1.24
      Rev: src/nettle/serpent.h:1.7
      Rev: src/nettle/sexp.h:1.16
      Rev: src/nettle/sha.h:1.4
      Rev: src/nettle/twofish.h:1.6
      121313f4
    • Niels Möller's avatar
      (DISTCLEANFILES, libnettleinclude_HEADERS): Added · 73e2c0ce
      Niels Möller authored
      nettle-types.h.
      
      Rev: src/nettle/Makefile.am:1.67
      73e2c0ce
    • Niels Möller's avatar
      (AX_CREATE_STDINT_H): Create nettle-types.h. · 809f5b40
      Niels Möller authored
      Rev: src/nettle/configure.ac:1.25
      809f5b40
  3. Nov 16, 2003
  4. Nov 12, 2003
    • Niels Möller's avatar
      New function for decoding hex values, with a · 7aef469f
      Niels Möller authored
      new function hex2int. Also implemented calculation of total
      storage, removed the dependence on the .comment section, and use
      the $FILTER environment variable as a regexp for restricting the
      object files that are considered.
      
      Rev: src/nettle/ChangeLog:1.214
      Rev: src/nettle/list-obj-sizes.awk:1.2
      7aef469f
  5. Nov 08, 2003
  6. Oct 25, 2003
  7. Sep 21, 2003
  8. Sep 19, 2003
  9. Sep 01, 2003
  10. Aug 30, 2003
  11. Aug 26, 2003
Loading