<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=35" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2018-01-30T09:26:55+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=35</id>
<entry>
<author><name><![CDATA[Tom2]]></name></author>
<updated>2018-01-30T09:26:55+01:00</updated>
<published>2018-01-30T09:26:55+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2835&amp;p=10136#p10136</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2835&amp;p=10136#p10136"/>
<title type="html"><![CDATA[YubiKey 4 • [Community] - Forum going read only. New KDB on its way.]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2835&amp;p=10136#p10136"><![CDATA[
For the security and experience of our user community, we have decided to set the forum as read-only and wipe all user account information. All historical posts and announcements will be archived and remain publicly searchable. <br /><br />In 2018, we will be publishing a searchable knowledge-base system that allows the community to provide direct feedback on articles and make suggestions that will be reviewed by Yubico staff. We sincerely appreciate the participation of our user forum over the years and hope to continue serving your for years to come.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3364">Tom2</a> — Tue Jan 30, 2018 9:26 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Murali]]></name></author>
<updated>2018-01-24T11:30:14+01:00</updated>
<published>2018-01-24T11:30:14+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2832&amp;p=10132#p10132</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2832&amp;p=10132#p10132"/>
<title type="html"><![CDATA[YubiKey 4 • YubiKey 4  on MAC - ABORT has been sent to the transform]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2832&amp;p=10132#p10132"><![CDATA[
Hi,<br /><br />I am trying to sign some data with the certificate PrivateKey ( Certificate was loaded into slot 9c(Digital signature) on My YubiKey4 using Yubikey PIV Manager v1.4.2) on Mac High Sierra.<br /><br />Below  OSX APIs were used to sign the data using the certificate,<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">    SecTransformRef signingTransform = NULL;<br />    signingTransform = SecSignTransformCreate(privateKeyRef, NULL);<br />    NSString *stingSign = @&quot;Some string&quot;;<br />    CFDataRef sourceData = CFDataCreate(<br />                                        kCFAllocatorDefault,<br />                                        (const unsigned char *)&#91;stingSign UTF8String&#93;,<br />                                        stingSign.length<br />                                        );<br />    CFErrorRef error = NULL;<br />    SecTransformSetAttribute(<br />                             signingTransform,<br />                             kSecTransformInputAttributeName,<br />                             sourceData,<br />                             &amp;error);<br />    if (error)<br />      {<br />        NSLog(@&quot;Error : %@&quot;,&#91;((__bridge NSError*)error) description&#93;);<br />      }<br />   ..... Remaining execution code goes here<br /></div><br />but i am getting <div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />Error : Error Domain=com.apple.security.transforms.error Code=20 &quot;ABORT has been sent to the transform (Error Domain=Internal CSSM error Code=-25304 &quot;Internal error #ffff9d28 at SignTransform_block_invoke /BuildRoot/Library/Caches/com.apple.xbs/Sources/Security/Security-58286.31.2/OSX/libsecurity_transform/lib/SecSignVerifyTransform.c:411&quot; UserInfo={NSDescription=Internal error #ffff9d28 at SignTransform_block_invoke /BuildRoot/Library/Caches/com.apple.xbs/Sources/Security/Security-58286.31.2/OSX/libsecurity_transform/lib/SecSignVerifyTransform.c:411, Originating Transform=CoreFoundationObject})&quot; UserInfo={NSDescription=ABORT has been sent to the transform (Error Domain=Internal CSSM error Code=-25304 &quot;Internal error #ffff9d28 at SignTransform_block_invoke /BuildRoot/Library/Caches/com.apple.xbs/Sources/Security/Security-58286.31.2/OSX/libsecurity_transform/lib/SecSignVerifyTransform.c:411&quot; UserInfo={NSDescription=Internal error #ffff9d28 at SignTransform_block_invoke /BuildRoot/Library/Caches/com.apple.xbs/Sources/Security/Security-58286.31.2/OSX/libsecurity_transform/lib/SecSignVerifyTransform.c:411, Originating Transform=CoreFoundationObject})}<br /></div><br /><br />Do I need to do any extra configuration to execute this code? or am I missing something while setup? same code is working fine if I sign with the same certificate on eToken smartcard.<br /><br />Please help us.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5066">Murali</a> — Wed Jan 24, 2018 11:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gg94700]]></name></author>
<updated>2018-01-22T13:17:17+01:00</updated>
<published>2018-01-22T13:17:17+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2830&amp;p=10126#p10126</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2830&amp;p=10126#p10126"/>
<title type="html"><![CDATA[YubiKey 4 • Occurred while decrypting a message the hand is invalid]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2830&amp;p=10126#p10126"><![CDATA[
Hi,<br /><br />When trying open a keepass database protected with a certificate on the yubikey into a 2008R2 (inside a ICA session citrix XenApp 6.5), i run across the following message :<br /><br />An error occurred while decrypting a message: The handle is invalid.<br /><br />First i have the PIN prompt and after PIN validation, i have the error as you can see on the image.<br /><br /><strong>It work very well inside a RDP session on the same server !<br />And it works also in a ICA session citrix XenApp version 7.9 !</strong><br /><br />When i use putty and pageant wincrypt, i have the following error : <br />__________________________________________________________________________________________<br />login as: root<br />Authenticating with public key &quot;cert://cn=adminrescue,thumbprint=6786370c2e56f50                    6679a116758951a1e0cd7686d&quot; from agent<br />Server refused public-key signature despite accepting key!<br />Using keyboard-interactive authentication.<br />Password:<br />__________________________________________________________________________________________<br /><br />it tells me incorrect signature ???<br /><br />Can you help me to track what's going wrong ?<br /><br /><br />Thanks<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5065">gg94700</a> — Mon Jan 22, 2018 1:17 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[woocash]]></name></author>
<updated>2018-01-19T13:06:51+01:00</updated>
<published>2018-01-19T13:06:51+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2826&amp;p=10121#p10121</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2826&amp;p=10121#p10121"/>
<title type="html"><![CDATA[YubiKey 4 • S/MIME basics]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2826&amp;p=10121#p10121"><![CDATA[
Hi, first post here <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /><br /><br />I am using SMIME certificate on Yubikey for a year now. Now i need to exchange it for a renewed one. Two questions I have:<br /><br />1. Why in all docs it says that &quot;certificate&quot; is on the yubikey, nothing about &quot;private key&quot;, even though it also is there? Is the term &quot;certificate&quot; used for a package of public+private key, not only public one?<br />2. How do I save new smime cert while retaining the old one for stored mail decryption?<br /><br />Cheers!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5060">woocash</a> — Fri Jan 19, 2018 1:06 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2018-01-17T19:34:34+01:00</updated>
<published>2018-01-17T19:34:34+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10113#p10113</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10113#p10113"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Question Regarding minidriver announcement.]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10113#p10113"><![CDATA[
Blocking the minidriver from installing is covered in the deployment guide, page 32 (last page). No, it's not part of a KB.<br /><br /><!-- m --><a class="postlink" href="https://www.yubico.com/wp-content/uploads/2017/10/YubiKey_Smart_Card_Deployment_Guide_10_2017_RevB.pdf">https://www.yubico.com/wp-content/uploa ... 7_RevB.pdf</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Wed Jan 17, 2018 7:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[My1]]></name></author>
<updated>2018-01-17T11:31:49+01:00</updated>
<published>2018-01-17T11:31:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10112#p10112</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10112#p10112"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Question Regarding minidriver announcement.]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10112#p10112"><![CDATA[
<div class="quotetitle">maggis wrote:</div><div class="quotecontent"><br />What offends me most, is that the exact update name/KB has never been listed anywhere that I can find.<br /><br />So how can I un-approve it in WSUS??<br /></div><br /><br />are drivers even KBs?<br /><br />iirc drivers are a bit different than normal updates.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4175">My1</a> — Wed Jan 17, 2018 11:31 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[maggis]]></name></author>
<updated>2018-01-17T10:44:52+01:00</updated>
<published>2018-01-17T10:44:52+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10109#p10109</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10109#p10109"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Question Regarding minidriver announcement.]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2772&amp;p=10109#p10109"><![CDATA[
What offends me most, is that the exact update name/KB has never been listed anywhere that I can find.<br /><br />So how can I un-approve it in WSUS??<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4467">maggis</a> — Wed Jan 17, 2018 10:44 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lsichoeum]]></name></author>
<updated>2018-01-17T10:05:25+01:00</updated>
<published>2018-01-17T10:05:25+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2756&amp;p=10108#p10108</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2756&amp;p=10108#p10108"/>
<title type="html"><![CDATA[YubiKey 4 • Re: windows 10 1703 minidriver update breaks PIV]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2756&amp;p=10108#p10108"><![CDATA[
So, do you have any recommended tips to fix this ?<br />currently, I am using smart card Yubico and my laptop was installed this driver automatically then I need to login PC using password and remove it first to be able login PC using smart card.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5055">lsichoeum</a> — Wed Jan 17, 2018 10:05 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2018-01-16T22:28:18+01:00</updated>
<published>2018-01-16T22:28:18+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10106#p10106</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10106#p10106"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Need help in loading my new Yubikey 4]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10106#p10106"><![CDATA[
Open Yubico Authenticator and make sure the app isn't covering the QR code displayed in your Bitstamp account (<!-- m --><a class="postlink" href="https://www.bitstamp.net/article/update-bitstamp-adds-support-two-factor-authentica/">https://www.bitstamp.net/article/update ... uthentica/</a><!-- m -->). From Yubico Authenticator, File &gt; Scan QR code.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Tue Jan 16, 2018 10:28 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mamba1]]></name></author>
<updated>2018-01-16T17:32:28+01:00</updated>
<published>2018-01-16T17:32:28+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10105#p10105</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10105#p10105"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Need help in loading my new Yubikey 4]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10105#p10105"><![CDATA[
Hello Julemand . . .<br /><br />Thank you for replying.  My problem is as follows . . .<br /><br />I have spent over 12 hours trying to make the Yubikey work to no avail.  I have tried every possible source on the net and cannot find any guide that starts with a “step 1” so to speak.  Desperately need some advice so I can proceed and use the key.  Please help!!<br /><br />Inserted the key and it said no credential added – <br /><br />Tried the demo to set credentials as explained at demo.yubico.com and it worked without any problems.<br /><br />Tried to set credentials on the Yubico Authenticator and it was a completely different platform to set credentials asking for a secret key, etc.<br /><br />So assuming I need to set my credentials in order to use the key, how do I do this?  <br /><br />I need this for 2FA on Bitstamp and other sites.  <br /><br />Also, noted the “personalization tool” and is this the necessary first step???  For Bitstamp and other sites I assume I need the OTP mode??  Please clarify.<br /><br />I had tried to add a credential for Bitstamp and followed the instructions in the User’s Guide (2016 Yubico) on page 11 and this did not work either.<br /><br />Any help you can offer would be greatly appreciated!  <br /><br />Many thanks,<br />David<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5053">mamba1</a> — Tue Jan 16, 2018 5:32 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[julemand101]]></name></author>
<updated>2018-01-16T13:43:34+01:00</updated>
<published>2018-01-16T13:43:34+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10104#p10104</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10104#p10104"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Need help in loading my new Yubikey 4]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10104#p10104"><![CDATA[
Hi David,<br /><br />Could you try explain what you are trying to achieve? It is a little unclear what you mean by &quot;in order to provide the requested security from sites I deal with&quot;. Yubikey 4 does support a range of different ways to provide security so I need to know a little more before I can guide you.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3806">julemand101</a> — Tue Jan 16, 2018 1:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mamba1]]></name></author>
<updated>2018-01-15T19:44:36+01:00</updated>
<published>2018-01-15T19:44:36+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10102#p10102</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10102#p10102"/>
<title type="html"><![CDATA[YubiKey 4 • Need help in loading my new Yubikey 4]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2822&amp;p=10102#p10102"><![CDATA[
Dear Friends,<br /><br />I have spent the past 8 hours trying to load my Yubikey 4, in order to provide the requested security from sites I deal with.<br /><br />No matter what I try I am unable to make it function correctly.<br /><br />I am not really computer savvy, so if possible I would sincerely appreciate help with my seemingly insurmountable task!<br /><br />Kind regards,<br /><br />David <img src="https://forum.yubico.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5053">mamba1</a> — Mon Jan 15, 2018 7:44 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[justinwagg]]></name></author>
<updated>2018-01-10T16:50:52+01:00</updated>
<published>2018-01-10T16:50:52+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2820&amp;p=10099#p10099</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2820&amp;p=10099#p10099"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Locked out of Macbook]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2820&amp;p=10099#p10099"><![CDATA[
Solved<br /><br />Followed this tutorial: <a href="https://vcsjones.com/2016/01/21/regaining-access-to-os-x-after-a-lost-yubikey/" class="postlink">https://vcsjones.com/2016/01/21/regaining-access-to-os-x-after-a-lost-yubikey/</a><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5047">justinwagg</a> — Wed Jan 10, 2018 4:50 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2018-01-09T19:14:05+01:00</updated>
<published>2018-01-09T19:14:05+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2734&amp;p=10095#p10095</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2734&amp;p=10095#p10095"/>
<title type="html"><![CDATA[YubiKey 4 • Re: Support for EdDSA]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2734&amp;p=10095#p10095"><![CDATA[
no plans currently<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Tue Jan 09, 2018 7:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[justinwagg]]></name></author>
<updated>2018-01-09T17:11:49+01:00</updated>
<published>2018-01-09T17:11:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2820&amp;p=10094#p10094</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2820&amp;p=10094#p10094"/>
<title type="html"><![CDATA[YubiKey 4 • Locked out of Macbook]]></title>

<category term="YubiKey 4" scheme="https://forum.yubico.com/viewforum.php?f=35" label="YubiKey 4"/>
<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2820&amp;p=10094#p10094"><![CDATA[
Hello, <br /><br />Hope you are well. <br /><br />I set my Yubikey up as a method of logging into my Mac by following the steps in this pdf:<br /><a href="https://www.yubico.com/wp-content/uploads/2016/02/Yubico_YubiKeyMacOSXLogin_en.pdf" class="postlink">https://www.yubico.com/wp-content/uploads/2016/02/Yubico_YubiKeyMacOSXLogin_en.pdf</a><br /><br />I seem to have locked myself out of, or disabled the PIN somehow  <img src="https://forum.yubico.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarrassed" /> . <br /><br />When I boot my machine, I am first prompted for my actual password, which upon entering it, another login window appears asking for PIN. Even though I am entering the correct PIN, which worked previously in testing, I can not unlock my computer. <br /><br />Are there steps I can use to troubleshoot/disable the PIN?<br /><br />I attempted to boot into recovery mode and remove the lines I added in<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">/etc/pam.d/screensaver</div><br />and<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">/etc/pam.d/authorization</div><br /><br />but in recovery mode it doesn't look like those edits are even there. <br /><br />Any tips would be greatly appreciated.<br /><br />Thanks,<br />Justin<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=5047">justinwagg</a> — Tue Jan 09, 2018 5:11 pm</p><hr />
]]></content>
</entry>
</feed>