Commit History

Author SHA1 Message Date
  Geoff Thorpe f7ccba3edf There was a need to support thread ID types that couldn't be reliably cast 16 years ago
  Dr. Stephen Henson 560b79cbff Constify version strings and some structures. 18 years ago
  Bodo Möller 48fc582f66 New functions CRYPTO_set_idptr_callback(), 18 years ago
  Nils Larsch f763e0b5ae make sure error queue is totally emptied 19 years ago
  Richard Levitte ec37635c94 It was just pointed out to me that it's better to cast to double... 20 years ago
  Richard Levitte fd836aeee0 Make sure that the last argument to RAND_add() is a float, or some 20 years ago
  Geoff Thorpe 2754597013 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 21 years ago
  Richard Levitte 4579924b7e Cleanse memory using the new OPENSSL_cleanse() function. 22 years ago
  Bodo Möller f9b0f47c0c copyright 23 years ago
  Bodo Möller ea7150b070 The various hash #includes in rand_lcl.h *are* needed despite 23 years ago
  Ben Laurie da8a2e6f90 Now need sha.h for some reason. 23 years ago
  Ben Laurie d66ace9da5 Start to reduce some of the header bloat. 23 years ago
  Ben Laurie dbad169019 Really add the EVP and all of the DES changes. 23 years ago
  Bodo Möller daba492c3a md_rand.c thread safety 23 years ago
  Bodo Möller badb910f3c Avoid race condition. 23 years ago
  Bodo Möller e9ad0d2c31 Fix PRNG. 23 years ago
  Dr. Stephen Henson 323f289c48 23 years ago
  Lutz Jänicke 47b0f48dd9 ERR_peek_error() returns "unsigned long". 23 years ago
  Bodo Möller 6e6d04e29a fix md_rand.c locking bugs 23 years ago
  Bodo Möller 8562801137 error codes are longs, not ints 24 years ago
  Richard Levitte 41d2a336ee e_os.h does not belong with the exported headers. Do not put it there 24 years ago
  Richard Levitte bc36ee6227 Use new-style system-id macros everywhere possible. I hope I haven't 24 years ago
  Richard Levitte cf1b7d9664 Make all configuration macros available for application by making 24 years ago
  Richard Levitte d309394447 Make sure that 'initialized' is zeroed as well when cleaning up. 24 years ago
  Richard Levitte d6ade7422a Looks like Win32 builds do not define THREADS. However, they're still 24 years ago
  Richard Levitte a4125514f5 There's a deadlock when ssleay_rand_bytes is called the first time, since 24 years ago
  Ulf Möller 8ad7635ec9 Move RNG initialization to RAND_poll(), and shared definitions to 24 years ago
  Richard Levitte 3b3bc455d0 That's it, I've seen questions about this one time too many for 24 years ago
  Bodo Möller 2ace287dea Move Windows seeding functions into a separate file. 24 years ago
  Bodo Möller 361ee9733f Improve PRNG robustness. 24 years ago