1. 26 3月, 2015 1 次提交
  2. 25 3月, 2015 1 次提交
  3. 24 3月, 2015 1 次提交
  4. 19 3月, 2015 1 次提交
  5. 29 1月, 2015 1 次提交
  6. 22 1月, 2015 2 次提交
  7. 17 12月, 2014 1 次提交
  8. 12 6月, 2010 1 次提交
  9. 25 3月, 2009 2 次提交
  10. 15 3月, 2009 1 次提交
  11. 12 11月, 2008 1 次提交
  12. 06 11月, 2008 1 次提交
  13. 01 11月, 2008 1 次提交
  14. 04 6月, 2008 1 次提交
  15. 24 1月, 2007 1 次提交
  16. 16 11月, 2006 1 次提交
  17. 28 9月, 2006 1 次提交
  18. 01 9月, 2006 1 次提交
  19. 19 2月, 2006 1 次提交
  20. 09 2月, 2006 1 次提交
  21. 01 2月, 2006 1 次提交
  22. 30 1月, 2006 1 次提交
  23. 02 9月, 2005 1 次提交
  24. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  25. 01 5月, 2005 2 次提交
  26. 30 4月, 2005 1 次提交
  27. 28 4月, 2004 1 次提交
  28. 25 4月, 2004 2 次提交
  29. 16 3月, 2004 1 次提交
  30. 01 10月, 2003 1 次提交
  31. 13 11月, 2002 1 次提交
  32. 03 10月, 2002 1 次提交
  33. 23 8月, 2002 1 次提交
    • D
      · 41ab00be
      Dr. Stephen Henson 提交于
      Reinstate the check for invalid length BIT STRINGS,
      which was effectively bypassed in the ASN1 changed.
      41ab00be
  34. 30 1月, 2002 1 次提交
  35. 27 7月, 2001 1 次提交
    • D
      · 1241126a
      Dr. Stephen Henson 提交于
      More linker bloat reorganisation:
      
      Split private key PEM and normal PEM handling. Private key
      handling needs to link in stuff like PKCS#8.
      
      Relocate the ASN1 *_dup() functions, to the relevant ASN1
      modules using new macro IMPLEMENT_ASN1_DUP_FUNCTION. Previously
      these were all in crypto/x509/x_all.c along with every ASN1
      BIO/fp function which linked in *every* ASN1 function if
      a single dup was used.
      
      Move the authority key id ASN1 structure to a separate file.
      This is used in the X509 routines and its previous location
      linked in all the v3 extension code.
      
      Also move ASN1_tag2bit to avoid linking in a_bytes.c which
      is now largely obsolete.
      
      So far under Linux stripped binary with single PEM_read_X509
      is now 238K compared to 380K before these changes.
      1241126a
  36. 21 4月, 2001 1 次提交
    • D
      · c962479b
      Dr. Stephen Henson 提交于
      Fix ASN1 bug when decoding OTHER type.
      
      Various S/MIME DSA related fixes.
      c962479b