1. 09 4月, 2015 1 次提交
  2. 01 4月, 2015 1 次提交
  3. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  4. 26 3月, 2015 1 次提交
  5. 25 3月, 2015 5 次提交
  6. 24 3月, 2015 2 次提交
  7. 23 3月, 2015 1 次提交
  8. 17 3月, 2015 4 次提交
  9. 16 3月, 2015 1 次提交
  10. 11 3月, 2015 1 次提交
  11. 10 3月, 2015 1 次提交
  12. 05 3月, 2015 2 次提交
  13. 27 2月, 2015 2 次提交
  14. 25 2月, 2015 1 次提交
  15. 10 2月, 2015 1 次提交
  16. 09 2月, 2015 1 次提交
  17. 07 2月, 2015 1 次提交
  18. 06 2月, 2015 2 次提交
  19. 03 2月, 2015 1 次提交
  20. 01 2月, 2015 1 次提交
  21. 31 1月, 2015 1 次提交
  22. 29 1月, 2015 2 次提交
  23. 28 1月, 2015 2 次提交
    • R
      OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1 · daa48704
      Rich Salz 提交于
      TLS and TLS1 are no longer optional.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      daa48704
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  24. 27 1月, 2015 2 次提交
  25. 24 1月, 2015 2 次提交