1. 08 3月, 2016 1 次提交
  2. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  3. 20 1月, 2016 1 次提交
  4. 14 5月, 2015 1 次提交
  5. 11 5月, 2015 1 次提交
  6. 24 3月, 2015 1 次提交
  7. 29 1月, 2015 1 次提交
  8. 22 1月, 2015 1 次提交
  9. 06 11月, 2008 1 次提交
  10. 05 6月, 2006 1 次提交
  11. 23 3月, 2006 1 次提交
  12. 22 3月, 2006 2 次提交
  13. 20 3月, 2006 1 次提交
  14. 18 3月, 2006 1 次提交
  15. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  16. 16 5月, 2005 1 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053
  17. 15 5月, 2005 1 次提交
  18. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  19. 10 5月, 2005 1 次提交
  20. 09 5月, 2005 1 次提交
  21. 05 4月, 2005 1 次提交
  22. 31 3月, 2005 1 次提交
  23. 05 12月, 2004 1 次提交
  24. 18 5月, 2004 1 次提交
  25. 20 4月, 2004 1 次提交
  26. 16 3月, 2004 1 次提交
  27. 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
  28. 26 6月, 2003 3 次提交
  29. 28 10月, 2002 1 次提交
  30. 12 8月, 2002 1 次提交
  31. 07 8月, 2002 1 次提交
  32. 09 4月, 2002 1 次提交
  33. 14 3月, 2002 1 次提交
  34. 14 2月, 2002 1 次提交
  35. 02 1月, 2002 1 次提交
  36. 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
  37. 07 11月, 2000 1 次提交