1. 05 9月, 2011 1 次提交
  2. 23 3月, 2011 1 次提交
    • R
      make update (1.1.0-dev) · 487b023f
      Richard Levitte 提交于
      This meant alarger renumbering in util/libeay.num due to symbols
      appearing in 1.0.0-stable and 1.0.1-stable.  However, since there's
      been no release on this branch yet, it should be harmless.
      487b023f
  3. 27 1月, 2011 1 次提交
  4. 13 4月, 2006 1 次提交
  5. 12 4月, 2006 1 次提交
    • U
      Add BeOS support. · 4700aea9
      Ulf Möller 提交于
      PR: 1312
      Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
      Reviewed by: Ulf Moeller
      4700aea9
  6. 04 2月, 2006 1 次提交
  7. 17 5月, 2005 1 次提交
  8. 16 5月, 2005 1 次提交
  9. 30 3月, 2005 1 次提交
  10. 03 11月, 2004 1 次提交
  11. 20 4月, 2004 1 次提交
  12. 27 12月, 2003 1 次提交
  13. 09 10月, 2002 1 次提交
  14. 28 6月, 2002 1 次提交
  15. 01 8月, 2001 1 次提交
  16. 31 7月, 2001 1 次提交
  17. 09 3月, 2001 1 次提交
  18. 22 2月, 2001 1 次提交
  19. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  20. 25 9月, 2000 1 次提交
  21. 16 9月, 2000 1 次提交
  22. 07 9月, 2000 1 次提交
  23. 13 6月, 2000 1 次提交
  24. 09 4月, 2000 1 次提交
  25. 05 4月, 2000 1 次提交
    • G
      This is a set of startup code for the DSO support, it's not yet linked into · 8f4fac7f
      Geoff Thorpe 提交于
      the build process (an upcoming commit no doubt), and is very much *new*
      code - what that means is that it compiles ok - usually. It certainly
      doesn't mean it runs well or even properly yet. Please don't muck round
      with this unless you're looking to help out and hunt bugs. :-)
      
      Currently this code doesn't have any support for controlling the "load"
      behaviour (eg. paths, filename translations, etc). That'll be handled
      using DSO_ctrl() and various flags, once we work out a sensible set of
      flags.
      8f4fac7f