1. 09 5月, 2005 1 次提交
  2. 18 5月, 2004 1 次提交
  3. 20 4月, 2004 2 次提交
  4. 25 3月, 2004 1 次提交
    • G
      By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key · 46ef873f
      Geoff Thorpe 提交于
      operations no longer require two distinct BN_CTX structures. This may put
      more "strain" on the current BN_CTX implementation (which has a fixed limit
      to the number of variables it will hold), but so far this limit is not
      triggered by any of the tests pass and I will be changing BN_CTX in the
      near future to avoid this problem anyway.
      
      This also changes the default RSA implementation code to use the BN_CTX in
      favour of initialising some of its variables locally in each function.
      46ef873f
  5. 28 11月, 2003 1 次提交
  6. 26 6月, 2003 1 次提交
  7. 15 1月, 2003 1 次提交
  8. 07 1月, 2003 1 次提交
  9. 12 10月, 2002 3 次提交
  10. 28 6月, 2002 1 次提交
  11. 21 6月, 2002 1 次提交
    • G
      Make sure any ENGINE control commands make local copies of string · a6c6874a
      Geoff Thorpe 提交于
      pointers passed to them whenever necessary. Otherwise it is possible the
      caller may have overwritten (or deallocated) the original string data
      when a later ENGINE operation tries to use the stored values.
      
      Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by: Geoff Thorpe
      PR: 98
      a6c6874a
  12. 08 3月, 2002 2 次提交
  13. 28 2月, 2002 2 次提交
  14. 08 2月, 2002 4 次提交