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

Native SSL support #816

Merged
merged 36 commits into from
Sep 13, 2023
Merged

Native SSL support #816

merged 36 commits into from
Sep 13, 2023

Conversation

vyzo
Copy link
Collaborator

@vyzo vyzo commented Sep 9, 2023

Closes #727
Closes #22
See #724

Action Items:

  • SSL client support
  • SSL server support
  • net/request support
  • net/httpd support
  • actor TLS
  • ca/cert management tool
  • documentation

Follow up:

@vyzo
Copy link
Collaborator Author

vyzo commented Sep 10, 2023

rebased on master.

@vyzo vyzo mentioned this pull request Sep 12, 2023
@vyzo vyzo marked this pull request as ready for review September 12, 2023 16:59
@vyzo vyzo requested review from fare, ober, drewc and belmarca September 12, 2023 16:59
@vyzo
Copy link
Collaborator Author

vyzo commented Sep 12, 2023

rebased on master.

@vyzo
Copy link
Collaborator Author

vyzo commented Sep 13, 2023

rebased on master.

(data (stx-identifier #'http-method 'data))
(auth (stx-identifier #'http-method 'auth))
(ssl-context (stx-identifier #'http-method 'ssl-context))
(deadline (stx-identifier #'http-method 'deadline)))
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can now use with-id for that!

Copy link
Collaborator

Choose a reason for hiding this comment

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

(defrules defhttp-method (=>)
   ((ctx (http-method url arg ...) body ...)
    (with-syntax ctx ((redirect #'http-method 'redirect) ...)
       (def (http-method ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh nice, we can do in follow up pr!

@vyzo
Copy link
Collaborator Author

vyzo commented Sep 13, 2023

Alright, I am going to merge it and work on the documentation when @drewc shiny docs branch is ready.

@vyzo vyzo merged commit 921da63 into master Sep 13, 2023
@vyzo vyzo deleted the ssl branch September 13, 2023 18:07
@vyzo vyzo added this to the Gerbil v0.18: Nimzowitsch milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants