1. 06 6月, 2001 1 次提交
  2. 16 5月, 2001 1 次提交
  3. 15 5月, 2001 2 次提交
  4. 14 5月, 2001 1 次提交
  5. 13 5月, 2001 1 次提交
  6. 07 5月, 2001 1 次提交
  7. 03 5月, 2001 1 次提交
    • R
      Some platforms (most notably Windows) do not have a $HOME by default. · f0b54fef
      Richard Levitte 提交于
      For those, unless the environment variables RANDFILE or HOME are
      defined (the default case!), RAND_file_name() will return NULL.
      This change adds a default HOME for those platforms.
      
      To add a default HOME for any platform, just define DEFAULT_HOME in
      the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
      f0b54fef
  8. 30 4月, 2001 1 次提交
  9. 18 4月, 2001 3 次提交
    • B
      fix md_rand.c locking bugs · 6e6d04e2
      Bodo Möller 提交于
      6e6d04e2
    • G
      Some more tweaks from ENGINE code. · a4a9d97a
      Geoff Thorpe 提交于
      Previously RAND_get_rand_method was returning a non-const pointer, but it
      should be const. As with all other such cases, METHOD pointers are stored and
      returned as "const". The only methods one should be able to alter are methods
      "local" to the relevant code, in which case a non-const handle to the methods
      should already exist.
      
      This change has been forced by the constifying of the ENGINE code (before
      which RAND_METHOD was the only method pointer in an ENGINE structure that was
      not constant).
      a4a9d97a
    • G
      'make update' · 7ef6e3fe
      Geoff Thorpe 提交于
      7ef6e3fe
  10. 03 4月, 2001 1 次提交
  11. 24 3月, 2001 1 次提交
  12. 22 3月, 2001 1 次提交
  13. 18 3月, 2001 1 次提交
  14. 15 3月, 2001 1 次提交
  15. 10 3月, 2001 1 次提交
  16. 09 3月, 2001 2 次提交
  17. 06 3月, 2001 1 次提交
  18. 26 2月, 2001 1 次提交
    • R
      make update · d88a26c4
      Richard Levitte 提交于
      Note that all *_it variables are suddenly non-existant according to
      libeay.num.  This is a bug that will be corrected.  Please be patient.
      d88a26c4
  19. 22 2月, 2001 4 次提交
  20. 20 2月, 2001 4 次提交
  21. 14 2月, 2001 1 次提交
  22. 09 2月, 2001 2 次提交
  23. 08 2月, 2001 1 次提交
  24. 05 2月, 2001 1 次提交
  25. 12 1月, 2001 1 次提交
  26. 11 1月, 2001 1 次提交
    • D
      · 9b4dc830
      Dr. Stephen Henson 提交于
      OCSP basic response verify. Very incomplete
      but will verify the signatures on a response
      and locate the signers certifcate.
      
      Still needs to implement a proper OCSP certificate
      verify.
      
      Fix warning in RAND_egd().
      9b4dc830
  27. 10 1月, 2001 1 次提交
  28. 09 1月, 2001 1 次提交
  29. 08 1月, 2001 1 次提交