1. 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
  2. 29 4月, 2015 1 次提交
  3. 25 3月, 2015 1 次提交
  4. 22 1月, 2015 1 次提交
  5. 28 3月, 2014 1 次提交
  6. 21 1月, 2007 1 次提交
  7. 31 1月, 2003 1 次提交
  8. 17 3月, 2002 1 次提交
    • D
      · 3e268d27
      Dr. Stephen Henson 提交于
      Ensure EVP_CipherInit() uses the correct encode/decode parameter if
      enc == -1
      
      [Reported by Markus Friedl <markus@openbsd.org>]
      
      Fix typo in dh_lib.c (use of DSAerr instead of DHerr).
      3e268d27
  9. 10 3月, 2002 1 次提交
    • D
      · 0c372b94
      Dr. Stephen Henson 提交于
      Make {RSA,DSA,DH}_new_method obtain and release an ENGINE
      functional reference in all cases.
      0c372b94
  10. 26 9月, 2001 2 次提交
    • G
      indentation. · 50a381b7
      Geoff Thorpe 提交于
      50a381b7
    • G
      This commits changes to various parts of libcrypto required by the recent · cb78486d
      Geoff Thorpe 提交于
      ENGINE surgery. DH, DSA, RAND, and RSA now use *both* "method" and ENGINE
      pointers to manage their hooking with ENGINE. Previously their use of
      "method" pointers was replaced by use of ENGINE references. See
      crypto/engine/README for details.
      
      Also, remove the ENGINE iterations from evp_test - even when the
      cipher/digest code is committed in, this functionality would require a
      different set of API calls.
      cb78486d
  11. 06 9月, 2001 1 次提交
  12. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  13. 26 8月, 2001 1 次提交
  14. 13 8月, 2001 1 次提交
    • G
      The indexes returned by ***_get_ex_new_index() functions are used when · b7727ee6
      Geoff Thorpe 提交于
      setting stack (actually, array) values in ex_data. So only increment the
      global counters if the underlying CRYPTO_get_ex_new_index() call succeeds.
      This change doesn't make "ex_data" right (see the comment at the head of
      ex_data.c to know why), but at least makes the source code marginally less
      frustrating.
      b7727ee6
  15. 27 7月, 2001 1 次提交
  16. 24 6月, 2001 1 次提交
  17. 30 4月, 2001 1 次提交
  18. 30 11月, 2000 1 次提交
  19. 07 11月, 2000 1 次提交
  20. 27 10月, 2000 1 次提交
  21. 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
  22. 20 4月, 2000 1 次提交
  23. 28 1月, 2000 1 次提交
    • D
      · 90644dd7
      Dr. Stephen Henson 提交于
      New -pkcs12 option to CA.pl.
      Document CA.pl script.
      Initialise and free up the extra DH fields
      (nothing uses them yet though).
      90644dd7
  24. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  25. 02 9月, 1999 1 次提交
  26. 24 8月, 1999 1 次提交
  27. 24 4月, 1999 1 次提交
  28. 20 4月, 1999 1 次提交
  29. 18 4月, 1999 1 次提交
  30. 22 3月, 1999 1 次提交
  31. 06 1月, 1999 1 次提交
  32. 31 12月, 1998 1 次提交
    • R
      Fix version stuff: · 9cb0969f
      Ralf S. Engelschall 提交于
      1. The already released version was 0.9.1c and not 0.9.1b
      
      2. The next release should be 0.9.2 and not 0.9.1d, because
         first the changes are already too large, second we should avoid any more
         0.9.1x confusions and third, the Apache version semantics of
         VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
         .2 is already just a patchlevel and not major change).
      tVS: ----------------------------------------------------------------------
      9cb0969f
  33. 23 12月, 1998 2 次提交
  34. 22 12月, 1998 1 次提交
  35. 21 12月, 1998 3 次提交