GithubHelp home page GithubHelp logo

Comments (4)

distantcam avatar distantcam commented on July 24, 2024

I don't see why not, if people need FIPS compliance.

Another thing I was thinking about with the hashing, why not bake the hash into the loader with Costura, instead of inserting code to generate it each time?

from costura.

SimonCropp avatar SimonCropp commented on July 24, 2024

bake the hash into the loader

that is an even better idea. I actually dont care about FIPs at compile time. It is more a run time concern. if we can remove the need for it at run time that is perfect

from costura.

distantcam avatar distantcam commented on July 24, 2024

0.4.2 now has a baked in hash based on the bits of the embedded Costura resources.

This can cause multiple assemblies to have the same hash, if they have the same embedded resources. To avoid conflicts when saving the assemblies to disk that part of the code has a mutex protecting it across processes.

I also took the opportunity to clean up the template code and move common stuff into a shared class. Everything gets put into one class by Costura.

from costura.

richardmatsu avatar richardmatsu commented on July 24, 2024

When @SimonCropp referenced this issue from an NServiceBus issue, I didn't know at the time that NSB was using Fody/Costura. I've discovered that the version shipping with NSB 4.0.4 is not compliant. The package info is:

<package id="Fody" version="1.13.8.0" targetFramework="net40" />

Does the version above include the commit referenced here? If not, what version should NSB be using?

Thanks

from costura.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.