This feed contains the 10 most recent pages in the "netcrypto" category.

OK, it's decision time. It's obvious that the amount of activities I've had lately came with consequences. I'm hardly at home before late most of the week days, I've a hard time making time to be with Eva, let alone take care of my own home. It's just too damn much, and generally deteriorating.

So, I've decided to take a break from the choir. Yes, I know, I was all excited a year ago, but the way things look right now, it's a luxuary I can't uphold anymore, if I want to stay healthy.

I'm also going to cut down on the time I spend at Stacken unless I can find a way to stay in focus with the stuff I work on. I could, for example, only appear every second week...

Posted Oct 11, 2005 7:02:11 AM +0200 | Tags: netcrypto

Sigh

So, from the original parameter capabilities being sub-functional, I've just realised that the stuff I've tried to implement was way over-complex, and while being a good playground to experiment with, it also was just too generalised and just resulted in needless bloat and complex dependencies, not to speak of a confusing pletora of types, all looking the same, but not quite.

Bleah!

Oh, I shouldn't complain too much. It's been a learning experience, and goodness is growing out of it.

So, I'm whiping the NC_PARAMETERS type and it's aliases and starting them over. I'm keeping NC_PARAMETER_PROCESSOR and making it a structure that's handled much in the same way as NC_ALGORITHM, and define NC_KEY_PARAMETERS, NC_PKEY_PARAMETERS, NC_CIPHER_OPERATION_PARAMETERS and NC_PKCIPHER_OPERATION_PARAMETERS to be separate types without public definition (i.e. you can only use them for pointers) instead of being aliases for NC_PARAMETERS. Parameter blocks that are sent on to engines are seen the same way as any other blob sent down that way; as a void*.

Simple and easy to implement. Did it once with algorithms, can do it again.

I had originally planned to get something out by the end of the summer. Guess that's delayed, and will be delayed further since my paying workload just quadrupled or more. Sorry 'bout that.

Posted Sep 8, 2005 9:37:19 PM +0200 | Tags: netcrypto

To see all of them, check the archive-netcrypto.

blog comments powered by Disqus