Author: tommatecki
Date: Tue May 10 22:17:17 2016
New Revision: 1743272
URL: http://svn.apache.org/viewvc?rev=1743272&view=rev
Log: (empty)
Added:
incubator/milagro/site/www/cert-less-tls.html (with props)
Added: incubator/milagro/site/www/cert-less-tls.html
URL:
http://svn.apache.org/viewvc/incubator/milagro/site/www/cert-less-tls.html?rev=1743272&view=auto
==============================================================================
--- incubator/milagro/site/www/cert-less-tls.html (added)
+++ incubator/milagro/site/www/cert-less-tls.html Tue May 10 22:17:17 2016
@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="description" content="">
+ <meta name="author" content="">
+
+ <title>Milagro</title>
+
+ <!-- Montserrat and Open Sans fonts -->
+ <link
href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic|Montserrat:400,700'
rel='stylesheet' type='text/css'>
+
+ <!-- Bootstrap Core CSS -->
+ <link href="css/bootstrap.css" rel="stylesheet">
+
+ <!-- Custom CSS -->
+ <link href="css/styles.css" rel="stylesheet">
+
+ <!-- Custom Fonts -->
+ <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet"
type="text/css">
+
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media
queries -->
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+ <!--[if lt IE 9]>
+ <script
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+ <script
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+ <![endif]-->
+
+</head>
+
+<body>
+
+ <!-- Navigation -->
+ <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+ <div class="container">
+ <!-- Brand and toggle get grouped for better mobile display -->
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="index.html"><img
src="images/milagro-header.png" width="186" height="38" alt="Milagro Logo"></a>
+ </div>
+ <!-- Collect the nav links, forms, and other content for toggling
-->
+ <div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
+ <ul class="nav navbar-nav navbar-right">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Features <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="high-performance-crypto.html">High
Perfomance Crypto</a>
+ </li>
+ <li>
+ <a href="multi-factor-auth.html">Multi-Factor
Authentication</a>
+ </li>
+ <li>
+ <a href="cert-less-tls.html">Certificate-less
TLS</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Docs <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="http://docs.milagro.io/en"
target="_blank">English</a>
+ </li>
+ <li>
+ <a href="http://docs.milagro.io/ja"
target="_blank">Japanese</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Community <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="community.html">Ask a Question</a>
+ </li>
+ <li>
+ <a href="community.html">Mailing lists</a>
+ </li>
+ <li>
+ <a href="community.html">Git Repositiories</a>
+ </li>
+ <li>
+ <a href="community.html">Milagro Jira</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <!-- /.navbar-collapse -->
+ </div>
+ <!-- /.container -->
+ </nav>
+
+
+ <!-- Page Content -->
+ <div class="container">
+
+ <!-- Marketing Icons Section -->
+ <div class="row row-border">
+ <section class="col-xs-12 col-sm-8 col-lg-9">
+ <h1 align="center">Milagro TLS Library</h1>
+ <img src="images/Milagro-TLS2.png" width="95%">
+ <p>Milagro TLS is a pairing-based transport layer security library
that enables encrypted connections with perfect forward secrecy between mobile
applications or IoT devices and backend service infrastructures, without the
need for certificates or PKI.
+ <br></br>
+ Milagro TLS delivers two new cipher suites that provides perfectly
forward secure authenticated key agreement, without the need for certificate
processing, for each session, between client and server or peer to peer.
<p></p>Milagro TLS is a standalone library that uses Milagro Crypto Library as
its cryptographic service provider, resulting in an implementation that is
lean, yet performant enough to run in constrained environments found in many
IoT devices.
+ <br></br>
+<p>Read the <a
href="http://docs.milagro.io/en/tls/milagro-tls-library-white-paper.html"
target="_blank">Milagro TLS White Paper</a> and get the code on <a
href="https://github.com/apache/incubator-milagro"
target="_blank">GitHub</a>.</p>
+</section>
+<aside class="col-xs-12 col-sm-4 col-lg-3">
+<div class="latest-news">
+<h3>Latest News</h3>
+<a href="https://twitter.com/apachemilagro" class="twitter-follow-button"
data-show-count="false" data-size="large">Follow @apachemilagro</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script>
+
+<h5><a href="https://twitter.com/apachemilagro" target="_blank"
title="Twitter">Read more news...</a></h5>
+ </aside>
+ </div>
+ <!-- /.row -->
+
+
+
+ <!-- Changelog Section -->
+ <div class="row row-border">
+ <section class="col-md-12 section-list">
+ <h2>Changelog</h2>
+
+<p>Source code will be pushed live soon, and you will be able to find all
updates and release notes here. In the meantime, please see the useful links
below:</p>
+
+<ul><li><a href="https://wiki.apache.org/incubator/MilagroProposal"
target="_blank" title="Propsal">Apache Milagro (incubating) proposal</a></li>
+
+<li><a href="http://incubator.apache.org/projects/milagro.html"
target="_blank" title="Project-Status">Project status</a></li>
+</ul>
+</section>
+ </div>
+ <!-- /.row -->
+
+ <!-- Community Section -->
+ <div class="row ">
+ <section class="col-md-12 section-list">
+ <h2>Join the Community</h2>
+
+<p>Apache Milagro (incubating) is a community-led, community-built program
that relies on the participation and contributions of our users.</p>
+
+<ul><li><a href="mailto:[email protected]"
title="Subscribe-Mailinglist">Subscribe to the Mailing List</a></li>
+
+
+
+
+
+</div>
+
+ <!-- Footer -->
+ <footer>
+ <div class="container">
+ <div class="row">
+ <section class="col-md-4 footer-nav">
+ <ul>
+ <li><a href="http://docs.milagro.io/en" target="_blank"
title-="Docs">Docs</a></li>
+ <li><a href="community.html"
title-="Community">Community</a></li>
+ <li><a href="https://github.com/apache/incubator-milagro"
target="_blank" title-="">GitHub</a></li>
+ </ul>
+ </section>
+ <section class="col-md-7 footer-content">
+ <div class="footer-logos">
+ <img src="images/milagro-footer.png" width="189"
height="38" alt="Milagro Logo">
+ <img src="images/apache-feather.png" width="152"
height="42" alt="Apache Logo">
+ <img src="images/apache-incubator.png" width="165"
height="42" alt="Apache Incubator Logo">
+ <span class="stretch"></span>
+ </div>
+ <p>Apache Milagro is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF. </p>
+
+<p>Copyright <span class="sup">©</span> 2016 The Apache Software
Foundation, Licensed under the Apache License, Version 2.0
+Apache and the Apache feather logo are trademarks of The Apache Software
Foundation.</p>
+ </section>
+ </div>
+ </div>
+ </div>
+ </footer>
+
+
+ <!-- /.container -->
+
+ <!-- jQuery -->
+ <script src="js/jquery.js"></script>
+
+ <!-- Bootstrap Core JavaScript -->
+ <script src="js/bootstrap.min.js"></script>
+
+ <!-- Script to Activate the Carousel -->
+ <script>
+ $('.carousel').carousel({
+ interval: 5000 //changes the speed
+ })
+ </script>
+
+</body>
+
+</html>
Propchange: incubator/milagro/site/www/cert-less-tls.html
------------------------------------------------------------------------------
svn:eol-style = native