Skip to content
Snippets Groups Projects
Select Git revision
  • d4847b52087253446ccf9a15d3e6e40e77c5950f
  • master default
  • wip-slh-dsa-sha2-128s
  • master-updates
  • release-3.10-fixes
  • getopt-prototype
  • fix-bcrypt-warning
  • refactor-hmac
  • wip-use-alignas
  • trim-sha3-context
  • fix-gitlab-ci
  • check-fat-emulate
  • delete-digest_func-size
  • slh-dsa-shake-128f-nettle
  • slh-dsa-shake-128s-nettle
  • slh-dsa-shake-128s
  • delete-openpgp
  • ppc64-sha512
  • delete-md5-compat
  • cleanup-hmac-tests
  • ppc64-sha256
  • nettle_3.10.2_release_20250626
  • nettle_3.10.1_release_20241230
  • nettle_3.10_release_20240616
  • nettle_3.10rc2
  • nettle_3.10rc1
  • nettle_3.9.1_release_20230601
  • nettle_3.9_release_20230514
  • nettle_3.8.1_release_20220727
  • nettle_3.8_release_20220602
  • nettle_3.7.3_release_20210606
  • nettle_3.7.2_release_20210321
  • nettle_3.7.1_release_20210217
  • nettle_3.7_release_20210104
  • nettle_3.7rc1
  • nettle_3.6_release_20200429
  • nettle_3.6rc3
  • nettle_3.6rc2
  • nettle_3.6rc1
  • nettle_3.5.1_release_20190627
  • nettle_3.5_release_20190626
41 results

base64url-decode.c

Blame
  • plan.html 1.40 KiB
    <?xml version="1.0" encoding="utf-8"?> <!-- -*-mode: xml; sgml-indent-data: t; -*- -->
    <!DOCTYPE html 
         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <link rel="stylesheet" title="Default"
          type="text/css" href="todo.css" media="all"/>
        <meta http-equiv="Content-Type"
          content="text/html; charset=utf-8"/>
    <title>TODO for LSH-3.0</title>
    </head>
    <body>
      <h1> TODO for LSH-3.0 </h1>
      <p> This is an attempt at defining a development target for
      LSH-3.0, inspired by similar pages for recent GMP releases. [Last
      updated 2012-07-14]</p>
      <p class='should'>
        This really ought to be done before release
      </p>
      <p class='wish'>
        Try to get this done before release
      </p>
      <p class='done'>
        Done!
      </p>
      <p class='postponed'>
        Leave for some later release!
      </p>
      <h2> TODO </h2>
      <p class='should'>
        Upgrade license to GPL-v3 (except for libspki)
      </p>
      <p class='should'>
        Support for configuring algorithm lists in <tt>lshd.conf</tt>.
      </p>
      <p class='wish'>
        Use spki acls for user authentication, rather than the current
        <tt>~/.lsh/authorized_keys_sha1/</tt> hack.
      </p>
      <p class='wish'>
        In the <tt>lsh</tt> client, don't unlock password protected keys
        unless they're going to be used. Also support ssh-agent/gpg-agent.
      </p>
    </body>
    </html>