FreeBSD 4.1.1 Includes RSA
Eladio McCormick writes: "Yeah, I know point releases are not by themselves huge news, but FreeBSD 4.1.1-RELEASE represents a major event, in that the base distribution now includes RSA. Info on the release is online." We've had a number of submissions about this one -- good to see the patent come off, and encryption working its way into more things.
Didn't they say they would never do a 4.x.x release ? (only a 4.x)..
UPS Sucks
This the way server need to be secure when you install it. I hope that more linux distros start doing this also. When will they start incorperating RSA in thier distros.
I just downloaded red hat 7.0 and loaded it onto a test machine. I noticed on bootup that it loads some RSA stuff.
Just letting you know that if you absolutely want to go play with this (something I plan to do now that I saw it's already on my test box) and the mirrors you are getting BSD from are full, red hat has it, too.
Wheeeee
> But this does nothing to get Linux onto
> mainstream desktops.
Nor does it do anything to make lemons bigger or encourage owls to explode.
Perhaps that's because it isn't intending to do any of these things, and nobody is suggesting that it should?
-- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz
This time next year, look at the number of products that appeared since the patent expired, and the ways they use it.
Where do you see the innovation happening?
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
Right, but it definitely adds to security and makes it easier to build a secure system.
If someone sniffs on your connection and you're using telnet, enjoy.
If someone sniffs on your connection and you're using ssh (basically == telnet+cryptography), not too much of a problem.
This message is provided under the terms outlined at http://www.bero.org/terms.html
RSA actually isn't very complex (relatively speaking, of course). It's been in any decent college-level discrete mathematics textbook for years. CS students are taught to do it in their heads (mind you, the human brain is a lot slower than a computer at this sort of thing, but the algorithm holds).
So no, it's no surprise that the BSD folks could get an implementation going. The Mozilla folks have had their OSS RSA out for a week already.
And, oh yeah, [i]everyone [/i]wanted RSA, even when you had to pay for a license. What we were mad about was RSA's abuse of the patent system (never mind the issues of software patents; they had freely published this themselves for so long that in any sane country it would be considered prior art; in fact they published it for so long that even by the US system it should have been considered as such).
----------
This isn't directly related to RSA, but it got me thinking: now that strong crypto isn't considered a 'munition' anymore, it'd really be a good time to start including the IPSEC hooks for FreeS/WAN in the stock Linux kernel. FreeS/WAN is a great package, and it enables really good VPN's to be done on a shoestring. Unfortunately, it requires a kernel patch. I'd like to see the relevant IPSEC hooks in the stock kernel now.
--
Tired of FB/Google censorship? Visit UNCENSORED!
This is not something "new" for FreeBSD. For some time the base system has included RSA based encryption (for OpenSSH). What is new is that there is now only one distribution, not a USA version and an International version.
What occurred in the past was that the RSA code could come from two sources - a USA patented version, which required a licence for commercial use, and an international free version (which was also cleaner and faster). If you were a USA resident you were required to install the librsa port to obtain RSA based encryption.
Since the changes in the patent, there is now no need for the RSA Data Security library, and so the international library is used in all cases, and we now longer have to have two seperate distributions, and all of the Makefile goop to handle having two slightly different libs for USA/non USA.
It also means that RSA can be used commercially without a licence.
Regards,
-Jeremy (reg@FreeBSD.org)