1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 11 9月, 2018 1 次提交
  6. 31 7月, 2018 1 次提交
  7. 18 10月, 2017 1 次提交
  8. 20 6月, 2017 1 次提交
  9. 24 2月, 2017 1 次提交
  10. 27 6月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 23 2月, 2016 1 次提交
  13. 01 2月, 2016 1 次提交
  14. 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
  15. 10 11月, 2015 1 次提交
  16. 14 5月, 2015 1 次提交
  17. 01 5月, 2015 3 次提交
  18. 22 1月, 2015 1 次提交
  19. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  20. 21 2月, 2012 1 次提交
  21. 13 2月, 2011 1 次提交
  22. 17 3月, 2008 1 次提交
  23. 24 4月, 2006 1 次提交
  24. 22 3月, 2006 2 次提交
  25. 15 3月, 2006 1 次提交
  26. 30 1月, 2006 1 次提交
  27. 09 1月, 2006 1 次提交
  28. 28 7月, 2005 1 次提交
  29. 27 7月, 2005 1 次提交
  30. 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
  31. 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
  32. 09 5月, 2005 1 次提交
  33. 23 4月, 2005 1 次提交
  34. 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
  35. 05 12月, 2002 1 次提交
  36. 14 11月, 2002 1 次提交