1. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  2. 27 4月, 2005 1 次提交
    • N
      some updates for the blinding code; summary: · 800e400d
      Nils Larsch 提交于
      - possibility of re-creation of the blinding parameters after a
        fixed number of uses (suggested by Bodo)
      - calculatition of the rsa::e in case it's absent and p and q
        are present (see bug report #785)
      - improve the performance when if one rsa structure is shared by
        more than a thread (see bug report #555)
      - fix the problem described in bug report #827
      - hide the definition ot the BN_BLINDING structure in bn_blind.c
      800e400d
  3. 16 3月, 2004 1 次提交
  4. 16 4月, 2003 1 次提交
  5. 08 4月, 2003 1 次提交
  6. 02 4月, 2003 1 次提交
  7. 21 3月, 2003 1 次提交
  8. 31 1月, 2003 1 次提交
  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
      Fiddling. · d7e02997
      Geoff Thorpe 提交于
      d7e02997
    • 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. 03 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. 24 6月, 2001 1 次提交
  16. 30 4月, 2001 1 次提交
  17. 20 2月, 2001 1 次提交
  18. 27 11月, 2000 1 次提交
    • G
      Ensure that the "ex_data" member of an RSA structure is initialised before · 7abe8305
      Geoff Thorpe 提交于
      the RSA_METHOD's "init()" handler is called, and is cleaned up after the
      RSA_METHOD's "finish()" handler is called. Custom RSA_METHODs may wish to
      initialise contexts and other specifics in the RSA structure upon creation
      and that was previously not possible - "ex_data" is where that stuff
      should go and it was being initialised too late for it to be used.
      7abe8305
  19. 09 11月, 2000 2 次提交
  20. 07 11月, 2000 1 次提交
  21. 27 10月, 2000 1 次提交
  22. 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
  23. 20 4月, 2000 1 次提交
  24. 05 2月, 2000 1 次提交
  25. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  26. 09 9月, 1999 1 次提交
  27. 30 6月, 1999 1 次提交
  28. 24 4月, 1999 1 次提交
  29. 20 4月, 1999 1 次提交
  30. 18 4月, 1999 1 次提交
  31. 22 3月, 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. 30 12月, 1998 1 次提交
  34. 23 12月, 1998 2 次提交
  35. 22 12月, 1998 1 次提交
  36. 21 12月, 1998 2 次提交