Skip to content

Commit

Permalink
Add: NASL bultin functions for certificate handling
Browse files Browse the repository at this point in the history
Added functions: cert_open, cert_query, cert_close
  • Loading branch information
Kraemii committed Sep 9, 2024
1 parent cc5d8a1 commit 53ed558
Show file tree
Hide file tree
Showing 8 changed files with 654 additions and 19 deletions.
212 changes: 195 additions & 17 deletions rust/Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = [
"nasl-builtin-cert",
"nasl-builtin-knowledge-base",
"nasl-builtin-raw-ip",
"nasl-builtin-cryptographic",
Expand Down
Loading

0 comments on commit 53ed558

Please sign in to comment.