Skip to content

More integration of OpenSSL features #3

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gdbinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
define nb
shell nix build .#test-debug -L
file result/bin/tests
end
define nbr
nb
run
end
14 changes: 0 additions & 14 deletions OpenSSL.lean

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenSSL bindings for lean (unfinished)

Build with `nix build .`
Build with `nix build .` or `nix develop --command lake build`.

The bindings are mostly imperative and low level.
See the [OpenSSL manpages](https://www.openssl.org/docs/man3.1/) for more details.

## Dev env

Expand Down
136 changes: 55 additions & 81 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading