1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-07-01 07:46:43 +02:00
Commit graph

1981 commits

Author SHA1 Message Date
Paul Schaub a202a34941
Pour comments onto Path 2023-07-05 18:06:23 +02:00
Paul Schaub 7fa8489d43
Sugar for the Fingerprint 2023-07-05 17:52:16 +02:00
Paul Schaub 48379a1c01
Add sugar to Depth 2023-07-05 17:47:43 +02:00
Paul Schaub 0d45363c18
Make Depth constructor private 2023-07-05 17:38:49 +02:00
Paul Schaub af00a04cc0
Improve legibility of CertificationSet code 2023-07-05 17:36:24 +02:00
Paul Schaub 05f72dd549
Throw away older certifications in map constructor of CertificationSet 2023-07-05 17:24:40 +02:00
Paul Schaub 7d9463ec8e
Fix CertificationSet.add() and add test 2023-07-05 17:18:30 +02:00
Paul Schaub 3ec5d3e0b3
fix comment 2023-07-05 17:08:17 +02:00
Paul Schaub e478d146ad
Only keep most recent signatures for datum in CertificationSet 2023-07-05 17:05:41 +02:00
Paul Schaub f77522e42f
Fix dependencies 2023-07-05 17:05:22 +02:00
Paul Schaub 016c9dfc03
Port more test vectors to kotlin 2023-07-05 16:52:31 +02:00
Paul Schaub 8974c44b51
Port WebOfTrustTest to Kotlin 2023-07-04 16:34:29 +02:00
Paul Schaub 5da403104c
Fix shortversion 2023-07-04 15:52:51 +02:00
Paul Schaub 71cfa7368a
Add README files 2023-07-04 15:52:51 +02:00
Paul Schaub 163eea94f1
Add test to verify correct behavior dealing with non-utf8 userID 2023-07-04 15:52:51 +02:00
Paul Schaub 7d0dc5e40d
Prevent IAE when encountering non-UTF8 User-ID on a public key
Fixes #392
2023-07-04 15:52:51 +02:00
Paul Schaub 5dd6e08096
Remove unused import 2023-07-04 13:13:31 +02:00
Paul Schaub 96cfd71e60
Work on API structure and first baby steps of formatting the Authenticate output 2023-07-03 20:11:01 +02:00
Paul Schaub 5d15a18e6b
Add empty lines to API classes 2023-07-03 17:07:21 +02:00
Paul Schaub eeb782398b
Atomize RevocationStateTest 2023-07-03 17:00:37 +02:00
Paul Schaub 4c139d19c1
RevocationState.isEffective(creationTime) is now also true 2023-07-03 17:00:25 +02:00
Paul Schaub b58e464dfb
Atmomize RegexSetTest 2023-07-03 16:09:45 +02:00
Paul Schaub fe1b94f47a
Atomize PathTest 2023-07-03 16:05:03 +02:00
Paul Schaub dc7e6f88e1
Atomize PathsTest 2023-07-03 15:56:40 +02:00
Paul Schaub 34ea3250c8
Rework FingerprintTest 2023-07-03 15:52:02 +02:00
Paul Schaub 75eb0c6406
Delete ExampleTest 2023-07-03 15:48:50 +02:00
Paul Schaub 727f305eda
Atomize DepthTest 2023-07-03 15:44:48 +02:00
Paul Schaub 423183bece
Add equals() and hashCode() methods to Depth 2023-07-03 15:44:39 +02:00
Paul Schaub 45fa626a79
Atmomize CertificationTest 2023-07-03 15:07:48 +02:00
Paul Schaub ff4b0c4a03
Atomize CertificationSetTest test cases and use backtick notation for test names 2023-07-03 15:03:59 +02:00
Paul Schaub f410fb9bfb
Transform CertificationSet.certifications to backing property to achieve read-onlyness 2023-07-03 15:03:27 +02:00
Paul Schaub d2c768ab86
Make WebOfTrust.LOGGER static 2023-07-03 15:02:43 +02:00
Paul Schaub 72b68ad7e9
Test Path and Paths classes 2023-06-30 18:07:33 +02:00
Paul Schaub aa74d7d4f1
Test RevocationState class 2023-06-30 18:07:25 +02:00
Paul Schaub 3942209d33
Tests for RegexSet 2023-06-30 18:07:11 +02:00
Paul Schaub 9fcd91afb9
Basic FingerprintTest 2023-06-30 18:06:58 +02:00
Paul Schaub 1a5d131b9c
Test Certification class 2023-06-30 18:06:45 +02:00
Paul Schaub be0e89f9f8
Test some more methods from Network 2023-06-30 18:06:28 +02:00
Paul Schaub d00236b419
Test Depth.min() 2023-06-30 18:06:09 +02:00
Paul Schaub 2b72abb4e5
Test CertificationSet.toString() 2023-06-30 18:05:37 +02:00
Paul Schaub 4adc2722bd
Simplify ReferenceTime.now() 2023-06-30 18:04:58 +02:00
Paul Schaub 23514f1d0e
Indexed for-loop 2023-06-30 18:04:42 +02:00
Heiko Schaefer a4ef1e9b57
Fix off by one 2023-06-30 17:16:13 +02:00
Paul Schaub 77495a172b
Add CertificationSetTest 2023-06-30 16:31:57 +02:00
Paul Schaub 68a548ac1d
Add felix.pub and test for anomaly (wip) 2023-06-30 14:10:22 +02:00
Paul Schaub af8b065469
Implement KeyRingCertificateStore 2023-06-29 21:07:42 +02:00
Paul Schaub 768fd0ed34
Update kDoc of RevocatioNState 2023-06-29 20:20:58 +02:00
Paul Schaub cdac41ffa9
Remove pgpainless-core dependency from wot-dijkstra 2023-06-29 20:18:01 +02:00
Paul Schaub 98377b34f1
Base WebOfTrust on PGPCertificateStore instead of PGPCertificateDirectory 2023-06-29 19:23:40 +02:00
Paul Schaub 6c91cd81c8
Remove unused imports from WotCLI 2023-06-29 19:03:19 +02:00