search for: filechecksum

Displaying 6 results from an estimated 6 matches for "filechecksum".

Did you mean: file_checksum
2015 Apr 27
2
upcoming libshout beta/snapshot
...the cipher list further than Modern? If it's not too much too ask, could your re-run the tests only this time with SHA256 ciphers as the minimum (in other words excluding SHA / SHA1). SHA1 should not really be used if it can be avoided (it's still fine for HMAC-SHA1 though and as a CRC32 filechecksum alternative) as some known weaknesses exists. Also is it possible to use TLSv1.2 only? (in other words excluding TLSv1.1) By the looks of it TLSv1.2 uses SHA256 for all ciphers (basically excluding the use of MD5/SHA1). So if TLSv1.2 works fine with Icecast then those old hash methods can be av...
2018 Aug 31
2
PDB questions
...I found this > code: > > Expected<codeview::DebugChecksumsSubsectionRef> > ModuleDebugStreamRef::findChecksumsSubsection() const { > codeview::DebugChecksumsSubsectionRef Result; > for (const auto &SS : subsections()) { > if (SS.kind() != DebugSubsectionKind::FileChecksums) > continue; > > if (auto EC = Result.initialize(SS.getRecordData())) > return std::move(EC); > return Result; > } > return Result; > } > > Subsections() is populated here: > > if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Si...
2018 Aug 31
2
PDB questions
Zachary, Thanks for the help on IRC earlier. I've got code that can capture a stack trace and then discover for each address, its module, function, source index, line, and column. I still have a couple of loose ends though. Do you know what's going on here? 1. There appears to be 8 bytes before every LineFragmentHeader. Here's some of my own debug output, which matches
2015 Apr 28
0
upcoming libshout beta/snapshot
...ther than Modern? > If it's not too much too ask, could your re-run the tests only this time > with SHA256 ciphers as the minimum (in other words excluding SHA / SHA1). > SHA1 should not really be used if it can be avoided (it's still fine for > HMAC-SHA1 though and as a CRC32 filechecksum alternative) as some known > weaknesses exists. I'm not sure about this. I guess you need to provide a 'reputable source' to conform with Mr. R?cker's requirements. > Also is it possible to use TLSv1.2 only? (in other words excluding TLSv1.1) > By the looks of it TLSv1....
2015 Apr 19
4
upcoming libshout beta/snapshot
Hi, as some of you might know Philipp has been working hard on adding TLS support to libshout, and a few other things. Originally we were planning to publish a beta or snapshot today, but we didn't manage to agree on a openssl client side cipher list yet. If anyone happens to know about proven secure settings, just like the Mozilla labs settings for server side, please let us know. We want
2015 Nov 01
3
[cfe-dev] RFC: CodeView debug info emission in Clang/LLVM
I also think that we should keep one representation of debug info in the LLVM IR. There would be a need to extend some of the debug info entries to support CodeView, but I think that most of the information generated today by Clang for Dwarf can be used for generating CodeView. I can think about two missing extensions that are needed to CodeView: 1. In Frontend: File Checksum, it is