1. 15 11月, 2002 1 次提交
  2. 13 11月, 2002 1 次提交
  3. 05 11月, 2002 2 次提交
  4. 01 11月, 2002 1 次提交
  5. 29 10月, 2002 2 次提交
    • B
      Sun has agreed to removing the covenant language from most files. · 259cdf2a
      Bodo Möller 提交于
      Submitted by: Sheueling Chang <Sheueling.Chang@Sun.COM>
      259cdf2a
    • G
      Correct and enhance the behaviour of "internal" session caching as it · e0db2eed
      Geoff Thorpe 提交于
      relates to SSL_CTX flags and the use of "external" session caching. The
      existing flag, "SSL_SESS_CACHE_NO_INTERNAL_LOOKUP" remains but is
      supplemented with a complimentary flag, "SSL_SESS_CACHE_NO_INTERNAL_STORE".
      The bitwise OR of the two flags is also defined as
      "SSL_SESS_CACHE_NO_INTERNAL" and is the flag that should be used by most
      applications wanting to implement session caching *entirely* by its own
      provided callbacks. As the documented behaviour contradicted actual
      behaviour up until recently, and since that point behaviour has itself been
      inconsistent anyway, this change should not introduce any compatibility
      problems. I've adjusted the relevant documentation to elaborate about how
      this works.
      
      Kudos to "Nadav Har'El" <nyh@math.technion.ac.il> for diagnosing these
      anomalies and testing this patch for correctness.
      
      PR: 311
      e0db2eed
  6. 28 10月, 2002 1 次提交
  7. 16 10月, 2002 2 次提交
  8. 14 10月, 2002 1 次提交
  9. 10 10月, 2002 2 次提交
  10. 09 10月, 2002 1 次提交
  11. 26 9月, 2002 2 次提交
  12. 25 9月, 2002 1 次提交
  13. 23 9月, 2002 1 次提交
  14. 19 9月, 2002 2 次提交
  15. 17 8月, 2002 1 次提交
  16. 16 8月, 2002 1 次提交
  17. 15 8月, 2002 1 次提交
  18. 14 8月, 2002 1 次提交
  19. 12 8月, 2002 4 次提交
  20. 09 8月, 2002 3 次提交
  21. 04 8月, 2002 1 次提交
  22. 02 8月, 2002 1 次提交
  23. 31 7月, 2002 1 次提交
  24. 30 7月, 2002 3 次提交
    • L
      Typo. · dd7ab82e
      Lutz Jänicke 提交于
      Submitted by: Jeffrey Altman <jaltman@columbia.edu>
      Reviewed by:
      PR: 169
      dd7ab82e
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
    • L
      "make update" · 3aecef76
      Lutz Jänicke 提交于
      3aecef76
  25. 20 7月, 2002 1 次提交
  26. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  27. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa