search for: crytpo

Displaying 2 results from an estimated 2 matches for "crytpo".

Did you mean: crypto
2004 Feb 27
0
MIT Krb5 Port Upgrade
I will be updating the MIT krb5 port to krb5-1.3.2 this weekend. Unfortunately crypto-publish.org does not distribute the new source yet. Traditionally I disabled support for fetch from crytpo-publish.org until they updated their website with the latest krb5 sources, requiring the port to fetch the source from MIT in all cases. This time will be different, that is unless of course someone objects. The port will be upgraded to krb5-1.3.2 when fetching from MIT however it will remain a...
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the builtin entropy collection code. Here's what I intend to do: When init_rng is called, we'll check OpenSSL's RAND_status(). If this indicates that their PRNG is already seeded, we'll do nothing. This effectively detects platforms which have /dev/urandom (or similar) configured into OpenSSL. If OpenSSL isn't