1. 29 5月, 2005 1 次提交
  2. 22 5月, 2005 1 次提交
  3. 17 5月, 2005 1 次提交
  4. 16 5月, 2005 2 次提交
    • 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
    • A
      Fool-proofing Makefiles · 81a86fcf
      Andy Polyakov 提交于
      81a86fcf
  5. 13 5月, 2005 1 次提交
  6. 12 5月, 2005 2 次提交
  7. 10 5月, 2005 2 次提交
  8. 09 5月, 2005 2 次提交
  9. 03 5月, 2005 1 次提交
  10. 30 4月, 2005 1 次提交
  11. 28 4月, 2005 1 次提交
    • D
      Lots of Win32 fixes for DTLS. · 6c61726b
      Dr. Stephen Henson 提交于
      1. "unsigned long long" isn't portable changed: to BN_ULLONG.
      2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
      2. Avoid lots of compiler warnings about signed/unsigned mismatches.
      3. Include new library directory pqueue in mk1mf build system.
      4. Update symbols.
      6c61726b
  12. 27 4月, 2005 6 次提交
  13. 23 4月, 2005 1 次提交
  14. 21 4月, 2005 1 次提交
  15. 14 4月, 2005 1 次提交
  16. 13 4月, 2005 1 次提交
  17. 11 4月, 2005 1 次提交
  18. 10 4月, 2005 2 次提交
  19. 09 4月, 2005 1 次提交
  20. 08 4月, 2005 1 次提交
  21. 02 4月, 2005 2 次提交
  22. 31 3月, 2005 1 次提交
  23. 30 3月, 2005 2 次提交
  24. 22 3月, 2005 1 次提交
  25. 21 3月, 2005 1 次提交
  26. 20 1月, 2005 1 次提交
  27. 19 1月, 2005 1 次提交
  28. 18 1月, 2005 1 次提交
    • R
      Changes concering RFC 3820 (proxy certificates) integration: · a7201e9a
      Richard Levitte 提交于
       - Enforce that there should be no policy settings when the language
         is one of id-ppl-independent or id-ppl-inheritAll.
       - Add functionality to ssltest.c so that it can process proxy rights
         and check that they are set correctly.  Rights consist of ASCII
         letters, and the condition is a boolean expression that includes
         letters, parenthesis, &, | and ^.
       - Change the proxy certificate configurations so they get proxy
         rights that are understood by ssltest.c.
       - Add a script that tests proxy certificates with SSL operations.
      
      Other changes:
      
       - Change the copyright end year in mkerr.pl.
       - make update.
      a7201e9a