Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • b3932ec
  • /
  • recipes
  • /
  • 95-test_external_tlsfuzzer_data
  • /
  • tls-fuzzer-cert.sh
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:60bb8cffa1e8b8dc3ad5102b80cf71597be756e7
directory badge Iframe embedding
swh:1:dir:2ab289e43c8090337ff79a88ae799c8c3b9d8fd5
tls-fuzzer-cert.sh
#!/bin/bash

tls_fuzzer_prepare() {

sed -e "s|@SERVER@|$SERV|g" -e "s/@PORT@/$PORT/g" -e "s/@PRIORITY@/$PRIORITY/g" ${TESTDATADIR}/cert.json.in >${TMPFILE}
}

. "${TESTDATADIR}/tlsfuzzer.sh"

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top