1. 28 1月, 2011 1 次提交
  2. 12 11月, 2008 1 次提交
  3. 01 11月, 2008 1 次提交
  4. 20 10月, 2008 1 次提交
  5. 27 4月, 2005 1 次提交
  6. 25 3月, 2004 1 次提交
  7. 14 3月, 2004 1 次提交
    • G
      Convert openssl code not to assume the deprecated form of BN_zero(). · b6358c89
      Geoff Thorpe 提交于
      Remove certain redundant BN_zero() initialisations, because BN_CTX_get(),
      BN_init(), [etc] already initialise to zero.
      
      Correct error checking in bn_sqr.c, and be less wishy-wash about how/why
      the result's 'top' value is set (note also, 'max' is always > 0 at this
      point).
      b6358c89
  8. 05 11月, 2003 1 次提交
  9. 29 11月, 2002 1 次提交
  10. 02 8月, 2002 1 次提交
  11. 14 12月, 2001 1 次提交
  12. 03 9月, 2001 1 次提交
  13. 20 2月, 2001 2 次提交
  14. 10 2月, 2001 1 次提交
  15. 08 2月, 2001 5 次提交
  16. 02 12月, 2000 1 次提交
  17. 03 7月, 2000 1 次提交
  18. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  19. 28 1月, 2000 2 次提交
  20. 14 1月, 2000 1 次提交
  21. 24 4月, 1999 1 次提交
  22. 20 4月, 1999 1 次提交
  23. 10 2月, 1999 1 次提交
  24. 21 12月, 1998 2 次提交