List Info

Thread: QCA Roadmap and Beta 6




QCA Roadmap and Beta 6
country flaguser name
United States
2007-05-13 18:07:36
There will be a Beta 6, due to API updates.  Note: nothing
should affect Psi.

The main issue is that there's no way to set untrusted certs
during CMS 
verification.  I had forgotten about this until I looked at
the qcatool 
TODOs.  I've changed the plan around so that qcatool and
cmssigner will be 
completed for Beta 6.  This way, a forgotten feature is less
likely to 
happen.

The rest of the plan for Beta 6 will be to address all
remaining header file 
modifications except for documentation, as well as implement
all features in 
the cpp files.  There were also some TODO entries for
trivial header 
modifications, like adding more "getters", using
Q_DISABLE_COPY, and adding 
non-default copy constructors, destructors, etc to
everything.  I wasn't 
going to count these as real API changes, but I'll do them
for Beta 6 anyway 
just for consistency.

The plan for Test 1 will be documentation and cpp file
cleanup.

I'm pushing the Final date to June 5th.

Schedule:
  Beta 6: Wednesday, May 16th
  Test 1: Wednesday, May 23rd
  Final: Tuesday, June 5th

-Justin
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
country flaguser name
United States
2007-05-24 02:25:49
On Sunday 13 May 2007 4:07 pm, Justin Karneges wrote:
> There will be a Beta 6, due to API updates.  Note:
nothing should affect
> Psi.
>
> The main issue is that there's no way to set untrusted
certs during CMS
> verification.  I had forgotten about this until I
looked at the qcatool
> TODOs.  I've changed the plan around so that qcatool
and cmssigner will be
> completed for Beta 6.  This way, a forgotten feature is
less likely to
> happen.

qcatool is considered complete, but I'm still working on
cmssigner.  This is 
my first time doing Qt 4 GUI for real (crazy, huh?) and so
I'm trying to do 
it right.  It has been a challenge working out the GUI
kinks.

I've committed the new PKCS#11 configuration dialog, which
supports the 
standard formtype completely.  Try it out!

The schedule needs to be reworked, since tonight was the due
date for Test 1, 
and I haven't even put out Beta 6 yet (due last wednesday).

Schedule:
  Beta 6: Monday, May 28th
  Test 1: Monday, June 4th
  Final: Monday, June 11th

Final pushed back again, but that's how it goes.

-Justin
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
user name
2007-05-24 12:14:16
On 5/24/07, Justin Karneges <justin-psi2affinix.com> wrote:
> qcatool is considered complete, but I'm still working
on cmssigner.  This is
> my first time doing Qt 4 GUI for real (crazy, huh?) and
so I'm trying to do
> it right.  It has been a challenge working out the GUI
kinks.
>
> I've committed the new PKCS#11 configuration dialog,
which supports the
> standard formtype completely.  Try it out!

It fails during:
if(!QCA::isSupported("cms"))

And i have qca-openssl.
$ ../../bin/qcatool plugins
Qt Library Paths:
  /usr/local/my/Development/kde/qt-4.2.3/plugins
  /usr/local/my/Development/kde/qca/bin
Available Providers:
  qca-logger
  qca-openssl
    This product includes cryptographic software written by
Eric Young
    (eaycryptsoft.com)
  qca-pkcs11

Alon
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
user name
2007-05-24 12:06:14
On 5/24/07, Justin Karneges <justin-psi2affinix.com> wrote:
> Schedule:
>   Beta 6: Monday, May 28th
>   Test 1: Monday, June 4th
>   Final: Monday, June 11th
>
> Final pushed back again, but that's how it goes.

Will you fix the side-by-side issues?
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
country flaguser name
United States
2007-05-24 13:57:09
On Thursday 24 May 2007 10:06 am, Alon Bar-Lev wrote:
> On 5/24/07, Justin Karneges <justin-psi2affinix.com> wrote:
> > Schedule:
> >   Beta 6: Monday, May 28th
> >   Test 1: Monday, June 4th
> >   Final: Monday, June 11th
> >
> > Final pushed back again, but that's how it goes.
>
> Will you fix the side-by-side issues?

Yes, it's in my local todo.  Should be done for Beta 6.

-Justin
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
country flaguser name
United States
2007-05-24 14:00:14
On Thursday 24 May 2007 10:14 am, Alon Bar-Lev wrote:
> It fails during:
> if(!QCA::isSupported("cms"))
>
> And i have qca-openssl.

Works here...  Can you investigate?

-Justin
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
user name
2007-05-24 14:04:18
On 5/24/07, Justin Karneges <justin-psi2affinix.com> wrote:
> On Thursday 24 May 2007 10:14 am, Alon Bar-Lev wrote:
> > It fails during:
> > if(!QCA::isSupported("cms"))
> >
> > And i have qca-openssl.
>
> Works here...  Can you investigate?

Sure...
But there are no logs... 
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
user name
2007-05-24 14:06:30
On 5/24/07, Alon Bar-Lev <alon.barlevgmail.com> wrote:
> On 5/24/07, Justin Karneges <justin-psi2affinix.com> wrote:
> > On Thursday 24 May 2007 10:14 am, Alon Bar-Lev
wrote:
> > > It fails during:
> > > if(!QCA::isSupported("cms"))
> > >
> > > And i have qca-openssl.
> >
> > Works here...  Can you investigate?
>
> Sure...
> But there are no logs... 
>

Found!
I used the wrong qmake... :(
I guess I should wait for proper configure before I make
more noise... 
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

Re: QCA Roadmap and Beta 6
country flaguser name
United States
2007-05-29 03:27:02
On Thursday 24 May 2007 12:25 am, Justin Karneges wrote:
> The schedule needs to be reworked, since tonight was
the due date for Test
> 1, and I haven't even put out Beta 6 yet (due last
wednesday).
>
> Schedule:
>   Beta 6: Monday, May 28th
>   Test 1: Monday, June 4th
>   Final: Monday, June 11th
>
> Final pushed back again, but that's how it goes.

Sadly, there is still a week's worth of stuff for Beta 6. 
I've pushed most of 
it off now to a Beta 7.  Beta 6 will have all the build
system changes 
discussed, and I'll try to have it out tomorrow.

I'll post a reworked schedule later...

-Justin
_______________________________________________
delta mailing list
deltalists.affinix.com
http://lists.affinix.com/listinfo.cgi/delta-affinix.com

[1-9]

about | contact  Other archives ( Real Estate discussion Medical topics )