1. 30 1月, 2006 1 次提交
  2. 19 12月, 2005 1 次提交
  3. 04 11月, 2005 1 次提交
  4. 30 9月, 2005 2 次提交
  5. 06 6月, 2005 1 次提交
  6. 18 5月, 2005 1 次提交
    • A
      Engage Applink in mingw. Note that application-side module is not · 51ff6bde
      Andy Polyakov 提交于
      compiled into *our* aplpications. That's because mingw is always
      consistent with itself. Having library-side code linked into .dll
      makes it possible to deploy the .dll with user-code compiled with
      another compiler [which is pretty much the whole point behind Applink].
      51ff6bde
  7. 17 5月, 2005 1 次提交
  8. 28 12月, 2004 1 次提交
  9. 24 3月, 2004 1 次提交
  10. 22 3月, 2004 1 次提交
  11. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  12. 28 11月, 2003 1 次提交
  13. 28 9月, 2003 1 次提交
  14. 29 12月, 2002 1 次提交
  15. 11 6月, 2002 1 次提交
  16. 25 1月, 2002 1 次提交
    • B
      New functions · a14e2d9d
      Bodo Möller 提交于
          ERR_peek_last_error
          ERR_peek_last_error_line
          ERR_peek_last_error_line_data
      (supersedes ERR_peek_top_error).
      
      Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT
      because OPENSSL_NO_... indicates disabled algorithms (according to
      mkdef.pl).
      a14e2d9d
  17. 23 1月, 2002 1 次提交
  18. 02 7月, 2001 1 次提交
  19. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • 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. 16 5月, 2000 1 次提交
  21. 21 2月, 2000 1 次提交
    • R
      Move the registration of callback functions to special functions · d3442bc7
      Richard Levitte 提交于
      designed for that.  This removes the potential error to mix data and
      function pointers.
      
      Please note that I'm a little unsure how incorrect calls to the old
      ctrl functions should be handled, in som cases.  I currently return 0
      and that's it, but it may be more correct to generate a genuine error
      in those cases.
      d3442bc7
  22. 04 2月, 2000 1 次提交
  23. 09 6月, 1999 1 次提交
  24. 15 5月, 1999 1 次提交
  25. 27 4月, 1999 1 次提交
  26. 24 4月, 1999 1 次提交
  27. 20 4月, 1999 1 次提交
  28. 21 12月, 1998 3 次提交