aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.12->trunkMatthew Wild2023-02-171-3/+50
|\
| * net.http.parser: Fix off-by-one error in chunk parserMatthew Wild2023-02-171-3/+50
* | Merge 0.12->trunkMatthew Wild2023-02-091-3/+3
|\|
| * net.http.parser: Improve handling of responses without content-lengthMatthew Wild2023-02-091-3/+3
* | spec: Suppress some harmless luacheck warnings in testsMatthew Wild2023-01-132-0/+3
* | util.paseto: Add support for v3.local tokensMatthew Wild2023-01-131-18/+191
* | util.crypto: Add support for AES-256-CTRMatthew Wild2023-01-131-0/+17
* | util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384Matthew Wild2023-01-131-0/+38
* | util.datamapper: Simplify test schemaKim Alvefur2022-12-201-12/+12
* | util.hashring: Support associating arbitrary data with nodesMatthew Wild2022-12-021-0/+7
* | util.hashring: tests: don't randomize order - they are written in a sequentia...Matthew Wild2022-12-021-0/+1
* | Merge 0.12->trunkMatthew Wild2022-11-041-0/+8
|\|
| * util.json: Accept empty arrays with whitespace (fixes #1782)Matthew Wild2022-11-041-0/+8
* | util.smqueue: Improve testsKim Alvefur2022-10-191-0/+3
* | util.jsonpointer: Improve testsKim Alvefur2022-10-191-0/+2
* | util.cache: Add some missing test casesMatthew Wild2022-10-131-0/+52
* | util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)Matthew Wild2022-10-111-0/+1
* | util.jid: Add missing test casesMatthew Wild2022-10-111-0/+40
* | util.dbuffer: Add a bunch of missing test casesMatthew Wild2022-10-111-2/+70
* | Merge 0.12->trunkKim Alvefur2022-10-091-7/+13
|\|
| * util.jsonschema: Ignore test case for JavaScript specific detailKim Alvefur2022-10-091-0/+1
| * util.jsonschema: Ignore some further test cases for URI referencesKim Alvefur2022-10-091-0/+5
| * util.jsonschema: Sort test cases to skipKim Alvefur2022-10-091-7/+7
* | util.datetime: Add some missing test casesMatthew Wild2022-10-081-0/+15
* | util.roles: Fix tests to use autogenerated role idMatthew Wild2022-10-081-1/+1
* | util.roles: Add some more missing test casesMatthew Wild2022-10-081-0/+18
* | util.promise: Fix field name in failing test (introduced in 2639e0e1c378)Matthew Wild2022-10-071-1/+1
* | util.promise: Add some missing test cases (found through mutation testing)Matthew Wild2022-10-071-0/+25
* | util.promise: Remove some redundant checks, add tests confirming redundancyMatthew Wild2022-10-071-0/+21
* | util.roles: Add testsMatthew Wild2022-10-071-0/+116
* | util.iterators: join: Work even with only a single iterator in the chainMatthew Wild2022-10-061-0/+8
* | util.crypto: Fix testsKim Alvefur2022-09-301-3/+3
* | util.jwt: Add support for ES512 (+ tests)Matthew Wild2022-09-292-3/+65
* | util.paseto: Drop custom wrappers around key objectsMatthew Wild2022-07-111-1/+1
* | util.paseto: Add tests based on official PASETO test vectorsMatthew Wild2022-07-111-0/+118
* | util.jwt: All the algorithms (+ all the tests!)Matthew Wild2022-07-021-19/+86
* | util.crypto: tests: fix some tests that didn't do much (thanks luacheck!)Matthew Wild2022-07-021-3/+2
* | util.jwt: Overhaul of tests to use declarative approachMatthew Wild2022-07-022-115/+199
* | spec: Move test crypto keys to a shared file for clarity and easy maintenanceMatthew Wild2022-07-023-125/+82
* | util.jwt: Add support for RSA-based algorithms (RS256, PS256)Matthew Wild2022-07-021-0/+170
* | util.jwt: Add support/tests for ES256 via improved API and using util.cryptoMatthew Wild2022-07-011-0/+50
* | util.crypto: New wrapper for some operations in OpenSSL's libcryptoMatthew Wild2022-06-241-0/+196
* | util.stanza: Add add_error() to simplify adding error tags to existing stanzasMatthew Wild2022-08-291-0/+14
* | util.stanza: Add method for extracting a single attribute valueKim Alvefur2022-08-171-1/+1
* | mod_mam: Store archives with sub-second precision timestampsKim Alvefur2022-08-142-8/+8
* | util.datetime: Add support for sub-second precision timestampsKim Alvefur2022-08-141-0/+13
* | util.datetime: Fix argument order in testsKim Alvefur2022-08-141-6/+6
* | various: Update IETF RFC URLs for tools.ietf.org transitionKim Alvefur2022-08-051-1/+1
* | Merge 0.12->trunkKim Alvefur2022-07-291-0/+17
|\|
| * storage tests: Add test for the archive:summary APIKim Alvefur2022-07-221-0/+17