Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testability #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Testability #2

wants to merge 8 commits into from

Conversation

d--j
Copy link

@d--j d--j commented Mar 17, 2023

This PR changes the test so that it will work with a "fake" time. Eliminates the need for setting up a PostSRSd for testing.

The test cases are from PostSRSd's blackbox test

Since this library did not pass all of the PostSRSd test (that it should, some are specific to PostSRS and I skipped those), this PR also makes the SRS0/1 address parsing for foreign SRS0/1 addresses more lenient.

I tried to make the commits as small as possible – you might want to review the commits one-by-one to more easily follow the changes.

…ry users can check against to detect error conditions

Library users could e.g. use ErrHashInvalid to cycle through a list of secrets key to allow secret key rollover.
the test cases are mainly the test cases from PostSRSd's blackbox test
the SRS1 address handling is consistent with Mail::SRS's implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant