Joe Bryan
|
2938c19be1
|
refactors DER en/de-coding out of +asn1 into a separate core
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
3d40edc8d1
|
refactors JWS, JWK thumbprint, and ACME POST requests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
5e0a2fcb95
|
refactors pkcs1, 8, and 10, separating ASN.1 specs from DER encoding
also adds pkcs1 RSA public key en/de-coding and tests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
39ac62275d
|
removes automatic ~ship.urbit.org order initialization
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
90d2768358
|
updates rsa-key structure to support public keys
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
09d61ca3d7
|
finishes basic ACMEv2 flow, refactors multiple event queuing
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
854f9aace4
|
adds detailed state structures, parsers, control flow to :acme
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
55b33d8578
|
random cleanup
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
e96d0e77d5
|
adds pkcs10 encoding for Certificate Signing Requests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
e4014ca385
|
adds pkcs8 encoding for RSA public keys
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
37d5c6edbb
|
adds auras to +spec:asn1
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
f2fe13bf73
|
implements jwk en/de-coding for RSA private keys, fixes JWS tests (and jws-body)
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
d952b368cb
|
tests for pkcs1 version number in DER decoding
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
d8d1f36eaa
|
refactors +jwk, corrects decoding, implements encoding
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
fd95b950d1
|
cleans up tests, adds comments with sources for most test parameters
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
8fdfa71a8d
|
adds some base64 en/de-coding tests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
dce78a303a
|
implements EMSA-PKCS1-v1_5 for RSA signatures
finally compatible with openssl!
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
aefb6dff4d
|
adds additional RSA PEM/DER test cases, reorders tests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
340d7da618
|
fixes ASN.1 DER unsigned integer en/de-coding
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
5388900d03
|
fixes ASN.1 DER multi-byte length prefix en/de-coding
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
2b0836a815
|
cleans up +till:asn1 (length-prefixed byte parser)
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
7f6adc5759
|
adds PEM and DER decoding for RSA private keys
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
e31d6f1db9
|
adds DER and PEM encoding for RSA private keys
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
b0b8e3f1d7
|
adds %int to asn.1 en/de-code
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
7162b69a46
|
updates base64 en/de-coding to optionally support padding and url-safety
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
ea9dd4be11
|
makes rsa public exponent configurable, moves +rsa
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
94bef066a8
|
refactors rsa keys in tests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
dd201b9ab0
|
wraps long lines
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
78b379b00d
|
adds (partial) asn1 parser, tests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
6edf321e36
|
adds asn1 digests to +rs256 (WIP - still failing)
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
91ec568fda
|
re-enables and corrects some failing tests
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
0928fe50e1
|
implements initial asn1 serialization (for sha-256 digests)
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
de7bd9c661
|
better base64
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
d0d9ac3bf3
|
updates test-runner to print tangs
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
3a6e8c6f7b
|
adds :acme work-in-progress demo app
:acme %test (base64 json variation failures atm)
:acme %init (new account fails due to jws parse or rsa prime issues)
|
2018-06-28 14:04:10 -04:00 |
|
Joe Bryan
|
2f6fc2493d
|
updates %eyre state adaptation in +load
|
2018-06-28 13:41:48 -04:00 |
|
Joe Bryan
|
d358548223
|
implements .well-known in %eyre
|
2018-06-28 13:41:48 -04:00 |
|
Joe Bryan
|
26f4182c18
|
adds config to %eyre state, %rule gift to update, %born includes host/ips
|
2018-06-28 13:41:43 -04:00 |
|
Elliot Glaysher
|
6aeb2a0de7
|
%cast should use %walk.
|
2018-06-27 16:57:40 -07:00 |
|
Elliot Glaysher
|
2d4dbc7c47
|
Rework %walk so that it doesn't load all marks.
|
2018-06-27 16:26:47 -07:00 |
|
Elliot Glaysher
|
7e00f930b8
|
Add helper function for common build pattern.
|
2018-06-27 13:37:54 -07:00 |
|
Isaac Visintainer
|
972ff2c82a
|
first attempt, lets see how it goes...
|
2018-06-27 11:09:38 -07:00 |
|
Elliot Glaysher
|
87cbea377d
|
Remove indirect hoons and fix up callsites using //
|
2018-06-26 13:52:56 -07:00 |
|
Anthony Arroyo
|
5bc6dc5583
|
added comment count
|
2018-06-25 17:25:56 -07:00 |
|
Anthony Arroyo
|
e14ba242a7
|
skip pages that need /$
|
2018-06-25 12:51:35 -07:00 |
|
Anthony Arroyo
|
7b42153198
|
Merge branch 'collections' into collections-dom-json
|
2018-06-25 12:14:40 -07:00 |
|
Anthony Arroyo
|
5da73e0bd6
|
Merge branch 'collections' into collections-dom-json
|
2018-06-25 12:10:33 -07:00 |
|
Elliot Glaysher
|
693ab11c65
|
Add the %walk schematic
|
2018-06-22 15:20:52 -07:00 |
|
Curtis Yarvin
|
7550b80b2d
|
Add a spec to %tstr.
|
2018-06-21 16:44:35 -07:00 |
|
Anthony Arroyo
|
5b3370253a
|
Merge pull request #752 from urbit/https-proxy-config-dns
adds dns app, http(s) server-config and proxy notification moves
|
2018-06-21 11:34:32 -07:00 |
|