1. 16 10月, 2002 2 次提交
  2. 14 10月, 2002 1 次提交
  3. 10 10月, 2002 2 次提交
  4. 09 10月, 2002 1 次提交
  5. 26 9月, 2002 2 次提交
  6. 25 9月, 2002 1 次提交
  7. 23 9月, 2002 1 次提交
  8. 19 9月, 2002 2 次提交
  9. 17 8月, 2002 1 次提交
  10. 16 8月, 2002 1 次提交
  11. 15 8月, 2002 1 次提交
  12. 14 8月, 2002 1 次提交
  13. 12 8月, 2002 4 次提交
  14. 09 8月, 2002 3 次提交
  15. 04 8月, 2002 1 次提交
  16. 02 8月, 2002 1 次提交
  17. 31 7月, 2002 1 次提交
  18. 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
  19. 20 7月, 2002 1 次提交
  20. 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
  21. 10 7月, 2002 2 次提交
    • 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
    • L
      Ciphers with NULL encryption were not properly handled because they were · 063a8905
      Lutz Jänicke 提交于
      not covered by the strength bit mask.
      Submitted by:
      Reviewed by:
      PR: 130
      063a8905
  22. 09 7月, 2002 1 次提交
  23. 04 7月, 2002 1 次提交
  24. 28 6月, 2002 1 次提交
  25. 14 6月, 2002 1 次提交
  26. 06 6月, 2002 1 次提交
  27. 24 5月, 2002 1 次提交
  28. 22 5月, 2002 1 次提交