<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <p>I published 2 new versions with a working SPADSFactory.</p>
    <p>ThunkStack-rabbit.41<br/>
      ParrotTalk-rabbit.69<br/>
    </p>
    <p>Moved the SPADSFactory to ParrotTalk. Refined the protocol. <br/>
      All ParrotTalkFrameProbes green. <br/>
      SPADSFactory creation and detection and selection of the
      ProtocolOffered frame. <br/>
      #upcall: ProtocolOffered up the switched stack fails..</p>
    <p>Here's the code to setup and run a couple of SPADSFactories with
      event registrations on one to connect to the connection.<br/>
    </p>
    <p>    vatId1 := SessionIdentity sampleVatId1 preferredProtocol:
      ParrotTalkSessionOperations_v3_7 protocolName; yourself.<br/>
          vatId2 := SessionIdentity sampleVatId2 preferredProtocol:
      ParrotTalkSessionOperations_v3_7 protocolName; yourself.<br/>
      <br/>
          conn1 := nil. conn2 := nil.<br/>
          vat1 := SPADSFactory newOnKey: vatId1.<br/>
          vat1 start.<br/>
    </p>
    <p>    vat2 := SPADSFactory newOnKey: vatId2.<br/>
          vat2 when: #connectionRunning evaluate: [ :conn | conn2 :=
      conn. conn2 send: msg.<br/>
              conn2 when: #connectionClosed evaluate: [ :connA |
      conn2Closed := true]].<br/>
          vat2 start.<br/>
    </p>
    <p>keep it, light,<br/>
      rabbit<br/>
    </p>
    <div class="moz-cite-prefix">On 8/30/22 14:23, Ron Teitelbaum wrote:<br/>
    </div>
    <blockquote type="cite" cite="mid:CAEzdQ-fdT_K+Qi9ou6NLERwd1ZxovCivfQ-ahvvF5iXpc+sAWA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
      <div dir="auto">Hi Rob,
        <div dir="auto"><br/>
        </div>
        <div dir="auto">So glad you are doing well. Looking forward to
          seeing the results of all your hard work. Good luck with it! </div>
        <div dir="auto"><br/>
        </div>
        <div dir="auto">Keep it light :)</div>
        <div dir="auto"><br/>
        </div>
        <div dir="auto">Ron</div>
      </div>
      <br/>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Tue, Aug 30, 2022, 2:02 PM
          Robert <<a href="mailto:robert.withers@pm.me" moz-do-not-send="true" class="moz-txt-link-freetext">robert.withers@pm.me</a>>
          wrote:<br/>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div>
            <div>I am doing incredibly well. I finally opened up Squeak
              to work on this. I got those ParrotTalk frame probes
              working properly and tested. Now to test the actual
              selection…</div>
            <div><br/>
            </div>
            <div id="m_5653393589017875774protonmail_signature_block">
              <div>
                <div>Have a good one; take it, light.</div>
                <div>Kindly,<br/>
                </div>
                Robert</div>
            </div>
            <div><br/>
            </div>
            <div><br/>
            </div>
            <div id="m_5653393589017875774protonmail_mobile_signature_block">
              <div>Sent from Callisto House :: decentralized homeless
                solutions</div>
            </div>
            <div><br/>
            </div>
            <div><br/>
            </div>
            On Tue, Aug 30, 2022 at 13:54, Ron Teitelbaum <<a href="mailto:ron@usmedrec.com" target="_blank" rel="noreferrer" moz-do-not-send="true" class="moz-txt-link-freetext">ron@usmedrec.com</a>>
            wrote:
            <blockquote type="cite">
              <div dir="ltr">
                <div class="gmail_default" style="font-size:small">That
                  sounds very cool Robert! </div>
                <div class="gmail_default" style="font-size:small"><br/>
                </div>
                <div class="gmail_default" style="font-size:small">Hope
                  you are doing well!</div>
                <div class="gmail_default" style="font-size:small"><br/>
                </div>
                <div class="gmail_default" style="font-size:small">Ron</div>
              </div>
              <br/>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Tue, Aug 30, 2022
                  at 9:11 AM Robert <<a href="mailto:robert.withers@pm.me" target="_blank" rel="noreferrer" moz-do-not-send="true" class="moz-txt-link-freetext">robert.withers@pm.me</a>>
                  wrote:<br/>
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  <div>
                    <div>Currently installing ParrotTalk Protocol
                      Selector (negotiation) and ParrotTalk V36, V37
                      & V38 FrameProbes. </div>
                    <div><br/>
                    </div>
                    <div>SSL 1.0, TLS 1.2 & SSH forthcoming. TLS
                      1.3? Need EDH.</div>
                    <div><br/>
                    </div>
                    <div id="m_5653393589017875774gmail-m_8495138352816658968protonmail_signature_block">
                      <div>
                        <div>Have a good one; take it, light.</div>
                        <div>Kindly,<br/>
                        </div>
                        Robert</div>
                    </div>
                    <div><br/>
                    </div>
                    <div><br/>
                    </div>
                    <div id="m_5653393589017875774gmail-m_8495138352816658968protonmail_mobile_signature_block">
                      <div>Sent from Callisto House :: decentralized
                        homeless solutions</div>
                    </div>
                    <div><br/>
                    </div>
                    <div><br/>
                    </div>
                    On Tue, Aug 30, 2022 at 08:46, Robert Withers <<a href="mailto:robert.withers@pm.me" target="_blank" rel="noreferrer" moz-do-not-send="true" class="moz-txt-link-freetext">robert.withers@pm.me</a>>
                    wrote:
                    <blockquote type="cite"> I have started shaping my
                      new SPADS server, the<br/>
                      SecureProtocolAnalysisDetetectionSelection server.
                      I have the<br/>
                      ProbingFrameBuffer using frame probes to analyze,
                      detect and select the<br/>
                      operations for the discovered protocol. This SPADS
                      server can come<br/>
                      online with all available functional protocols
                      installed and probing<br/>
                      incoming traffic to detect and select the
                      appropriate secure handshake<br/>
                      protocol based on the initial frame arriving. Then
                      proceed with that<br/>
                      handshake to establish a secure connection.<br/>
                      <br/>
                      Currently non-functional and non-tested. I like to
                      mold the clay before<br/>
                      making it sound.<br/>
                      <br/>
                      Get it working; get it working right; get it
                      working fast. It is not yet<br/>
                      working, but it is molding well.<br/>
                      <br/>
                      ThunkStack-rabbit.40.mcz<br/>
                      <br/>
                      take it, light,<br/>
                      rabbit<br/>
                      <br/>
                      . .. ... '...^,^<br/>
                      <br/>
                    </blockquote>
                  </div>
                  _______________________________________________<br/>
                  Cryptography mailing list<br/>
                  <a href="mailto:Cryptography@lists.squeakfoundation.org" target="_blank" rel="noreferrer" moz-do-not-send="true" class="moz-txt-link-freetext">Cryptography@lists.squeakfoundation.org</a><br/>
                  <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography" rel="noreferrer noreferrer" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography</a><br/>
                </blockquote>
              </div>
            </blockquote>
          </div>
        </blockquote>
      </div>
    </blockquote>


</body></html>