- Jul 07, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.90
-
Niels Möller authored
Rev: nettle/testsuite/.test-rules.make:1.7 Rev: nettle/testsuite/Makefile.in:1.9
-
Niels Möller authored
(nettle_camellia192): Likewise. (nettle_camellia256): Likewise. Rev: nettle/nettle-meta.h:1.6
-
Niels Möller authored
camellia-meta.c. (HEADERS): Added camellia.h. * camellia-meta.c: New file. * camellia.h: Rewrote interface to match nettle conventions. * camellia.c: Converted to nettle conventions. (camellia_encrypt128, camellia_encrypt256): Unified to new function... (camellia_encrypt): ...New function, with a loop doing 6 regular rounds, one FL round and one FLINV round per iteration, with iteration count depending on the key size. Rev: nettle/ChangeLog:1.89 Rev: nettle/Makefile.in:1.25 Rev: nettle/camellia-meta.c:1.1 Rev: nettle/camellia.c:1.2 Rev: nettle/camellia.h:1.2
-
- Jul 06, 2010
-
-
Niels Möller authored
http://info.isl.ntt.co.jp/crypt/eng/camellia/dl/camellia-LGPL-1.2.0.tar.gz. Rev: nettle/camellia.c:1.1 Rev: nettle/camellia.h:1.1
-
Niels Möller authored
Rev: nettle/testsuite/camellia-test.c:1.1
-
- Jul 05, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.88
-
Niels Möller authored
parity checks. Document des_check_parity. Rev: nettle/NEWS:1.6 Rev: nettle/nettle.texinfo:1.11
-
Niels Möller authored
Rev: nettle/testsuite/des-test.c:1.3
-
Niels Möller authored
the case of non-zero des_check_key. Rev: nettle/des-compat.c:1.3
-
Niels Möller authored
Rev: nettle/des-compat.h:1.2
-
Niels Möller authored
Complete key setup also for weak keys, and don't set the status attribute. Rev: nettle/des3.c:1.2
-
Niels Möller authored
Moved weak key check to the end, and don't set the status attribute. (des_encrypt): Ignore status attribute. (des_decrypt): Likewise. Rev: nettle/des.c:1.3
-
Niels Möller authored
(struct des_ctx): Deleted status attribute. (struct des3_ctx): Likewise. Rev: nettle/des.h:1.3
-
Niels Möller authored
(blowfish_encrypt): Ignore status attribute. (blowfish_decrypt): Likewise. (blowfish_set_key): return result from weak key check, without setting the status attribute. Rev: nettle/blowfish.c:1.2
-
Niels Möller authored
(struct blowfish_ctx): Deleted status attribute. Rev: nettle/blowfish.h:1.2
-
Niels Möller authored
Rev: nettle/Makefile.in:1.24
-
- Jun 30, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.87
-
Niels Möller authored
(test_weak): New function. (test_main): Use test_des and test_weak. Added tests for all the weak keys. Added some tests with invalid (to be ignored) parity bits. Rev: nettle/testsuite/des-test.c:1.2
-
Niels Möller authored
Rev: nettle/ChangeLog:1.86
-
Niels Möller authored
(des_check_parity): New function. (des_fix_parity): Use parity_16. (des_weak_p): New weak-key detection. Ignores parity bits, and uses a hash table. (des_set_key): Deleted parity checking code. Replaced old weak-key detection code by a call to des_weak_p. Rev: nettle/des.c:1.2 Rev: nettle/des.h:1.2
-
- Jun 04, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.85
-
Niels Möller authored
Rev: nettle/testsuite/testutils.c:1.9
-
Niels Möller authored
DSA_SHA256_MIN_P_BITS. Rev: nettle/dsa-keygen.c:1.8
-
Niels Möller authored
(DSA_SHA1_MIN_P_BITS, DSA_SHA1_Q_OCTETS, DSA_SHA1_Q_BITS): New names. Rev: nettle/dsa.h:1.6
-
Niels Möller authored
Renamed parameter limit to p_max_bits. (dsa_sha1_keypair_from_sexp): Renamed, was dsa_keypair_from_sexp. Updated to call dsa_keypair_from_sexp_alist with the new argument. (dsa_sha256_keypair_from_sexp): New function. (dsa_signature_from_sexp): New argument q_bits. Rev: nettle/sexp2dsa.c:1.3
-
Niels Möller authored
on q. Renamed parameter limit to p_max_bits. (dsa_openssl_private_key_from_der_iterator): Enforce 160-bit limit on q and x. Renamed parameter limit to p_max_bits. Rev: nettle/der2dsa.c:1.4
-
Niels Möller authored
Rev: nettle/bignum.h:1.8 Rev: nettle/der-iterator.c:1.2
-
- Jun 03, 2010
-
-
Niels Möller authored
Rev: nettle/testsuite/dsa-test.c:1.5
-
- Jun 02, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.84
-
Niels Möller authored
Rev: nettle/testsuite/dsa-test.c:1.4
-
Niels Möller authored
(test_dsa256): Likewise. Rev: nettle/testsuite/dsa-keygen-test.c:1.5 Rev: nettle/testsuite/testutils.c:1.8 Rev: nettle/testsuite/testutils.h:1.5
-
- Jun 01, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.83
-
Niels Möller authored
change. * testsuite/random-prime-test.c (test_main): Likewise. Rev: nettle/examples/random-prime.c:1.3 Rev: nettle/testsuite/random-prime-test.c:1.2
-
Niels Möller authored
Rev: nettle/testsuite/rsa-keygen-test.c:1.4
-
Niels Möller authored
(rsa_generate_keypair): Use new nettle_random_prime. Generate secret factors p and q with the two most significant bits set. Rev: nettle/rsa-keygen.c:1.8
-
Niels Möller authored
_nettle_generate_pocklington_prime. Invoke progress callback. Rev: nettle/dsa-keygen.c:1.7
-
Niels Möller authored
argument top_bits_set, to optionally generate primes with the two most significant bits set. Reordered argument list. (nettle_random_prime): Likewise, added top_bits_set argument. Invoke progress callback when a prime is generated. Rev: nettle/bignum-random-prime.c:1.6 Rev: nettle/bignum.h:1.7
-
- May 26, 2010
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.82
-
Niels Möller authored
Deleted old key generation code. Rev: nettle/dsa-keygen.c:1.6
-