1. 24 3月, 2015 1 次提交
  2. 12 3月, 2015 1 次提交
    • M
      ASN1_primitive_new NULL param handling · 9e488fd6
      Matt Caswell 提交于
      ASN1_primitive_new takes an ASN1_ITEM * param |it|. There are a couple
      of conditional code paths that check whether |it| is NULL or not - but
      later |it| is deref'd unconditionally. If |it| was ever really NULL then
      this would seg fault. In practice ASN1_primitive_new is marked as an
      internal function in the public header file. The only places it is ever
      used internally always pass a non NULL parameter for |it|. Therefore, change
      the code to sanity check that |it| is not NULL, and remove the conditional
      checking.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      9e488fd6
  3. 22 1月, 2015 1 次提交
  4. 02 9月, 2009 1 次提交
    • D
      PR: 2013 · 17b5326b
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
      This makes it possible to tell if the underlying type is UTCTime,
      GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
      can handle each case in an appropriate manner.
      
      Add error checking to CRL generation in ca utility when nextUpdate is being
      set.
      17b5326b
  5. 06 11月, 2008 1 次提交
  6. 16 3月, 2006 1 次提交
  7. 16 2月, 2006 1 次提交
  8. 02 9月, 2005 1 次提交
  9. 26 7月, 2005 1 次提交
  10. 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
  11. 25 4月, 2004 1 次提交
  12. 05 11月, 2002 1 次提交
    • D
      · 38c7271a
      Dr. Stephen Henson 提交于
      Check for NULL ASN1_ITEM when initializeing
      boolean option in ASN1_TYPE.
      38c7271a
  13. 03 10月, 2002 1 次提交
  14. 30 1月, 2002 1 次提交
  15. 02 4月, 2001 1 次提交
  16. 23 2月, 2001 1 次提交
  17. 16 2月, 2001 1 次提交
  18. 05 2月, 2001 2 次提交
  19. 25 1月, 2001 1 次提交
  20. 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