1. 09 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. 15 12月, 2015 1 次提交
  5. 10 11月, 2015 1 次提交
  6. 15 9月, 2015 1 次提交
  7. 14 5月, 2015 1 次提交
  8. 01 5月, 2015 2 次提交
  9. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  10. 24 3月, 2015 1 次提交
  11. 22 1月, 2015 1 次提交
  12. 11 5月, 2012 1 次提交
    • D
      PR: 2813 · 4242a090
      Dr. Stephen Henson 提交于
      Reported by: Constantine Sapuntzakis <csapuntz@gmail.com>
      
      Fix possible deadlock when decoding public keys.
      4242a090
  13. 28 2月, 2012 1 次提交
  14. 12 11月, 2008 1 次提交
  15. 02 11月, 2008 1 次提交
  16. 05 6月, 2006 1 次提交
  17. 23 3月, 2006 1 次提交
  18. 20 3月, 2006 1 次提交
  19. 02 9月, 2005 1 次提交
  20. 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
  21. 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
  22. 10 5月, 2005 1 次提交
  23. 09 5月, 2005 1 次提交
  24. 12 12月, 2004 1 次提交
  25. 05 12月, 2004 1 次提交
  26. 20 4月, 2004 1 次提交
  27. 16 3月, 2004 1 次提交
  28. 11 11月, 2003 1 次提交
  29. 07 8月, 2002 1 次提交
  30. 12 6月, 2002 1 次提交
  31. 10 6月, 2002 1 次提交
  32. 31 5月, 2002 1 次提交
  33. 20 4月, 2002 1 次提交
  34. 12 4月, 2002 1 次提交
  35. 09 4月, 2002 1 次提交
  36. 14 3月, 2002 1 次提交
  37. 14 2月, 2002 1 次提交
  38. 20 6月, 2001 1 次提交
  39. 21 4月, 2001 1 次提交
    • D
      · c962479b
      Dr. Stephen Henson 提交于
      Fix ASN1 bug when decoding OTHER type.
      
      Various S/MIME DSA related fixes.
      c962479b