1. 18 12月, 1999 4 次提交
  2. 17 12月, 1999 3 次提交
    • R
      Rebuild of the OpenSSL memory allocation and deallocation routines. · 9ac42ed8
      Richard Levitte 提交于
      With this change, the following is provided and present at all times
      (meaning CRYPTO_MDEBUG is no longer required to get this functionality):
      
        - hooks to provide your own allocation and deallocation routines.
          They have to have the same interface as malloc(), realloc() and
          free().  They are registered by calling CRYPTO_set_mem_functions()
          with the function pointers.
      
        - hooks to provide your own memory debugging routines.  The have to
          have the same interface as as the CRYPTO_dbg_*() routines.  They
          are registered by calling CRYPTO_set_mem_debug_functions() with
          the function pointers.
      
      I moved everything that was already built into OpenSSL and did memory
      debugging to a separate file (mem_dbg.c), to make it clear what is
      what.
      
      With this, the relevance of the CRYPTO_MDEBUG has changed.  The only
      thing in crypto/crypto.h that it affects is the definition of the
      MemCheck_start and MemCheck_stop macros.
      9ac42ed8
    • R
    • R
      Synchronise VMS scripts with Unix Makefiles · 8a158009
      Richard Levitte 提交于
      8a158009
  3. 16 12月, 1999 1 次提交
  4. 15 12月, 1999 2 次提交
  5. 14 12月, 1999 2 次提交
  6. 13 12月, 1999 1 次提交
    • D
      · 2449961a
      Dr. Stephen Henson 提交于
      Fix a typo in a_enum.c.
      2449961a
  7. 12 12月, 1999 1 次提交
  8. 10 12月, 1999 1 次提交
  9. 09 12月, 1999 3 次提交
  10. 08 12月, 1999 1 次提交
  11. 07 12月, 1999 1 次提交
  12. 05 12月, 1999 1 次提交
  13. 04 12月, 1999 5 次提交
  14. 03 12月, 1999 2 次提交
  15. 02 12月, 1999 1 次提交
  16. 01 12月, 1999 2 次提交
  17. 30 11月, 1999 3 次提交
  18. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  19. 28 11月, 1999 1 次提交
  20. 27 11月, 1999 3 次提交
  21. 26 11月, 1999 1 次提交