Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/common.global.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2428 by niro, Thu Sep 3 08:15:59 2015 UTC revision 2429 by niro, Thu Sep 3 12:09:58 2015 UTC
# Line 351  key_fingerprint() Line 351  key_fingerprint()
351   fi   fi
352  }  }
353    
354    nsslsay()
355    {
356     nssl "${SSLSAY_IP}" "${SSLSAY_PORT}" << EOF
357    auth ${SSLSAY_USER} ${SSLSAY_PASS}
358    $@
359    quit
360    EOF
361    }
362    
363    nsslsay_fingerprint()
364    {
365     nssl "${SSLSAY_IP}" "${SSLSAY_PORT}" << EOF
366    certauth $(certificate_fingerprint)
367    $@
368    quit
369    EOF
370    }

Legend:
Removed from v.2428  
changed lines
  Added in v.2429