Re: FreeBSD-newbies is a community.

From: Nikolas Britton (freebsd_at_nbritton.org)
Date: 03/22/04

  • Next message: Johnson David: "Re: FreeBSD-newbies group is a compromise community."
    Date: Mon, 22 Mar 2004 12:33:07 -0600
    To: Ash Gokhale <ash.gokhale@noaa.gov>, freebsd-newbies@freebsd.org
    
    

    Ash Gokhale wrote:

    > The crypto (libcrypto) framework is a set of algorithms , code ,
    > headers and libraries that allow your machine to encrypt and decrypt
    > traffic bound for where someone might want to read, alter or forge it,
    > and you don't want them to. There are places where it is not legal use
    > or export some of this technology; find out if you live in one.
    >
    > OpenSSLis a part of that framework. To think you run a secure
    > machine, you must convince yourself that It's secure on all levels.
    > All the applications on your machine look to libcrypto to provide
    > security services to provide. It's the engine for packages like SSH
    > and Apache/SSL. Above the hardware and the kernel, it's the basis for
    > all the crypto on the machine. Never versions of applications require
    > current versions of libcrypto to resist attacks based on known bugs.
    >
    > Ports is easy. By building out of ports you are leveraging other
    > peoples work, but you might not say with high confidence that the
    > ports system builds libcrypto to your level of paranoia. If you can
    > conceive of some malicious person slipping something bad into the
    > repository (it has happened to other OS's), you may want to build it
    > yourself.

    I donno that seems kinda flawed to me, can you guarantee with high
    confidence that a malicious person didn't slip something into the source
    code at the source?

    > Building it yourself is the other option. Before there was a ports
    > tree, you had to build it all by hand, in doing so you learn much
    > about your machine and the thousands of ways to break it. OpenSSL.org
    > makes the signed source code available; which you can be reasonably
    > sure has not been tampered. When you get good at the process you can
    > commit your own port to the ports tree.

    Besides the educational factor, you can never be 100% certin that what
    you built isn't allready compromised unless you do everything yourself,
    from scratch.
    This essentially mutes the whole point of not using the port, your time
    would be better spent auditing the ports patch code.

    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: Johnson David: "Re: FreeBSD-newbies group is a compromise community."

    Relevant Pages

    • Re: FreeBSD-newbies is a community.
      ... current versions of libcrypto to resist attacks based on known bugs. ... your own port to the ports tree. ... btw: Adding this btw in this manner is called a troll. ...
      (freebsd-newbies)
    • Re: Can i make a CD of the Ports Collection
      ... use whether cvsup or method above to get a recent ports ... > You can also reinstall the ports tree from the iso image. ... The answer is that this cannot be avoided, since the source files of the ... If you have a fast connection somewhere that can download these source ...
      (freebsd-questions)
    • Re: Questions about updating...
      ... Since ssh is part of the base install .. ... >>the system tree and the ports tree? ... When you build from a port, it essentially builds the package ...
      (freebsd-questions)
    • Re: cvsup tag for ports
      ... it's still not clear to me which tag I should use for a production server. ... For my sources I always use the security branch for the release we are ... On one hand it makes sense to track that branch for ports because that's ... Neither the ports tree nor the docs tree is branched. ...
      (freebsd-questions)
    • Re: Questions about updating...
      ... > the system tree and the ports tree? ... Yep, install portupgrade and cvsup. ...
      (freebsd-questions)