Commit History

Author SHA1 Message Date
  Richard Levitte bc36ee6227 Use new-style system-id macros everywhere possible. I hope I haven't 23 years ago
  Richard Levitte cf1b7d9664 Make all configuration macros available for application by making 23 years ago
  Ulf Möller b2293b1e9b rsa_num is not used with NO_RSA 23 years ago
  Ulf Möller e0c875081e remember the problem with ftime() 23 years ago
  Bodo Möller 53d286797c avoid segmentation fault 23 years ago
  Ben Laurie 646d56956b Better handling of EVP names, add EVP to speed. 23 years ago
  Richard Levitte ccb9643f02 Remove references to RSAref. The glue library is but a memory to fade 23 years ago
  Richard Levitte 5e4ca4220e The consequence of constification is that to pass the address to a 23 years ago
  Richard Levitte 5660eb489e NetBSD doesn't use ftime(). 24 years ago
  Richard Levitte 5270e7025e Merge the engine branch into the main trunk. All conflicts resolved. 24 years ago
  Richard Levitte 1cbb729fdc Oops, if the target only had USE_TOD, an error message was issued... 24 years ago
  Richard Levitte c5f8bbbc0b Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com> 24 years ago
  Richard Levitte edb0d64367 AIX doesn't like ftime() either. 24 years ago
  Richard Levitte b004872c59 BSDI only supports ftime() through libcompat, which means it's 24 years ago
  Richard Levitte 28178bcf24 FreeBSD only supports ftime() through libcompat, which means it's 24 years ago
  Richard Levitte a3829b8650 ftime() is not supported on SGI. 24 years ago
  Richard Levitte 5614bb91f5 rsa_num2 is no longer used, so remove it. 24 years ago
  Richard Levitte 03ea28c985 Better error checking for RSA and DSA signature and verification speed 24 years ago
  Richard Levitte 05c2b37176 DSA_verify() and DSA_sign() might return -1... 24 years ago
  Richard Levitte 16e91fe8ab OpenBSD doesn't support timeb. 24 years ago
  Richard Levitte 3009458e2f MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test 24 years ago
  Richard Levitte 3132e196bd Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless on Unicos. 24 years ago
  Ben Laurie 2bfb4dbce4 Use up-to-date functions. 24 years ago
  Richard Levitte 4e74239cca Give the user the option to measure real time instead of user CPU time. 24 years ago
  Richard Levitte 26a3a48d65 There have been a number of complaints from a number of sources that names 24 years ago
  Ulf Möller 99a97051d4 pseudo-seed for the PRNG before testing DSA 24 years ago
  Ralf S. Engelschall 667ac4ec6a Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 24 years ago
  Richard Levitte b058a08085 It doesn't make sense to try see if these variables are negative, since they're unsigned. 24 years ago
  Ulf Möller 373b575f5a New function RAND_pseudo_bytes() generated pseudorandom numbers that 24 years ago
  Bodo Möller 63da21c01b make no-des and no-rc2 work. 24 years ago