1. 16 3月, 2004 1 次提交
  2. 06 3月, 2004 1 次提交
  3. 27 1月, 2004 1 次提交
  4. 27 12月, 2003 2 次提交
  5. 11 11月, 2003 1 次提交
  6. 10 11月, 2003 1 次提交
  7. 30 10月, 2003 2 次提交
    • G
      Remove a line that was causing redundant declarations. · aca95e0b
      Geoff Thorpe 提交于
      Obtained from: Stephen Henson <steve@openssl.org>
      aca95e0b
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  8. 01 10月, 2003 1 次提交
  9. 21 8月, 2003 1 次提交
  10. 21 5月, 2003 1 次提交
  11. 08 5月, 2003 1 次提交
  12. 10 4月, 2003 1 次提交
  13. 04 4月, 2003 1 次提交
  14. 21 3月, 2003 2 次提交
  15. 14 3月, 2003 1 次提交
  16. 26 2月, 2003 1 次提交
  17. 21 2月, 2003 2 次提交
  18. 18 2月, 2003 1 次提交
  19. 11 2月, 2003 1 次提交
  20. 25 1月, 2003 1 次提交
  21. 24 1月, 2003 1 次提交
  22. 01 1月, 2003 1 次提交
  23. 29 12月, 2002 1 次提交
  24. 07 12月, 2002 1 次提交
  25. 05 12月, 2002 1 次提交
  26. 04 12月, 2002 2 次提交
  27. 28 11月, 2002 1 次提交
  28. 27 11月, 2002 1 次提交
  29. 19 11月, 2002 1 次提交
    • R
      Add the ASN.1 structures and functions for CertificatePair, which is · 711f1a3c
      Richard Levitte 提交于
      defined as follows (according to X.509_4thEditionDraftV6.pdf):
      
      CertificatePair ::= SEQUENCE {
      	forward		[0]	Certificate OPTIONAL,
      	reverse		[1]	Certificate OPTIONAL,
      	-- at least one of the pair shall be present -- }
      
      The only thing I'm not sure about is if it's implicit or explicit tags
      that I should count on.  For now, I'm thinking explicit, but will
      gladly stand corrected.
      
      Also implement the PEM functions to read and write certificate pairs,
      and defined the PEM tag as "CERTIFICATE PAIR".
      
      This needed to be defined, mostly for the sake of the LDAP attribute
      crossCertificatePair, but may prove useful elsewhere as well.
      711f1a3c
  30. 15 11月, 2002 1 次提交
  31. 14 11月, 2002 3 次提交
  32. 13 11月, 2002 2 次提交