1. 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
  2. 11 3月, 2015 1 次提交
  3. 24 1月, 2015 1 次提交
  4. 22 1月, 2015 2 次提交
  5. 13 1月, 2015 1 次提交
  6. 06 1月, 2015 1 次提交
  7. 31 12月, 2014 1 次提交
  8. 19 12月, 2014 1 次提交
  9. 11 12月, 2014 1 次提交
  10. 12 5月, 2014 1 次提交
  11. 15 2月, 2014 1 次提交
    • K
      Use defaults bits in req when not given · 33432203
      Kurt Roeckx 提交于
      If you use "-newkey rsa" it's supposed to read the default number of bits from the
      config file.  However the value isn't used to generate the key, but it does
      print it's generating such a key.  The set_keygen_ctx() doesn't call
      EVP_PKEY_CTX_set_rsa_keygen_bits() and you end up with the default set in
      pkey_rsa_init() (1024).  Afterwards the number of bits gets read from the config
      file, but nothing is done with that anymore.
      
      We now read the config first and use the value from the config file when no size
      is given.
      
      PR: 2592
      33432203
  12. 13 9月, 2013 1 次提交
    • M
      typo · 5628ec66
      Mat 提交于
      5628ec66
  13. 05 12月, 2012 1 次提交
  14. 14 3月, 2010 1 次提交
  15. 12 3月, 2010 1 次提交
  16. 10 3月, 2010 1 次提交
  17. 05 10月, 2009 1 次提交
  18. 28 7月, 2009 1 次提交
  19. 27 4月, 2009 1 次提交
  20. 15 4月, 2009 1 次提交
  21. 08 10月, 2008 1 次提交
  22. 04 6月, 2008 1 次提交
  23. 13 5月, 2008 1 次提交
  24. 13 8月, 2007 1 次提交
  25. 14 6月, 2006 1 次提交
  26. 05 6月, 2006 1 次提交
  27. 16 5月, 2006 1 次提交
  28. 12 5月, 2006 2 次提交
  29. 08 5月, 2006 1 次提交
  30. 20 4月, 2006 1 次提交
  31. 16 3月, 2006 1 次提交
  32. 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
  33. 17 5月, 2005 1 次提交
  34. 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
  35. 06 4月, 2005 1 次提交
  36. 02 4月, 2005 1 次提交
  37. 18 11月, 2004 1 次提交
  38. 26 4月, 2004 1 次提交