Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add openssl and root anchors for federation queries #44

Merged
merged 1 commit into from
Dec 5, 2018

Conversation

kaiyou
Copy link
Collaborator

@kaiyou kaiyou commented Dec 5, 2018

The lack of trust anchors was preventing outgoing https queries.

The lack of openssl binary was preventing the generation of actor key and cert. In the long term, I think go has proper primitives to access libssl instead of running openssl system calls.

Copy link
Collaborator

@koehn koehn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@koehn koehn merged commit c2a3b49 into writefreely:master Dec 5, 2018
@thebaer thebaer added this to the 0.6 milestone Dec 5, 2018
@thebaer
Copy link
Member

thebaer commented Dec 5, 2018

I was having a lot of trouble getting Mastodon to accept the keys I was generating with Go's built-in libraries.. Probably need someone with more knowledge in that area to help move off of the openssl system calls. But that would be really great if we could do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants