Joep Meindertsma
Joep Meindertsma
I tried making a start for migrating OpenSSL to Ring, but it looks like `ring` [doesn't have support for `PEM` encoding](https://github.com/briansmith/ring/issues/589). Since the `PEM` encoding is used everywhere in this...
@Polleps do you have some extra ideas on this?
We already have this tho:
@AlexMikhalev If you install it as a PWA (see the `install` button in sidebar) in a compatible browser + OS (e.g. macos). Not sure how other OS / browser combinations...
> This means that if you were creating or editing a resource you'll lose all progress and have to start over. That should not be the case, as every change...
- Curve25519 (including ed25519) support is [currently being tested in Chrome](https://chromestatus.com/feature/4913922408710144) and [being worked on in FireFox](https://bugzilla.mozilla.org/show_bug.cgi?id=1325335). If this is implemented, we could probably switch to the `web.crypto` API
Thanks for taking the time to share your wishes and considerations, @fosterlynn and @hoijui! ## Exporting Atomic Schema to RDF (JSON-LD, Turtle, etc) This is already possible in [Atomic-Server](https://github.com/joepio/atomic-data-rust)! It...
I've managed to get `mail-send` working with a local SMTP server (although not properly embedded in Atomic-Server). But if I use `mailin_embedded`, the process doesn't exit: ```rust use mailin_embedded::{AuthMechanism, Handler,...
I've got an SMTP client in atomic-lib working, so we can use it from Endpoint plugins. However, I'm having doubts on the API to use for send_mail. Specifically, I'm not...
Closing in favor of #605