Skip to content
  1. May 20, 2016
    • Andy Polyakov's avatar
      rand/randfile.c: remove _XOPEN_SOURCE definition. · e10b54ca
      Andy Polyakov authored
      
      
      Defintions of macros similar to _XOPEN_SOURCE belong in command line
      or in worst case prior first #include directive in source. As for
      macros is was allegedly controlling. One can argue that we are
      probably better off demanding S_IS* macros but there are systems
      that just don't comply, hence this compromise solution...
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (cherry picked from commit 2e6d7799)
      e10b54ca
  2. May 19, 2016
  3. May 18, 2016
  4. May 17, 2016
  5. May 16, 2016
  6. May 14, 2016
  7. May 12, 2016
  8. May 11, 2016
  9. May 10, 2016
  10. May 09, 2016
  11. May 08, 2016
  12. May 06, 2016
  13. May 05, 2016
  14. May 04, 2016
    • Dr. Stephen Henson's avatar
      Fix name length limit check. · a1eef756
      Dr. Stephen Henson authored
      
      
      The name length limit check in x509_name_ex_d2i() includes
      the containing structure as well as the actual X509_NAME. This will
      cause large CRLs to be rejected.
      
      Fix by limiting the length passed to ASN1_item_ex_d2i() which will
      then return an error if the passed X509_NAME exceeds the length.
      
      RT#4531
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (cherry picked from commit 4e0d184a)
      a1eef756