age/testdata/testkit
2022-06-19 23:11:14 +02:00
..
header_crlf tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
hmac_bad tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
hmac_extra_space tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_garbage tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_missing tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_no_space tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_not_canonical tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_trailing_space tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_truncated tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
scrypt tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
scrypt_and_x25519 tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_bad_tag age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_double tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_extra_argument age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_long_file_key tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
scrypt_no_match tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_not_canonical_body age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_not_canonical_salt age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_salt_long age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_salt_missing age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_salt_short age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_uppercase age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_23 tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_work_factor_hex age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_garbage age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_plus age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_zero_decimal age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_zero_octal age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_missing age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_negative age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_overflow age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_trailing_garbage age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_wrong age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_zero age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
stanza_bad_start tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_base64_padding tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_empty_argument tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_empty_body tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_empty_last_line tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_invalid_character tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_long_line tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_missing_body tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_missing_final_line tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_multiple_short_lines tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_no_arguments tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_not_canonical tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_spurious_cr tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_valid_characters tests: add X25519 low order point tests 2022-06-16 11:47:27 +02:00
stream_bad_tag internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_bad_tag_second_chunk internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_bad_tag_second_chunk_full internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_empty_payload tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stream_last_chunk_empty internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_last_chunk_full internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_last_chunk_full_second internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_missing_tag internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_no_chunks internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_no_final internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_no_final_full internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_no_final_two_chunks internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_no_final_two_chunks_full internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_no_nonce internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_short_chunk internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_short_nonce internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_short_second_chunk internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_three_chunks internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_trailing_garbage_long internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_trailing_garbage_short internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_two_chunks internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
stream_two_final_chunks internal/stream: reject trailing data (no EOF) after end of stream 2022-06-19 23:11:14 +02:00
version_unsupported tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519 tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
x25519_bad_tag tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
x25519_extra_argument tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
x25519_grease tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_identity tests: add X25519 low order point tests 2022-06-16 11:47:27 +02:00
x25519_long_file_key tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_long_share tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_low_order tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
x25519_lowercase tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
x25519_multiple_recipients tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
x25519_no_match tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
x25519_not_canonical_body tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
x25519_not_canonical_share tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
x25519_short_share tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00