Summary: | SCC: Implement basic Secure Hash (SHA256) build time signatures & runtime validation | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | 2.4.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | FEATURE | SCM Refs: |
gluegen 00ad70b3bd7f8859c710039857aa7da17a29b3d7
gluegen 234bd58643e83aa7d34d752de3e98d6ae84cba3d
gluegen 302599570c04bae0d96e3b20981fab1ffcaf61ae
|
Workaround: | --- | ||
Bug Depends on: | 1367 | ||
Bug Blocks: | 1368 |
Description
Sven Gothel
2019-04-03 05:54:06 CEST
Implemented in GlueGen as described. Tested on Linux, MacOSX and Windows. Computed SHA256 is cross platform universal. TODO: Adopt build-time and runtime test for JOAL, JOGL and JOCL Further fixes and cleaning up. Having the first module implementation as clean as possible shall reduce adaption work in our other modules. Hide SHA Algorithm bit size in literals of Specification - 234bd58643e83aa7d34d752de3e98d6ae84cba3d Clarify & fix build dependencies in build.xml - 302599570c04bae0d96e3b20981fab1ffcaf61ae |