gnunet-go

GNUnet Bindings for Go
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-07-20 05:12EDKEY: derived private key clamping fixed.Bernd Fix5+279-164
2023-07-04 07:54crypto/gns: fixed serialization of ZonePrivate. Updated tests.Bernd Fix6+244-85
2023-06-30 06:26Updated GANA defintions.Bernd Fix11+76-40
2023-06-29 19:01RFC test vectors: adjusted code and test cases with latest version.Bernd Fix11+834-104
2023-01-24 10:46Changes based on security audit "ngie-gnunetr5n".Bernd Fix9+81-67
2022-11-11 10:56Plugin integration (ZoneMaster)Bernd Fix2+31-10
2022-11-11 08:43Namestore and identity service integrated.Bernd Fix52+2987-1180
2022-10-26 15:59Identity service added to zone master.Bernd Fix41+1722-367
2022-10-24 21:16Added 'stringer' dependency for 'go generate'.Bernd Fix1+5-0
2022-10-22 14:57Initial revision of Zonemaster implementation.Bernd Fix56+5569-886
2022-08-25 08:58Store expire in microseconds in meta db.Bernd Fix2+8-10
2022-08-24 15:27Integration tests: more bug fixes.Bernd Fix17+466-217
2022-08-21 14:40Integration test: bug fixes 1st round.Bernd Fix37+314-257
2022-08-18 12:58Prepared for integration test.Bernd Fix62+3070-1841
2022-08-15 12:02Milestone 2+3 (NLnet funding)Bernd Fix39+1774-1209
2022-07-25 11:43RC1 for milestone 2 (NGI Assure)Bernd Fix38+1720-525
2022-07-18 09:16Improved handling of pending DHT results.Bernd Fix101+4423-2459
2022-06-11 18:21File/block caching strategy improved.Bernd Fix5+266-108
2022-06-11 13:45RC2 for Milestone 1 (NGI Assure)Bernd Fix14+393-143
2022-06-10 07:48RC1 for milestone 1 (NI Assure).Bernd Fix107+2424-2980
2022-06-07 07:31Improved transport and module code.Bernd Fix29+1053-611
2022-06-04 09:32Heartbeat handling in modules added.Bernd Fix11+162-51
2022-06-01 18:59Reworked gnunet/transport and gnunet/service.Bernd Fix78+6030-2695
2022-02-02 14:14Refactored GNS zone crypto implementation.Bernd Fix56+2752-1350
2020-05-26 11:59Changed argon2 salt to "GnsRevocationPow".Bernd Fix2+40-40
2020-05-26 09:17Added revocation config data.Bernd Fix1+4-0
2020-05-26 09:09Milestone #3 (RC3): Using new test case from RFC draft.Bernd Fix4+290-84
2020-05-24 13:14Milestone #3 (RC2)Bernd Fix3+54-43
2020-05-24 11:34Milestone #3 (RC1)Bernd Fix15+1172-232
2020-04-01 19:53Adjusted revocation PoW to draft specification.Bernd Fix3+44-31
2020-04-01 10:23Fixed DHT cancellation sequence and minor improvements.Bernd Fix8+90-101
2020-03-31 11:12Handle DHT lookup aborts.Bernd Fix20+547-96
2020-02-19 10:01Fixed filtering of supplemental records and GNS2DNS handling.Bernd Fix2+8-4
2020-02-17 11:34Started revocation implementation.Bernd Fix5+482-0
2020-02-15 17:19Adjusted LEHO coexist rules to spec.Bernd Fix1+2-8
2020-02-15 11:06Add handling for supplemental records.Bernd Fix2+8-5
2020-02-13 17:51Send response at end of (failed) resolution.Bernd Fix1+8-5
2020-02-12 17:01Code and documentation changes based on review feedback.Bernd Fix56+1432-331
2019-12-23 11:21Changes after review feedback.Bernd Fix3+157-14
2019-12-20 20:03Adjusted unit tests to GNUnet 0.12 crypto.Bernd Fix2+55-60
2019-12-20 17:18Removed obsolete files.Bernd Fix7+0-614
2019-12-18 21:18MS2-RC2: Handle CNAME records with custom block handler.Bernd Fix4+255-124
2019-12-18 16:19MS2-RC1: Recursive resolution and handling of GNS-specific RRs.Bernd Fix37+2030-601
2019-11-12 11:31Started recursive resolution; GNS2DNS implemented.Bernd Fix15+1015-27
2019-09-20 14:24Corrected case clause for OS signal handling (Ctrl-C).Bernd Fix1+2-4
2019-09-20 11:13Use 'AbsoluteTime' and 'RelativeTime' types in messages.Bernd Fix12+201-154
2019-09-20 08:06Fixed issues from 'gnunet-developers' feedback:Bernd Fix4+20-4
2019-09-18 21:26Process DHT responses for GNS block GET requests.Bernd Fix4+69-24
2019-09-18 15:39Initial revision.Bernd Fix73+7517-0