Coverage report: /home/ellis/comp/core/ffi/aws-lc/pkg.lisp
Kind | Covered | All | % |
expression | 0 | 4 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; pkg.lisp --- low-level bindings to librustls
5
;; ref: https://ffi.rustls.dev/
7
;; ref: https://docs.rs/rustls/latest/rustls/
9
;; ref: https://certifi.io/
11
;; ref: https://www.ccadb.org/resources
13
;; ccadb_url: https://ccadb.my.salesforce-sites.com/mozilla/IncludedCACertificateReportPEMCSV
15
;; mozilla exclusion? "9A296A5182D1D451A2E37F439B74DAAFA267523329F90F9A0D2007C334E23C9A"
19
(:use :cl :sb-alien :std/alien)
21
:load-crypto :load-ssl
33
:read-aws-lc-error-queue
38
(define-alien-loader crypto "/usr/local/lib/")
39
(define-alien-loader ssl "/usr/local/lib/")