[cmake-developers] QtAutogen 3.6.0 directory nesting overflow patch

Sebastian Holtermann seblist at xwmw.org
Wed Aug 10 06:15:05 EDT 2016


> Okay.  Please look at extending cmCryptoHash to offer access to
> the _Final functions to get the binary digests directly as
> `std::vector<unsigned char>` or something like that.  That will
> avoid the binary->hex->binary conversion sequence before going
> to Base64.  Also, please explain the motivation in comments.

These patches change the private abstract interface of cmCryptoHash to 
return std::vector<unsigned char> instead of std::string.
Conversion to std::string is handled by a static public method.

-Sebastian


-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmake_3-6-1_cmCryptoHash_patches_v001.tar.gz
Type: application/gzip
Size: 4387 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160810/23baa28d/attachment.bin>


More information about the cmake-developers mailing list