1. 03 Apr, 2015 4 commits
  2. 02 Apr, 2015 6 commits
  3. 01 Apr, 2015 1 commit
  4. 31 Mar, 2015 11 commits
  5. 30 Mar, 2015 5 commits
  6. 29 Mar, 2015 4 commits
  7. 28 Mar, 2015 7 commits
  8. 26 Mar, 2015 2 commits
    • Dr. Stephen Henson's avatar
      Remove combine option from ASN.1 code. · ee9d7637
      Dr. Stephen Henson authored
      
      
      Remove the combine option. This was used for compatibility with some
      non standard behaviour in ancient versions of OpenSSL: specifically
      the X509_ATTRIBUTE and DSAPublicKey handling. Since these have now
      been revised it is no longer needed.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      ee9d7637
    • Dr. Stephen Henson's avatar
      Simplify DSA public key handling. · ea6b07b5
      Dr. Stephen Henson authored
      
      
      DSA public keys could exist in two forms: a single Integer type or a
      SEQUENCE containing the parameters and public key with a field called
      "write_params" deciding which form to use. These forms are non standard
      and were only used by functions containing "DSAPublicKey" in the name.
      
      Simplify code to only use the parameter form and encode the public key
      component directly in the DSA public key method.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      ea6b07b5