1. 21 11月, 2015 1 次提交
    • M
      Add the Dummy Async engine (dasync) · a14e9ff7
      Matt Caswell 提交于
      This engine is for developers of async aware applications. It simulates
      asynchronous activity with external hardware. This initial version supports
      SHA1 and RSA. Certain operations using those algorithms have async job
      "pauses" in them - using the new libcrypto async capability.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      a14e9ff7
  2. 20 7月, 2015 1 次提交
    • R
      Rewrite crypto/ex_data · 7e5363ab
      Rich Salz 提交于
      Removed ability to set ex_data impl at runtime.  This removed these
      three functions:
          const CRYPTO_EX_DATA_IMPL *CRYPTO_get_ex_data_implementation(void);
          int CRYPTO_set_ex_data_implementation(const CRYPTO_EX_DATA_IMPL *i);
          int CRYPTO_ex_data_new_class(void);
      It is no longer possible to change the ex_data implementation at
      runtime.  (Luckily those functions were never documented :)
      
      Also removed the ability to add new exdata "classes."  We don't believe
      this received much (if any) use, since you can't add it to OpenSSL objects,
      and there are probably better (native) methods for developers to add
      their own extensible data, if they really need that.
      
      Replaced the internal hash table (of per-"class" stacks) with a simple
      indexed array.  Reserved an index for "app" application.
      
      Each API used to take the lock twice; now it only locks once.
      
      Use local stack storage for function pointers, rather than malloc,
      if possible (i.e., number of ex_data items is under a dozen).
      
      Make CRYPTO_EX_DATA_FUNCS opaque/internal.
      
      Also fixes RT3710; index zero is reserved.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      7e5363ab
  3. 28 4月, 2015 1 次提交
    • R
      ERR_ cleanup · 3e47caff
      Rich Salz 提交于
      Remove ERR_[gs]et_implementation as they were not undocumented and
      useless (the data structure was opaque).
      
      Halve the number of lock/unlock calls in almost all ERR_
      functions by letting the caller of get_hash or int_thread_set
      able to lock.  Very useful when looping, such as adding errors,
      or when getting the hash and immediately doing a lookup on it.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      3e47caff
  4. 01 4月, 2015 1 次提交
  5. 11 3月, 2015 1 次提交
  6. 22 1月, 2015 2 次提交
  7. 31 12月, 2014 1 次提交
  8. 19 12月, 2014 1 次提交
  9. 20 7月, 2014 1 次提交
  10. 04 6月, 2012 1 次提交
  11. 14 10月, 2011 1 次提交
  12. 11 8月, 2011 1 次提交
  13. 21 7月, 2011 1 次提交
  14. 15 5月, 2011 1 次提交
  15. 30 1月, 2011 1 次提交
  16. 09 2月, 2010 1 次提交
  17. 28 1月, 2010 2 次提交
  18. 06 1月, 2010 1 次提交
  19. 27 4月, 2009 1 次提交
  20. 24 4月, 2009 1 次提交
  21. 04 6月, 2008 1 次提交
  22. 03 6月, 2008 1 次提交
  23. 02 6月, 2008 3 次提交
  24. 01 6月, 2008 1 次提交
  25. 22 11月, 2007 1 次提交
  26. 29 12月, 2006 1 次提交
  27. 23 10月, 2006 1 次提交
  28. 21 9月, 2006 1 次提交
  29. 29 8月, 2006 1 次提交
  30. 05 6月, 2006 1 次提交
  31. 03 6月, 2006 2 次提交
  32. 02 6月, 2006 2 次提交
  33. 01 6月, 2006 2 次提交