Displaying 1 result from an estimated 1 matches for "cpu_version".
2002 Jul 12
2
HP-UX slow login problem found?
...compiling everything in 32-bit mode.
I'm running on an 9000/L2000-44 under HP-UX 11.0. This is a
two-processor 440MHz PA-RISC 2.0 system. If you only have a PA-RISC
1.x processor I think you may still be out of luck?? You can check
your processor version by running the command "getconf CPU_VERSION".
If it returns 532 or higher you have a 2.0 processor.
There are basically two extremely slow routines in OpenSSL which show
up if you compile it "out of the box": RSA operations and DH parameter
generation. You can test how fast these are with the following...
$ openssl speed...