CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2014/06/02 09:08:38

Modified files:
        lib/libssl/src/crypto: x86_64cpuid.pl x86cpuid.pl 
        lib/libssl/src/crypto/engine: eng_all.c engine.h 
        lib/libssl/src/crypto/perlasm: x86_64-xlate.pl x86asm.pl 
        lib/libcrypto/crypto: Makefile 
Removed files:
        lib/libssl/src/crypto/engine: eng_rdrand.c 

Log message:
A few months back there was a big community fuss regarding direct-use
of the intel RDRAND instruction.  Consensus was RDRAND should probably
only be used as an additional source of entropy in a mixer.

Guess which library bends over backwards to provide easy access to
RDRAND?  Yep.  Guess which applications are using this support?  Not
even one... but still, this is being placed as a trap for someone.

Send this support straight to the abyss.
ok kettenis

Reply via email to