1. 03 5月, 2001 1 次提交
  2. 02 5月, 2001 1 次提交
  3. 27 4月, 2001 1 次提交
  4. 21 4月, 2001 1 次提交
    • D
      · c962479b
      Dr. Stephen Henson 提交于
      Fix ASN1 bug when decoding OTHER type.
      
      Various S/MIME DSA related fixes.
      c962479b
  5. 20 4月, 2001 1 次提交
  6. 19 4月, 2001 1 次提交
  7. 18 4月, 2001 2 次提交
  8. 12 4月, 2001 1 次提交
  9. 11 4月, 2001 1 次提交
  10. 09 4月, 2001 2 次提交
  11. 08 4月, 2001 1 次提交
  12. 05 4月, 2001 2 次提交
  13. 04 4月, 2001 1 次提交
  14. 02 4月, 2001 1 次提交
  15. 31 3月, 2001 1 次提交
  16. 30 3月, 2001 1 次提交
  17. 29 3月, 2001 1 次提交
    • R
      Since there has been reports of clashes between OpenSSL's · 080b8cad
      Richard Levitte 提交于
      des_encrypt() and des_encrypt() defined on some systems (Solaris and
      Unixware and maybe others), we rename des_encrypt() to des_encrypt1().
      This should have very little impact on external software unless
      someone has written a mode of DES, since that's all des_encrypt() is
      meant for.
      080b8cad
  18. 28 3月, 2001 2 次提交
  19. 22 3月, 2001 1 次提交
  20. 18 3月, 2001 1 次提交
  21. 16 3月, 2001 3 次提交
  22. 15 3月, 2001 1 次提交
  23. 13 3月, 2001 1 次提交
  24. 11 3月, 2001 4 次提交
  25. 10 3月, 2001 1 次提交
    • D
      · b4f682d3
      Dr. Stephen Henson 提交于
      Add the 'ec' directory to mkdef.pl and mkfiles.pl
      so the Windows build can see it.
      
      Fixup mkdef.pl so it doesn't mess up with function
      names longer than 39 characters in length.
      b4f682d3
  26. 09 3月, 2001 4 次提交
  27. 08 3月, 2001 2 次提交
    • B
      Hide BN_CTX structure details. · c62b26fd
      Bodo Möller 提交于
      Incease the number of BIGNUMs in a BN_CTX.
      c62b26fd
    • D
      · 2dc769a1
      Dr. Stephen Henson 提交于
      Make EVP_Digest*() routines return a value.
      
      TODO: update docs, and make soe other routines
      which use EVP_Digest*() check return codes.
      2dc769a1