1. 30 4月, 2001 1 次提交
  2. 20 2月, 2001 1 次提交
  3. 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
  4. 09 11月, 2000 2 次提交
  5. 07 11月, 2000 1 次提交
  6. 27 10月, 2000 1 次提交
  7. 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
  8. 20 4月, 2000 1 次提交
  9. 05 2月, 2000 1 次提交
  10. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  11. 09 9月, 1999 1 次提交
  12. 30 6月, 1999 1 次提交
  13. 24 4月, 1999 1 次提交
  14. 20 4月, 1999 1 次提交
  15. 18 4月, 1999 1 次提交
  16. 22 3月, 1999 1 次提交
  17. 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
  18. 30 12月, 1998 1 次提交
  19. 23 12月, 1998 2 次提交
  20. 22 12月, 1998 1 次提交
  21. 21 12月, 1998 3 次提交