MCPcopy Create free account
hub / github.com/adobe/Marinus / fetch_algorithm_certs

Function fetch_algorithm_certs

web_server/public/javascripts/certs.js:560–569  ·  view source on GitHub ↗
(algorithm = 'SHA1WithRSA')

Source from the content-addressed store, hash-verified

558}
559
560function fetch_algorithm_certs(algorithm = 'SHA1WithRSA') {
561 var url;
562 if (certSource === "censys") {
563 url = "/api/v1.0/censys/algorithm/" + algorithm;
564 } else {
565 url = "/api/v1.0/zgrab/443/algorithm/" + algorithm;
566 }
567
568 make_get_request(url, display_algorithm_certs, null, "scan_algorithm_certs");
569}
570
571function display_certificate(results, req_type) {
572 var displayHTML = "";

Callers 1

buildPageFunction · 0.85

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected