A tiny lua library which provide an easy-to-use interface for the Qualys SSL Labs Server Test API (v3).
https://imolein.github.io/lua-ssllabs/.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
642 B
642 B
lua-ssllabs
A little lua library which provide an easy-to-use interface for the Qualys SSL Labs Server Test API (v3). Since I'm currently learning programming, this is a learning project for me, so expect some edges and not the prettiest code :)
Documentation
The documentation was created with ldoc. You can find it under /doc
or can open it directly over https://imolein.github.io/lua-ssllabs/.
Dependencies
- lua (>=5.1)
- lua-cjson (== 2.1.0-1)
- lua-requests