1. 16 1月, 2000 1 次提交
  2. 15 1月, 2000 1 次提交
  3. 14 1月, 2000 3 次提交
  4. 09 1月, 2000 3 次提交
  5. 08 1月, 2000 2 次提交
  6. 07 1月, 2000 4 次提交
  7. 06 1月, 2000 1 次提交
  8. 05 1月, 2000 1 次提交
  9. 02 1月, 2000 1 次提交
  10. 29 12月, 1999 1 次提交
  11. 25 12月, 1999 2 次提交
  12. 23 12月, 1999 1 次提交
  13. 18 12月, 1999 5 次提交
  14. 17 12月, 1999 2 次提交
  15. 14 12月, 1999 1 次提交
  16. 09 12月, 1999 1 次提交
  17. 08 12月, 1999 1 次提交
  18. 07 12月, 1999 1 次提交
  19. 05 12月, 1999 1 次提交
  20. 04 12月, 1999 1 次提交
    • B
      Add functions des_set_key_checked, des_set_key_unchecked. · cddfe788
      Bodo Möller 提交于
      Never use des_set_key (it depends on the global variable des_check_key),
      but usually des_set_key_unchecked.
      Only destest.c bothered to look at the return values of des_set_key,
      but it did not set des_check_key -- if it had done so,
      most checks would have failed because of wrong parity and
      because of weak keys.
      cddfe788
  21. 02 12月, 1999 1 次提交
  22. 01 12月, 1999 2 次提交
  23. 30 11月, 1999 1 次提交
  24. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  25. 28 11月, 1999 1 次提交