/
githubmirror
/
nettle
ОбзорДокументацияВойти
/
githubmirror
/
nettle
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
nettle/
testsuite/
..
.c-style

* Initial checkin.

25 лет назад
.gitignore

Implement SHAKE128

2 года назад
Makefile.in

Fix distribution of side channel tests.

2 года назад
aes-keywrap-test.c

Implement aes key wrap and key unwrap (RFC 3394)

5 лет назад
aes-test.c

Deprecate old AES interface.

8 лет назад
aes-test.out

New file, with the output of testsuite/aes-test, when aes.c has been compiled with debugging printouts of intermediate state.

24 года назад
arcfour-test.c

Dropped length argument from nettle_set_key_func.

13 лет назад
arctwo-test.c

Update copyright headers for dual licensing, testsuite directory.

12 лет назад
balloon-test.c

Delete fail variable in tests

4 года назад
base16-test.c

Fix pointer sign warnings for test_armor.

10 лет назад
base64-test.c

Fix remaining pointer-signedness warnings for base64.

9 лет назад
bcrypt-test.c

Move bcrypt tests to its own file. ChangeLog entries for bcrypt.

6 лет назад
bignum-test.c

Use WITH_HOGWEED instead of HAVE_LIBGMP for preprocessor conditionals.

12 лет назад
blowfish-test.c

Move bcrypt tests to its own file. ChangeLog entries for bcrypt.

6 лет назад
buffer-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
camellia-test.c

Reorganized camellia interface

13 лет назад
cast128-test.c

Dropped length argument from nettle_set_key_func.

13 лет назад
cbc-test.c

Split nettle-internal into nettle-internal and non-nettle.

3 года назад
ccm-test.c

ccm_decrypt_message: length argument is cleartext (dst) length

12 лет назад
cfb-test.c

Update CBC and CFB tests to use aes256_ctx, not the deprecated aes_ctx.

8 лет назад
chacha-poly1305-test.c

Update chacha-poly1305 for draft-irtf-cfrg-chacha20-poly1305-08.

12 лет назад
chacha-test.c

Improve chacha test coverage.

6 лет назад
cmac-test.c

Improve hmac tests, delete HMAC_TEST macro.

2 года назад
cnd-memcpy-test.c

Let make check test for side channel silence, if valgrind is available.

3 года назад
ctr-test.c

Split nettle-internal into nettle-internal and non-nettle.

3 года назад
curve25519-dh-test.c

Add sidechannel tests for curve25519.

3 года назад
curve448-dh-test.c

Add sidechannel tests for curve448.

3 года назад
cxx-test.cxx

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
des-test.c

Use size_t in testsuite.

13 лет назад
des3-test.c

Split nettle-internal into nettle-internal and non-nettle.

3 года назад
dlopen-test.c

dlopen-test: Use libnettle.dylib on MacOS.

7 лет назад
drbg-ctr-aes256-test.c

Add DRBG-CTR-AES256.

3 года назад
dsa-keygen-test.c

Test dsa_generate_params with large q.

12 лет назад
dsa-test.c

New struct dsa_params. Use for dsa_sign and dsa_verify. Updated users.

12 лет назад
eax-test.c

Generalized nettle_aead abstraction, and moved to nettle-meta.h.

12 лет назад
ecc-add-test.c

New function ecc_nonsec_add_jjj

4 года назад
ecc-dup-test.c

In tests, delete ASSERTs with functions pointer comparisons.

6 лет назад
ecc-mod-arith-test.c

Reduce test count for some of the slower tests.

3 года назад
ecc-mod-test.c

Reduce test count for some of the slower tests.

3 года назад
ecc-modinv-test.c

Reduce test count for some of the slower tests.

3 года назад
ecc-mul-a-test.c

Reduce test count for some of the slower tests.

3 года назад
ecc-mul-g-test.c

Randomize more tests

5 лет назад
ecc-redc-test.c

Reduce test count for some of the slower tests.

3 года назад
ecc-sqrt-test.c

Reduce test count for some of the slower tests.

3 года назад
ecdh-test.c

Implement Curve448 primitives

7 лет назад
ecdsa-keygen-test.c

Share ecc point validation function in testutils.c.

5 лет назад
ecdsa-sign-test.c

Fixes for ecdsa-sign-test in noasm and mini-gmp builds.

3 года назад
ecdsa-verify-test.c

Fix ECDSA verify corner case

4 года назад
ed25519-test.c

Add sidechannel tests for ed25519 and ed448.

3 года назад
ed448-test.c

Add sidechannel tests for ed25519 and ed448.

3 года назад
eddsa-compress-test.c

Reduce test count for some of the slower tests.

3 года назад
eddsa-sign-test.c

Implement ed448-shake256

7 лет назад
eddsa-verify-test.c

Implement ed448-shake256

7 лет назад
gcm-test.c

Add another test for GCM counter wrap around, with larger message

2 года назад
gold-bug.txt

* testsuite/yarrow-test.c (test_main): Use gold-bug.txt as input file, instead of rfc1750.txt.

20 лет назад
gostdsa-keygen-test.c

Share ecc point validation function in testutils.c.

5 лет назад
gostdsa-sign-test.c

Delete function mpz_limbs_read_n.

5 лет назад
gostdsa-verify-test.c

Add GOST DSA according to GOST R 34.10-2001/-2012

7 лет назад
gostdsa-vko-test.c

test/gostdsa-vko: add hashed test vectors from RFC 7836

6 лет назад
gosthash94-test.c

Add support for GOSTHASH94CP: GOST R 34.11-94 hash with CryptoPro S-box

7 лет назад
hkdf-test.c

Indent and whitespace fixes.

9 лет назад
hmac-test.c

Improve hmac tests, delete HMAC_TEST macro.

2 года назад
knuth-lfib-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
md2-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
md4-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
md5-compat-test.c

Fix pointed signedness warnings in md5-compat-test.

10 лет назад
md5-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
memeql-test.c

Let make check test for side channel silence, if valgrind is available.

3 года назад
memxor-test.c

memxor-test: Use valgrind client requests.

13 лет назад
meta-aead-test.c

gcm: Add SM4 as the GCM underlying cipher

4 года назад
meta-armor-test.c

New struct nettle_armor for base64url.

12 лет назад
meta-cipher-test.c

Stricter validation of nettle_cipher and nettle_hash in tests.

4 года назад
meta-hash-test.c

Add sha512_224 and sha512_256 to nettle_hashes.

2 года назад
meta-mac-test.c

Add nettle_mac structs for gosthash94 and gosthash94cp.

2 года назад
ocb-test.c

Split nettle-internal into nettle-internal and non-nettle.

3 года назад
pbkdf2-test.c

Add tests for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512

6 лет назад
pkcs1-sec-decrypt-test.c

Let make check test for side channel silence, if valgrind is available.

3 года назад
pkcs1-test.c

abi: explicitly export intended symbols and hide others

8 лет назад
poly1305-test.c

Reduce test count for some of the slower tests.

3 года назад
pss-mgf1-test.c

Implement PSS encoding functions

9 лет назад
pss-test.c

Delete valgrind magic in pss-test.

9 лет назад
random-prime-test.c

Reduce test count for some of the slower tests.

3 года назад
ripemd160-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
rsa-compute-root-test.c

Reduce test count for some of the slower tests.

3 года назад
rsa-encrypt-test.c

Add input check to rsa_decrypt family of functions.

5 лет назад
rsa-keygen-test.c

Updated RSA and DSA tests, after the previous change to nettle_mpz_random.

14 лет назад
rsa-oaep-encrypt-test.c

Skip sc-rsa-oaep-encrypt-test when compiled with mini-gmp.

2 года назад
rsa-pss-sign-tr-test.c

Test case for pss signature problem.

9 лет назад
rsa-sec-decrypt-test.c

Revert part of 67aae9d.

3 года назад
rsa-sign-tr-test.c

New function rsa_compute_root_tr.

11 лет назад
rsa-test.c

Reject invalid RSA keys with even modulo.

10 лет назад
rsa2sexp-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
salsa20-test.c

Additional salsa20 test, with simpler input structure.

6 лет назад
sc-cnd-memcpy-test

Let make check test for side channel silence, if valgrind is available.

3 года назад
sc-curve25519-dh-test

Add sidechannel tests for curve25519.

3 года назад
sc-curve448-dh-test

Add sidechannel tests for curve448.

3 года назад
sc-ecdsa-sign-test

Add side-channel test for ecdsa-sign-test.

3 года назад
sc-ed25519-test

Add sidechannel tests for ed25519 and ed448.

3 года назад
sc-ed448-test

Add sidechannel tests for ed25519 and ed448.

3 года назад
sc-gcm-test

Let make check test for side channel silence, if valgrind is available.

3 года назад
sc-memeql-test

Let make check test for side channel silence, if valgrind is available.

3 года назад
sc-pkcs1-sec-decrypt-test

Let make check test for side channel silence, if valgrind is available.

3 года назад
sc-rsa-oaep-encrypt-test

Implement encryption/decryption RSA-OAEP

2 года назад
sc-rsa-sec-decrypt-test

Let make check test for side channel silence, if valgrind is available.

3 года назад
sc-valgrind.sh

Skip side-channel tests of rsa-sec-decrypt when built with mini-gmp.

3 года назад
serpent-test.c

Dropped length argument from nettle_set_key_func.

13 лет назад
sexp-format-test.c

Fix pointer sign warnings for sexp-format-test.

10 лет назад
sexp-test.c

Update to use const char * for sexp_iterator_assoc.

10 лет назад
sexp2rsa-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
sha1-huge-test.c

Replaced all internal usage of sha.h.

14 лет назад
sha1-test.c

Fix compile error in --disable-public-key configuration.

3 года назад
sha224-test.c

Replaced all internal usage of sha.h.

14 лет назад
sha256-test.c

Fix compile error in --disable-public-key configuration.

3 года назад
sha3-224-test.c

testsuite: updated SHA3 tests to the FIPS202 final version

11 лет назад
sha3-256-test.c

testsuite: updated SHA3 tests to the FIPS202 final version

11 лет назад
sha3-384-test.c

testsuite: updated SHA3 tests to the FIPS202 final version

11 лет назад
sha3-512-test.c

testsuite: updated SHA3 tests to the FIPS202 final version

11 лет назад
sha3-permute-test.c

abi: explicitly export intended symbols and hide others

8 лет назад
sha3.awk

ChangeLog entry for SHA3 update, and link to current test vectors.

11 лет назад
sha384-test.c

Replaced all internal usage of sha.h.

14 лет назад
sha512-224-test.c

Test sha512_224 and sha512_256.

12 лет назад
sha512-256-test.c

Test sha512_224 and sha512_256.

12 лет назад
sha512-test.c

Reformatted SHA512 intermediate values.

13 лет назад
shake.awk

Support for SHAKE256, based on patch by Daiki Ueno.

7 лет назад
shake128-test.c

New test_xof function, use for tests of shake128 and shake256.

2 года назад
shake256-test.c

New test_xof function, use for tests of shake128 and shake256.

2 года назад
siv-cmac-test.c

Rework SIV tests.

3 года назад
siv-gcm-test.c

Rework SIV tests.

3 года назад
sm3-test.c

testsuite: add test for SM3 hash function

5 лет назад
sm4-test.c

testsuite: add test for SM4 symmetric algorithm

4 года назад
streebog-test.c

testsuite: add test for Streebog hash function

6 лет назад
symbols-test

testsuite/symbols-test: Exclude ____chkstk_darwin symbols.

8 лет назад
test-rules.stamp

Rework make targets related to test-rules.

9 лет назад
testutils.c

Add UNUSED attribute for mark_bytes_undefined and mark_bytes_defined (testutils).

2 года назад
testutils.h

New test_xof function, use for tests of shake128 and shake256.

2 года назад
twofish-test.c

Testsuite overhaul, including proper deallocation of storage.

14 лет назад
umac-test.c

Use size_t in testsuite.

13 лет назад
version-test.c

Include version.h in version-test.c

11 лет назад
x86-ibt-test.c

x86: Add x86-ibt-test.c

6 лет назад
xts-test.c

Add support for XTS encryption mode

7 лет назад
yarrow-test.c

Fix pointed signedness warning in yarrow-test.

10 лет назад
yarrow-test.out

(main): Updated testcase to match fixed generator.

25 лет назад