age/tests
2022-06-19 17:52:30 +02:00
..
header_crlf.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
hmac_bad.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
hmac_extra_space.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_garbage.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_missing.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_no_space.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_not_canonical.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_trailing_space.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
hmac_truncated.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
scrypt.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
scrypt_and_x25519.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_bad_tag.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_double.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_extra_argument.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_long_file_key.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
scrypt_no_match.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_not_canonical_body.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_not_canonical_salt.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_salt_long.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_salt_missing.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_salt_short.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_uppercase.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_23.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
scrypt_work_factor_hex.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_garbage.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_plus.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_zero_decimal.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_leading_zero_octal.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_missing.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_negative.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_overflow.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_trailing_garbage.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_wrong.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
scrypt_work_factor_zero.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
stanza_bad_start.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_base64_padding.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_empty_argument.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_empty_body.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_empty_last_line.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_invalid_character.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_long_line.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_missing_body.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_missing_final_line.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_multiple_short_lines.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stanza_no_arguments.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_not_canonical.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_spurious_cr.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
stanza_valid_characters.go tests: add X25519 low order point tests 2022-06-16 11:47:27 +02:00
stream_empty_payload.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stream_last_chunk_empty.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
stream_last_chunk_full.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
version_unsupported.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
x25519_bad_tag.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
x25519_extra_argument.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
x25519_grease.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_identity.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_long_file_key.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_long_share.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_low_order.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00
x25519_lowercase.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
x25519_multiple_recipients.go tests: add scrypt tests and move Go files from testdata 2022-06-15 20:38:59 +02:00
x25519_no_match.go tests: add expected no match and minor additions 2022-06-19 00:11:23 +02:00
x25519_not_canonical_body.go age: reject leading zeroes and sign in scrypt work factor 2022-06-19 17:52:30 +02:00
x25519_not_canonical_share.go tests: add more tests for hmac and X25519 encodings 2022-06-16 15:55:29 +02:00
x25519_short_share.go tests: finish parsing and X25519 tests, distinguish HMAC errors 2022-06-18 13:47:00 +02:00