Anthony Arroyo
dc103dcabd
Merge pull request #765 from urbit/https-acme
...
adds letsencrypt client :acme, integrates with :dns app and %eyre
2018-07-19 12:11:04 -07:00
Joe Bryan
4db7e486ed
stub out :acme +sigh-recoverable-error rate-limit callback, print httr in mark
2018-07-19 14:11:16 -04:00
Joe Bryan
ffe7970d74
retry failed domain validation token verification
2018-07-19 14:11:16 -04:00
Joe Bryan
05050a09ff
retry failed dns bindings in +hear:tell
2018-07-19 14:11:16 -04:00
Joe Bryan
7aada841f4
fix typo in error message
2018-07-19 14:11:16 -04:00
Joe Bryan
243c0a9a10
ignores our own route updates in :dns
2018-07-19 14:11:16 -04:00
Joe Bryan
22e5bb0366
uses pkcs8 private keys for %eyre cert installation
2018-07-19 14:11:16 -04:00
Joe Bryan
36d15d296c
fixes pkcs8 ASN.1 en/de-coding (missing constant version)
2018-07-19 14:11:16 -04:00
Joe Bryan
f5991978be
retry %direct binding verification of 504 response (cttp timeout)
2018-07-19 14:11:16 -04:00
Chris Johnson
70fc8ea772
- MVE Build b134affc18ba532e3ceb459478eac6cfffc47523
2018-07-18 17:22:47 -07:00
Chris Johnson
13fb0e2210
- Committed some styling/functionality fixes to profile.hoon
2018-07-18 10:07:57 -07:00
Curtis Yarvin
bc6ad0456d
Some ?# cleanups.
2018-07-16 16:24:59 -07:00
Chris Johnson
73b713f42f
- MVE Build e4a093471f7849783ef0d35499c082779fc69544
...
- Added “vanilla” classes to unstyled collection <ul>s
2018-07-16 13:07:47 -07:00
Fang
050fa5d996
Fix incorrect usage of HMAC function in secp core.
2018-07-13 17:28:19 +02:00
Fang
1e6dc842a4
Add secp core with secp256k to zuse.
...
Not yet fully jet-hinted.
2018-07-13 15:22:34 +02:00
Fang
676b188d5f
Add correct byte-order HMAC family to zuse.
2018-07-13 14:50:15 +02:00
Fang
5041937837
Add jet hint to ++swp.
2018-07-13 13:53:07 +02:00
Fang
64964ea2a9
Add ++sha to hoon.hoon, for correct byte-order SHA hashing.
2018-07-11 22:50:10 +02:00
Fang
c8514d5841
Add +=byts type.
...
Similar to octs, but for "normal" byte order as found in most @
except @t.
2018-07-11 20:49:11 +02:00
Fang
7b4eb67346
Add ++rev for reversing bloq order.
...
This is different from ++swp in that it turns leading zeroes into
trailing zeroes correctly, rather than ignoring them.
2018-07-11 20:47:23 +02:00
Joe Bryan
7ea4b5bc0b
adds authentication nonce to proxy notifications %wise and %that
2018-07-10 23:40:13 -04:00
Joe Bryan
6419f27e3a
adds debug install/uninstall cert events
2018-07-10 16:42:46 -04:00
Joe Bryan
5a953aa01b
fixes bug in +reserved predicate for ipv4 addresses
2018-07-10 16:42:46 -04:00
Joe Bryan
14841db28d
updates :dns to notify %eyre on new bindings
2018-07-10 16:42:46 -04:00
Curtis Yarvin
0f6077395b
Basic ?# functionality tested.
2018-07-10 11:18:59 -07:00
Curtis Yarvin
24dc55ca95
+ar passes smoke test.
2018-07-09 17:57:56 -07:00
cgyarvin
4f79a8164c
Merge pull request #760 from urbit/rivendell-nspv
...
Transfer ~tep to Rivendell and ~bes to NSPV.
2018-07-06 10:35:02 -07:00
Curtis Yarvin
274030f7ff
Transfer ~tep to Rivendell and ~bes to NSPV.
2018-07-06 10:11:05 -07:00
Curtis Yarvin
a5ce1b67f6
Without debug.
2018-07-06 09:58:55 -07:00
Curtis Yarvin
af10afba1e
_ar texture matching.
2018-07-06 08:03:11 -07:00
Fang
d53e33a3e0
Implement argon2.
...
Fully configurable as per the spec. Includes a new type, in addition to
i, d, and id: u. Similar to id in that it is a hybrid solution, but
slightly tweaked to be unique to Urbit's implementation.
Initially implemented as a direct port from the pure Python
implementation, then lightly rewritten to be more Hoon-ish.
https://pypi.org/project/argon2pure/
2018-07-05 22:44:37 +02:00
Fang
fb08ab8fd1
Use face over lark when available.
2018-07-05 22:40:03 +02:00
Anthony Arroyo
546352b5a2
MVE build a8ad67148a4f01e795ca29cedc073a4923bacb57
2018-07-03 16:07:19 -07:00
Anthony Arroyo
fa0f64a31b
Landscape (MVE) version de04b2d7f05981ec378b926bbe21dd04248e8d5a
2018-07-03 08:53:52 -07:00
Fang
287d10619e
Implement blake2b.
...
It's not generalized yet, so blake2s isn't supported.
2018-07-02 22:10:06 +02:00
Anthony Arroyo
758b66fe7e
just disabled all of web/pages/nutalk due to fcgi issues
2018-07-02 12:18:00 -07:00
Anthony Arroyo
d1dad2d59e
another page tthat breaks tests because of fcgi issues
2018-07-02 12:04:26 -07:00
Anthony Arroyo
24a6b3cbef
small update to profile page to accomodate chat list
2018-07-02 11:28:01 -07:00
Anthony Arroyo
4a4574206e
Merge branch 'collections' of github.com:urbit/arvo into collections
2018-07-02 11:26:29 -07:00
Anthony Arroyo
ba6c79d9c9
newest MVE c81381b190c537553e02857b03426941cf20d284
2018-07-02 11:26:05 -07:00
Anthony Arroyo
1dd61041eb
Merge pull request #756 from urbit/fix-zuse-crub-overflow
...
tail-call optimizes +ctra, +ctrb, and +ctrc in |aes
2018-07-02 11:22:49 -07:00
Joe Bryan
c84b0d9ca8
tail-call optimizes +ctra, +ctrb, and +ctrc in |aes
2018-06-30 23:22:15 -04:00
Anthony Arroyo
f4db38295d
Merge branch 'collections-xship-params-wip' into collections
2018-06-29 07:53:38 -07:00
Fang
7c34009e8e
Use ++rep over ++can when we can
2018-06-29 13:10:38 +02:00
Fang
23b177a3d2
Use ++rev over ++swp, for safety.
2018-06-29 13:08:58 +02:00
Joe Bryan
d8649441bf
updates oauth libraries to use the real %eyre host scry
2018-06-29 00:02:34 -04:00
Joe Bryan
a20122a410
auto-starts :acme
2018-06-29 00:02:34 -04:00
Joe Bryan
6ec776f04a
defers :acme initialization to first certificate order
2018-06-29 00:02:34 -04:00
Joe Bryan
5393b129f2
defers pending order creation to after registration
2018-06-28 23:46:24 -04:00
Joe Bryan
26b10e79b5
defer initial http request from +prep
2018-06-28 23:45:10 -04:00