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 2b5d17a commit 23428c9
Show file tree
Hide file tree
Showing 7 changed files with 647 additions and 18 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 23428c9

Please sign in to comment.