1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 26 2月, 2019 1 次提交
  6. 05 2月, 2019 1 次提交
  7. 18 10月, 2017 1 次提交
  8. 21 8月, 2017 1 次提交
  9. 18 5月, 2016 1 次提交
  10. 21 3月, 2016 1 次提交
  11. 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
  12. 20 1月, 2016 1 次提交
  13. 12 1月, 2016 2 次提交
  14. 10 11月, 2015 1 次提交
  15. 14 5月, 2015 1 次提交
  16. 01 5月, 2015 2 次提交
  17. 22 1月, 2015 1 次提交
  18. 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
  19. 06 8月, 2013 1 次提交
  20. 12 11月, 2008 1 次提交
  21. 02 11月, 2008 1 次提交
  22. 06 4月, 2007 1 次提交
  23. 24 5月, 2006 1 次提交
  24. 15 5月, 2006 1 次提交
  25. 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
  26. 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
  27. 21 4月, 2005 1 次提交
  28. 19 4月, 2005 1 次提交
  29. 31 3月, 2005 2 次提交
  30. 20 4月, 2004 1 次提交
  31. 28 11月, 2002 1 次提交
  32. 13 11月, 2002 1 次提交
  33. 07 8月, 2002 1 次提交
  34. 26 7月, 2002 1 次提交
  35. 23 4月, 2002 1 次提交
  36. 28 2月, 2002 1 次提交