1. 11 10月, 2001 1 次提交
  2. 10 10月, 2001 6 次提交
  3. 09 10月, 2001 6 次提交
  4. 08 10月, 2001 2 次提交
  5. 05 10月, 2001 2 次提交
  6. 04 10月, 2001 5 次提交
  7. 03 10月, 2001 2 次提交
  8. 02 10月, 2001 11 次提交
  9. 01 10月, 2001 3 次提交
  10. 28 9月, 2001 2 次提交
    • R
      Change HZ in speed to rely on sysconf() if the clock tick is available · a4a8f7b3
      Richard Levitte 提交于
      that way.  Synchronise s_time with these changes.
      a4a8f7b3
    • G
      ENGINE_register_all_complete() will register all implementations of all · 34c66925
      Geoff Thorpe 提交于
      algorithms present in all loaded ENGINEs. The result is that if any of
      those ENGINEs successfully initialises, and the ENGINE_TABLE_FLAG_NOINIT
      flag isn't set, then they will always be used (and cached as defaults) in
      preference to software implementations. Ie. accidental auto-detection of
      acceleration hardware :-)
      
      This change stops all implementations being automatically registered in
      "openssl" sub-commands, so that the "setup_engine()" handler in apps.c
      controls which ENGINEs are registered for use. A special case has been
      added that will revert to this "auto-detect" logic, ie. if the "-engine"
      switch is used as;
         -engine auto
      34c66925