1. 29 3月, 2015 2 次提交
    • A
      sha/asm/sha256-armv4.pl: fix compile issue in kernel · 51f8d095
      Andy Polyakov 提交于
      and eliminate little-endian dependency.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      51f8d095
    • R
      Have a shared library version thats reasonable with our version scheme · 6a919b44
      Richard Levitte 提交于
      The FAQ says this:
      
          After the release of OpenSSL 1.0.0 the versioning scheme changed. Letter
          releases (e.g. 1.0.1a) can only contain bug and security fixes and no
          new features. Minor releases change the last number (e.g. 1.0.2) and
          can contain new features that retain binary compatibility. Changes to
          the middle number are considered major releases and neither source nor
          binary compatibility is guaranteed.
      
      With such a scheme (and with the thinking that it's nice if the shared
      library version stays on track with the OpenSSL version), it's rather
      futile to keep the minor release number in the shared library version.
      The deed already done with OpenSSL 1.0.x can't be changed, but with
      1.x.y, x=1 and on, 1.x as shared library version is sufficient.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      6a919b44
  2. 28 3月, 2015 6 次提交
  3. 27 3月, 2015 2 次提交
    • D
      Remove combine option from ASN.1 code. · ee9d7637
      Dr. Stephen Henson 提交于
      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: NRichard Levitte <levitte@openssl.org>
      ee9d7637
    • D
      Simplify DSA public key handling. · ea6b07b5
      Dr. Stephen Henson 提交于
      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: NRichard Levitte <levitte@openssl.org>
      ea6b07b5
  4. 26 3月, 2015 2 次提交
  5. 25 3月, 2015 15 次提交
  6. 24 3月, 2015 13 次提交