1. 12 4月, 2006 1 次提交
    • U
      Add BeOS support. · 4700aea9
      Ulf Möller 提交于
      PR: 1312
      Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
      Reviewed by: Ulf Moeller
      4700aea9
  2. 19 2月, 2005 1 次提交
  3. 29 6月, 2004 1 次提交
  4. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  5. 28 11月, 2003 1 次提交
  6. 13 11月, 2002 1 次提交
  7. 14 10月, 2002 1 次提交
  8. 09 10月, 2002 1 次提交
    • R
      Add a few more VxWorks targets. · 6a89a25c
      Richard Levitte 提交于
      Correct misspelled VXWORKS macros.
      Add VXWORKS identifying macros to e_os2.h.
      Add required inclusions and mappings for VxWorks in e_os.h.
      A few small modifications to make OpenSSL build and work on VxWorks.
      PR: 253, except for the  change that was handled in an earlier
               commit, and a request for easy build of just parts of OpenSSL.
      6a89a25c
  9. 22 9月, 2002 1 次提交
  10. 14 6月, 2002 1 次提交
  11. 22 5月, 2002 1 次提交
  12. 14 2月, 2002 1 次提交
  13. 03 4月, 2001 1 次提交
  14. 18 3月, 2001 1 次提交
  15. 20 2月, 2001 1 次提交
  16. 08 2月, 2001 1 次提交
  17. 11 1月, 2001 1 次提交
    • D
      · 9b4dc830
      Dr. Stephen Henson 提交于
      OCSP basic response verify. Very incomplete
      but will verify the signatures on a response
      and locate the signers certifcate.
      
      Still needs to implement a proper OCSP certificate
      verify.
      
      Fix warning in RAND_egd().
      9b4dc830
  18. 10 1月, 2001 1 次提交
  19. 29 6月, 2000 2 次提交
  20. 03 6月, 2000 1 次提交
  21. 29 2月, 2000 1 次提交
  22. 28 2月, 2000 2 次提交
  23. 26 2月, 2000 1 次提交
  24. 25 2月, 2000 1 次提交
    • U
      EGD bugfix. · fea217f9
      Ulf Möller 提交于
      Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
      fea217f9
  25. 24 2月, 2000 2 次提交
  26. 06 2月, 2000 1 次提交
  27. 05 2月, 2000 1 次提交
  28. 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
  29. 16 5月, 1999 1 次提交
    • B
      Change type of various DES function arguments from des_cblock · edf0bfb5
      Bodo Möller 提交于
      (meaning pointer to char) to des_cblock * (meaning pointer to
      array with 8 char elements), which allows the compiler to
      do more typechecking.  (The changed argument types were of type
      des_cblock * back in SSLeay, and a lot of ugly casts were
      used then to turn them into pointers to elements; but it can be
      done without those casts.)
      
      Introduce new type const_des_cblock -- before, the pointers rather
      than the elements pointed to were declared const, and for
      some reason gcc did not complain about this (but some other
      compilers did).
      edf0bfb5
  30. 20 4月, 1999 1 次提交
  31. 14 2月, 1999 1 次提交
  32. 21 12月, 1998 2 次提交