1. 12 1月, 2003 1 次提交
  2. 10 1月, 2003 1 次提交
  3. 31 12月, 2002 3 次提交
  4. 30 12月, 2002 1 次提交
  5. 20 12月, 2002 1 次提交
  6. 13 12月, 2002 2 次提交
  7. 08 12月, 2002 2 次提交
    • R
      Since it's defined in draft-ietf-tls-compression-04.txt, let's make · fdaea9ed
      Richard Levitte 提交于
      ZLIB a known compression method, with the identity 1.
      fdaea9ed
    • G
      This is a first-cut at improving the callback mechanisms used in · e9224c71
      Geoff Thorpe 提交于
      key-generation and prime-checking functions. Rather than explicitly passing
      callback functions and caller-defined context data for the callbacks, a new
      structure BN_GENCB is defined that encapsulates this; a pointer to the
      structure is passed to all such functions instead.
      
      This wrapper structure allows the encapsulation of "old" and "new" style
      callbacks - "new" callbacks return a boolean result on the understanding
      that returning FALSE should terminate keygen/primality processing.  The
      BN_GENCB abstraction will allow future callback modifications without
      needing to break binary compatibility nor change the API function
      prototypes. The new API functions have been given names ending in "_ex" and
      the old functions are implemented as wrappers to the new ones.  The
      OPENSSL_NO_DEPRECATED symbol has been introduced so that, if defined,
      declaration of the older functions will be skipped. NB: Some
      openssl-internal code will stick with the older callbacks for now, so
      appropriate "#undef" logic will be put in place - this is in case the user
      is *building* openssl (rather than *including* its headers) with this
      symbol defined.
      
      There is another change in the new _ex functions; the key-generation
      functions do not return key structures but operate on structures passed by
      the caller, the return value is a boolean. This will allow for a smoother
      transition to having key-generation as "virtual function" in the various
      ***_METHOD tables.
      e9224c71
  8. 06 12月, 2002 1 次提交
  9. 04 12月, 2002 1 次提交
  10. 27 11月, 2002 1 次提交
  11. 26 11月, 2002 1 次提交
  12. 20 11月, 2002 1 次提交
  13. 19 11月, 2002 1 次提交
  14. 16 11月, 2002 2 次提交
  15. 15 11月, 2002 2 次提交
  16. 14 11月, 2002 2 次提交
  17. 13 11月, 2002 1 次提交
  18. 10 11月, 2002 1 次提交
  19. 04 11月, 2002 1 次提交
  20. 30 10月, 2002 1 次提交
  21. 28 10月, 2002 2 次提交
  22. 13 10月, 2002 1 次提交
  23. 12 10月, 2002 2 次提交
  24. 11 10月, 2002 1 次提交
  25. 10 10月, 2002 1 次提交
  26. 05 10月, 2002 1 次提交
    • D
      · fc6a6a10
      Dr. Stephen Henson 提交于
      Add version info to Win32 DLLs.
      
      We might want to edit the strings a bit...
      
      Maybe add to 0.9.7 too?
      fc6a6a10
  27. 04 10月, 2002 1 次提交
    • D
      · 9a48b07e
      Dr. Stephen Henson 提交于
      Various enhancements to PKCS#12 code, new
      medium level API, improved PKCS12_create
      and additional functionality in pkcs12
      utility.
      9a48b07e
  28. 03 10月, 2002 1 次提交
  29. 26 9月, 2002 1 次提交
  30. 25 9月, 2002 1 次提交
  31. 23 9月, 2002 1 次提交