Commit Graph

30456 Commits

Author SHA1 Message Date
Duke Leto
abed6ee77f Emoji are essential to a functioning society 2021-01-28 02:34:31 -05:00
Duke Leto
94b593662d Update relnotes 2021-01-28 02:31:24 -05:00
Duke Leto
6cd14dd63d Add some details about 3.6.1 release 2021-01-27 13:55:37 -05:00
Duke Leto
4902388692 Merge branch 'master' into dev 2021-01-27 13:42:38 -05:00
Duke Leto
000ef4ac91 Keeping HUSH on the down low 2021-01-27 13:39:27 -05:00
Duke Leto
cf57365698 Deletions and cleanups 2021-01-26 08:56:08 -05:00
Duke Leto
527c862cd2 Bump version and copyright year 2021-01-24 19:33:40 -05:00
Duke Leto
ca4fb7b9a0 TLS tweaking and freaking 2021-01-24 19:30:54 -05:00
Duke Leto
415636af68 Improve TLS p2p error-handling and reduce logspam 2021-01-24 15:57:21 -05:00
Duke Leto
1488a03f1c Improved TLS error handling and teach getpeerinfo about cipher of each connection 2021-01-24 15:06:34 -05:00
Duke Leto
f0e242632d Hide some logspam behind -zdebug 2021-01-24 15:05:41 -05:00
Duke Leto
c1b0a84b3a Cleanup dead code and less logspam 2021-01-24 13:29:27 -05:00
Duke Leto
c9b4dfa9c7 Force WolfSSL side-channel resistance
There seems to be some build-bug in WolfSSL, such that even though
--enable-harden (HARDEN) is default, it's not set correctly in options.h .

So we define it correctly just after parsing all other config options
BUT BEFORE we load the rest of WolfSSL headers.

These will be defined no matter what options are given to wolfssl ./configure:

ECC_TIMING_RESISTANT
TFM_TIMING_RESISTANT
2021-01-24 13:09:25 -05:00
Duke Leto
cf9dc41361 Update to WolfSSL 4.6.0 which has XChaCha20 2021-01-24 13:06:37 -05:00
Duke Leto
2485eb6e5e cleanup 2021-01-24 13:06:16 -05:00
Duke Leto
93d1fd37f7 update manpage script 2021-01-24 13:06:01 -05:00
Duke Leto
f75bcb3ed3 update tests 2021-01-24 13:05:40 -05:00
Duke Leto
810c0ebe8b update docs 2021-01-24 13:05:28 -05:00
Duke Leto
f60a3e125e cleanup makefile 2021-01-24 13:05:18 -05:00
Duke Leto
d6b850a855 Add protipz for hushdevz 2021-01-24 11:15:50 -05:00
Duke Leto
1f4c4f27e6 Refactoring 2021-01-24 08:51:17 -05:00
Duke Leto
cf2ce8cde0 Checkpointz 2021-01-24 05:08:01 -05:00
Duke Leto
5554b760f4 Delete the kmd bash completion scripts which I originally wrote, lol 2021-01-24 04:47:10 -05:00
Duke Leto
1189208779 Remove some sprout tests 2021-01-23 22:53:32 -05:00
Duke Leto
0a99c80150 Optimize mempool by removing unnecessary sprout checks 2021-01-23 22:51:57 -05:00
Duke Leto
60108cf105 Fix ALIGN16 build warning and remove more joinsplit dingleberriez 2021-01-23 22:42:03 -05:00
Duke Leto
482990936f Cleanup 2021-01-23 22:30:56 -05:00
Duke Leto
2e31b7d2dc lol 2021-01-23 22:18:57 -05:00
Duke Leto
ed7ed6d193 Hush hush hush 2021-01-23 20:55:36 -05:00
Duke Leto
fe95a524fa Hush dat mempool 2021-01-23 20:51:11 -05:00
Duke Leto
8f70c5c356 HUSHCC 2021-01-23 20:47:44 -05:00
Duke Leto
0eb6887cd7 Do not create _7776 files 2021-01-23 20:45:35 -05:00
Duke Leto
a9477ea5a1 Port Bitcoin PR#13131 to fig Windows SIGTERM bug 2021-01-10 12:49:58 -05:00
Duke Leto
cde6d33ad1 The term 'whitelist' is racist and so we choose to call this feature 'allowlist' 2021-01-10 10:46:22 -05:00
Duke Leto
70f9ac87b6 We do not know the gender of Satoshi, and it is a dumb concept anyway 2021-01-10 09:56:40 -05:00
Duke Leto
8fe3e238f0 Exclusively TLS connections at p2p layer; dump peers more often 2021-01-10 09:54:42 -05:00
Duke Leto
e05a4e4733 Merge branch 'dev' of https://git.hush.is/hush/hush3 into dev 2021-01-07 16:47:05 -05:00
Duke Leto
2733101a6a Harden p2p layer against Eclipse Attacks 2021-01-07 16:46:30 -05:00
Duke Leto
d5477ab3ab Disable build_date for now, which causes race condition bugs in the build system 2021-01-07 15:57:34 -05:00
Duke Leto
4f1fdfb14f Do not speak with old and potentially malicious/misconfigured nodes 2021-01-07 15:54:46 -05:00
Duke Leto
4611ebff34 Merge pull request 'cleaned up README.md & separated old wallet restore instructions as it was confusing to a brand new user' (#7) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/7
2021-01-04 15:51:49 +00:00
jahway603
801e4d9266 cleaned up README.md & separated old wallet restore instructions as it was confusing to a brand new user 2021-01-03 18:33:50 -05:00
Duke Leto
2464777bd9 Merge pull request 'do not build zmq on non linux platforms' (#6) from radix42/hush3:master into master
Reviewed-on: https://git.hush.is/hush/hush3/pulls/6
2020-12-22 10:19:09 +00:00
Jane Mercer
59b219fa8f do not build zmq on non linux platforms 2020-12-21 18:57:13 -07:00
Duke Leto
0bc6fd3c7f Merge pull request 'fix libgmp download url for windows' (#5) from radix42/hush3:master into master
Reviewed-on: https://git.hush.is/hush/hush3/pulls/5
2020-12-22 01:19:51 +00:00
Jane Mercer
d49cbc01bf fix download url for windows 2020-12-21 17:45:28 -07:00
Duke Leto
7a4cb5f36a Merge branch 'master' into dev 2020-12-18 08:41:41 -05:00
Duke Leto
f629d1322d Fix some typoz and reorg 2020-12-18 08:41:33 -05:00
Duke Leto
df4c160d3f Update checkpoints.pl 2020-12-18 08:12:19 -05:00
Duke Leto
7e591d8134 Version bump 2020-12-18 08:11:01 -05:00