1. 23 4月, 2005 1 次提交
  2. 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
  3. 05 12月, 2002 1 次提交
  4. 14 11月, 2002 2 次提交
  5. 13 11月, 2002 1 次提交
  6. 04 11月, 2002 1 次提交
  7. 06 10月, 2002 1 次提交
  8. 27 8月, 2002 1 次提交
  9. 26 8月, 2002 1 次提交
  10. 09 8月, 2002 2 次提交
    • B
      add field type to text output · 60cc56b1
      Bodo Möller 提交于
      don't print seed value as a number (leading zeros must not be removed)
      
      Submitted by: Nils Larsch
      60cc56b1
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  11. 07 8月, 2002 1 次提交
  12. 26 6月, 2002 1 次提交
  13. 18 6月, 2002 1 次提交
  14. 30 5月, 2002 1 次提交
  15. 09 4月, 2002 1 次提交
  16. 08 3月, 2002 1 次提交
  17. 14 2月, 2002 1 次提交
  18. 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
  19. 07 11月, 2000 3 次提交
  20. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  21. 04 2月, 2000 1 次提交
  22. 31 1月, 2000 1 次提交
  23. 27 4月, 1999 1 次提交
  24. 24 4月, 1999 1 次提交
  25. 20 4月, 1999 1 次提交
  26. 18 4月, 1999 1 次提交
  27. 21 12月, 1998 2 次提交