1. 28 11月, 2002 1 次提交
  2. 27 11月, 2002 3 次提交
  3. 26 11月, 2002 1 次提交
  4. 24 11月, 2002 1 次提交
  5. 22 11月, 2002 1 次提交
  6. 20 11月, 2002 2 次提交
  7. 19 11月, 2002 3 次提交
    • R
      Fix an unsigned/signed mismatch. · 821385ad
      Richard Levitte 提交于
      821385ad
    • 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
    • R
      Determine HZ exactly as in apps/speed.c. · a1d85309
      Richard Levitte 提交于
      a1d85309
  8. 18 11月, 2002 4 次提交
  9. 16 11月, 2002 2 次提交
  10. 15 11月, 2002 6 次提交
  11. 14 11月, 2002 10 次提交
  12. 13 11月, 2002 6 次提交