1. 14 5月, 2015 1 次提交
  2. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 7 · 23a1d5e9
      Rich Salz 提交于
      This gets BN_.*free:
          BN_BLINDING_free BN_CTX_free BN_FLG_FREE BN_GENCB_free
          BN_MONT_CTX_free BN_RECP_CTX_free BN_clear_free BN_free BUF_MEM_free
      
      Also fix a call to DSA_SIG_free to ccgost engine and remove some #ifdef'd
      dead code in engines/e_ubsec.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      23a1d5e9
  3. 22 1月, 2015 3 次提交
  4. 31 12月, 2014 1 次提交
  5. 23 8月, 2005 1 次提交
  6. 31 3月, 2005 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. 02 8月, 2002 3 次提交
  10. 09 3月, 2001 1 次提交
  11. 07 12月, 2000 3 次提交
  12. 06 12月, 2000 1 次提交
  13. 30 11月, 2000 2 次提交
  14. 28 11月, 2000 1 次提交