1. 15 2月, 2009 1 次提交
    • D
      PR: 1835 · 477fd459
      Dr. Stephen Henson 提交于
      Submitted by: Damien Miller <djm@mindrot.org>
      Approved by: steve@openssl.org
      
      Fix various typos.
      477fd459
  2. 09 12月, 2008 1 次提交
  3. 08 12月, 2008 1 次提交
  4. 06 11月, 2008 1 次提交
  5. 05 7月, 2008 1 次提交
  6. 04 6月, 2008 1 次提交
  7. 27 9月, 2007 1 次提交
  8. 11 4月, 2007 1 次提交
  9. 04 2月, 2007 1 次提交
  10. 27 11月, 2006 1 次提交
  11. 07 3月, 2006 1 次提交
  12. 13 2月, 2006 1 次提交
  13. 26 7月, 2005 1 次提交
  14. 18 5月, 2004 1 次提交
  15. 30 3月, 2003 1 次提交
  16. 25 3月, 2003 1 次提交
  17. 27 2月, 2003 1 次提交
  18. 05 2月, 2003 1 次提交
  19. 14 11月, 2002 1 次提交
  20. 13 11月, 2002 1 次提交
    • D
      · 2232e262
      Dr. Stephen Henson 提交于
      Fix memory leak in s2i_ASN_INTEGER and return an error
      if any invalid characters are present.
      2232e262
  21. 28 2月, 2002 1 次提交
  22. 16 3月, 2001 1 次提交
    • D
      · 535d79da
      Dr. Stephen Henson 提交于
      Overhaul the display of certificate details in
      the 'ca' utility. This can now be extensively
      customised in the configuration file and handles
      multibyte strings and extensions properly.
      
      This is required when extensions copying from
      certificate requests is supported: the user
      must be able to view the extensions before
      allowing a certificate to be issued.
      535d79da
  23. 19 1月, 2001 1 次提交
  24. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  25. 18 9月, 2000 1 次提交
  26. 10 9月, 2000 1 次提交
  27. 11 6月, 2000 1 次提交
  28. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  29. 31 1月, 2000 1 次提交
  30. 22 6月, 1999 1 次提交
  31. 21 6月, 1999 1 次提交
  32. 10 5月, 1999 1 次提交
    • B
      The various character predicates (isspace and the like) may not be · 84a370a4
      Bodo Möller 提交于
      used with negative char values, so I've added casts to unsigned char.
      Maybe what really should be done is change all those arrays and
      pointers to type unsigned char [] or unsigned char *, respectively;
      but using plain char with those predicates is just wrong, so something
      had to be done.
      Submitted by:
      Reviewed by:
      PR:
      84a370a4
  33. 24 4月, 1999 1 次提交
  34. 23 4月, 1999 1 次提交
  35. 20 4月, 1999 1 次提交
  36. 18 4月, 1999 1 次提交
  37. 15 4月, 1999 1 次提交
  38. 05 3月, 1999 1 次提交
  39. 22 2月, 1999 1 次提交
  40. 20 2月, 1999 1 次提交