* Added basic trusted update creation/verification

This commit is contained in:
smeghead
2005-03-22 17:08:01 +00:00
committed by zzz
parent b5875ca07b
commit 5b83aed719
2 changed files with 166 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<%@page contentType="text/html" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>I2P Router Console - verify update file signature</title>
</head>
<body>
<!-- net.i2p.crypto.TrustedUpdate.verify(request.getParameter("filename")) -->
</body>
</html>