1. 06 12月, 2005 1 次提交
  2. 08 10月, 2005 1 次提交
  3. 01 10月, 2005 1 次提交
  4. 15 8月, 2005 1 次提交
  5. 06 8月, 2005 1 次提交
  6. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  7. 16 5月, 2005 1 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053
  8. 12 5月, 2005 1 次提交
  9. 10 5月, 2005 1 次提交
  10. 30 4月, 2005 1 次提交
  11. 27 4月, 2005 2 次提交
  12. 23 4月, 2005 1 次提交
  13. 22 3月, 2005 1 次提交
  14. 18 5月, 2004 1 次提交
  15. 20 4月, 2004 1 次提交
  16. 16 3月, 2004 1 次提交
  17. 28 12月, 2003 1 次提交
  18. 29 11月, 2003 1 次提交
  19. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  20. 28 9月, 2003 1 次提交
  21. 22 7月, 2003 1 次提交
  22. 28 2月, 2003 2 次提交
  23. 22 12月, 2002 1 次提交
  24. 28 11月, 2002 1 次提交
  25. 20 11月, 2002 1 次提交
  26. 15 11月, 2002 1 次提交
  27. 13 11月, 2002 1 次提交
  28. 29 10月, 2002 1 次提交
  29. 25 9月, 2002 1 次提交
  30. 23 9月, 2002 1 次提交
  31. 19 9月, 2002 2 次提交
  32. 12 8月, 2002 2 次提交
  33. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
  34. 02 8月, 2002 1 次提交
  35. 30 7月, 2002 1 次提交
    • 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
  36. 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