|
0c4b127c40
|
Port ReferenceTime interface to Kotlin
|
2023-06-28 20:06:36 +02:00 |
|
|
5341279d1f
|
Add empty construcor to Paths
|
2023-06-28 20:03:19 +02:00 |
|
|
2555893b19
|
Use Matcher.find() instead of Matcher.match()
|
2023-06-28 19:44:16 +02:00 |
|
|
9d3a9893f2
|
Port wot-dijkstra Java classes to Kotlin
|
2023-06-28 19:28:05 +02:00 |
|
|
31aeb18535
|
Disable unreliable test
See #389
|
2023-06-28 19:27:47 +02:00 |
|
|
9b1f715f79
|
Rewrite CertSynopsis in Kotlin
|
2023-06-28 13:40:03 +02:00 |
|
|
b8f77b4bf8
|
Remove unnecessary WebOfTrustCertificateStore class
|
2023-06-27 21:08:25 +02:00 |
|
|
31dd93fe77
|
Move Iterator classes to sugar packet
|
2023-06-27 20:57:02 +02:00 |
|
|
f51eff30cf
|
Fix comments
|
2023-06-27 14:49:29 +02:00 |
|
|
e016f5fb14
|
CertSynopsis: Change userId set to map with revocation states
|
2023-06-26 12:52:36 +02:00 |
|
|
a52758822a
|
Add example kotlin test
|
2023-06-25 23:42:54 +02:00 |
|
|
fb90d48f65
|
Add kotlin-test-junit5 for JUnit tests in kotlin code
|
2023-06-25 23:19:45 +02:00 |
|
|
57812efc9a
|
Remove unnecessary fields from WebOfTrust class
|
2023-06-25 20:17:28 +02:00 |
|
|
a0de7d8ac3
|
Add getNumberOfEdges() and getNumberOfSignatures() to get insight into Network objects
|
2023-06-25 14:34:31 +02:00 |
|
|
b714fbe3b1
|
Allow WebOfTrustCertificateStore to be based on PGPCertificateDirectory
|
2023-06-25 14:10:10 +02:00 |
|
|
e9676160b8
|
Network.toString(): Print edges, not reverse edges
|
2023-06-25 14:09:39 +02:00 |
|
|
0ee913d59a
|
Catch exceptions on malformed keys
|
2023-06-25 14:08:25 +02:00 |
|
|
c213760e6c
|
Introduce CertificationFactory.
This is done in an attempt to minimize the number of BC/PGPainless dependencies in wot-dijkstra
|
2023-06-25 13:40:36 +02:00 |
|
|
2de7c0aa36
|
Add todos
|
2023-06-25 13:04:25 +02:00 |
|
|
48ffc85ce5
|
It clicked for me; Simplified edge/reverseEdge finding
|
2023-06-25 12:53:31 +02:00 |
|
|
08c469e041
|
Remove unused test
|
2023-06-25 11:03:54 +02:00 |
|
|
59aa67e71f
|
Add documentation to Network
|
2023-06-25 11:03:06 +02:00 |
|
|
f936242b22
|
Remove old Dijkstra implementation
|
2023-06-25 10:59:36 +02:00 |
|
|
5eece135af
|
Remove Kotlin experiments
|
2023-06-25 10:56:50 +02:00 |
|
|
08d516c990
|
Make checkstyle happy
|
2023-06-24 17:21:43 +02:00 |
|
|
0ee3f0ed9a
|
A bit of documentation
|
2023-06-24 17:06:31 +02:00 |
|
|
8f5aca6af9
|
Refactoring in an attempt to both understand the code and make it more readable
|
2023-06-24 16:50:32 +02:00 |
|
|
59ce22cf37
|
Dirty n hacky network population
|
2023-06-24 10:16:59 +02:00 |
|
|
7dd672f06c
|
Add toString() methods to WOT network classes
|
2023-06-24 10:15:30 +02:00 |
|
|
2f6423d86b
|
Test vectors generator class has moved
|
2023-06-24 10:14:04 +02:00 |
|
|
42c1765941
|
Add methods to access delegations and 3rd-party certifications from keys
|
2023-06-24 10:13:00 +02:00 |
|
|
cb594c3b2c
|
Add utility methods to KeyRingInfo
|
2023-06-24 10:11:36 +02:00 |
|
|
6e1d7321db
|
Regenerate broken test vectors
|
2023-06-24 10:11:03 +02:00 |
|
|
2a063597e6
|
Move Network initialization, test vectors to pgpainless-wot
|
2023-06-23 11:54:54 +02:00 |
|
|
0335d7e55d
|
Add example classes to demonstrate usage of Kotlin code from Java and vice versa
|
2023-06-21 15:49:49 +02:00 |
|
|
a19b7693e2
|
Enable Kotlin code in wot-dijkstra
|
2023-06-21 15:49:18 +02:00 |
|
|
8afad6cea8
|
Please checkstyle
|
2023-06-19 11:28:09 +02:00 |
|
|
65356ae3ae
|
Reuse: Quick n dirty apply Apache2.0 to wot modules
|
2023-06-19 11:28:09 +02:00 |
|
|
96468ba3d2
|
We can once again compile"
|
2023-06-19 11:28:09 +02:00 |
|
|
2a858baee1
|
Checkout wot-dijkstra and pgpainless-wot from wot branch
|
2023-06-19 11:28:09 +02:00 |
|
|
90626a8a76
|
Add SignatureSubpacketsUtil.getRegularExpressions()
|
2023-06-19 11:27:49 +02:00 |
|
|
82cea93e7b
|
Replace JcaPGPObjectFactory with custom PGPObjectFactory.
Workaround for https://github.com/bcgit/bc-java/issues/1428
|
2023-06-15 15:20:08 +02:00 |
|
|
56cb9ba3c6
|
Update readme
|
2023-06-15 14:44:59 +02:00 |
|
|
2b119e8214
|
Basic V6 parsing test (only check non-crashing)
|
2023-06-15 14:41:41 +02:00 |
|
|
6b145475a8
|
Add test for anonymous recipients
|
2023-06-15 14:28:56 +02:00 |
|
|
e9cd6c55cf
|
Bump Bouncycastle
|
2023-06-15 14:28:45 +02:00 |
|
|
558e6693e6
|
Add javadoc
|
2023-06-15 14:10:52 +02:00 |
|
|
344f1fc67c
|
Allow hidden recipients using wildcard keyIDs
|
2023-06-15 14:10:52 +02:00 |
|
|
383c9799c3
|
Add test for minimal revocation certificate
|
2023-06-13 19:46:56 +02:00 |
|
|
7f5bc91f6b
|
Add tests for ListProfilesCmd
|
2023-06-13 15:52:20 +02:00 |
|