Re: [cap-talk] RumpelTree++

"Rob Meijer" <rmeijer-qWit8jRvyhVmR6Xm/[email protected]> Fri, 25 Jul 2014 20:42:20 +0200
Newsgroups gmane.comp.lang.e.general,gmane.comp.capabilities.general
Message-ID <[email protected]>
Just did a last bugfix. All tests run correctly and without memory leaks.
Would anyone be interested in contributing a security-oriented code-review
on my library? Its C++11 code and I took extra effort to make sure memory
containing security sensitive authority tokens gets wiped after usage
while maintaining the friendly almost fully string like interface.



T.I.A.

Rob

On Mon, July 21, 2014 14:11, Rob Meijer wrote:
> Oops, that one should have gone to cap-talk, not e-lang :-(
>
> On Mon, July 21, 2014 13:51, Rob Meijer wrote:
>> I thought some of you might be interested in the following.
>>
>> I've migrated my Rumpelstiltskin tree-graph algorithm code from using
>> openssl to using crypto++, and from being some deep part of MinorFS2 to
>> being its own hopefully more widely usable C++ library. Its still a work
>> in progress (need to write a whole lot of extra tests, need to look at
>> memory wiping that seems not to be working, and at writing a solid cmake
>> config file without hard-coded llvm tools, but anyhow, I think its in a
>> state that its suitable to play around with a bit for those interested
>> in
>> using it.
>>
>> https://github.com/pibara/Rumpeltreepp
>>
>> I'm very interested in any feedback, and if anyone thinks it usefull
>> that
>> I've seperated my code from MinorFs2 into a seperate general purpose
>> library.
>>
>>
>> The interface of the library is defined in rumpelstiltskin.hpp, and an
>> API
>> usage example can be found in test.cpp.
>>
>>
>> Rob
>>
>> _______________________________________________
>> e-lang mailing list
>> [email protected]
>> http://www.eros-os.org/mailman/listinfo/e-lang
>>
>>
>
>
> _______________________________________________
> cap-talk mailing list
> [email protected]
> http://www.eros-os.org/mailman/listinfo/cap-talk
>
>