1. 28 10月, 2015 1 次提交
  2. 24 10月, 2015 1 次提交
  3. 23 10月, 2015 1 次提交
  4. 21 10月, 2015 1 次提交
  5. 16 10月, 2015 1 次提交
  6. 01 10月, 2015 1 次提交
    • M
      Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2 · c84f7f4a
      Matt Caswell 提交于
      This patch updates the "DEFAULT" cipherstring to be
      "ALL:!COMPLEMENTOFDEFAULT:!eNULL". COMPLEMENTOFDEFAULT is now defined
      internally by a flag on each ciphersuite indicating whether it should be
      excluded from DEFAULT or not. This gives us control at an individual
      ciphersuite level as to exactly what is in DEFAULT and what is not.
      
      Finally all DES, RC4 and RC2 ciphersuites are added to COMPLEMENTOFDEFAULT
      and hence removed from DEFAULT.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      c84f7f4a
  7. 25 9月, 2015 2 次提交
  8. 23 9月, 2015 6 次提交
  9. 22 9月, 2015 9 次提交
  10. 12 9月, 2015 1 次提交
  11. 09 9月, 2015 1 次提交
  12. 08 9月, 2015 1 次提交
  13. 07 9月, 2015 1 次提交
  14. 06 9月, 2015 1 次提交
  15. 02 9月, 2015 1 次提交
  16. 01 9月, 2015 6 次提交
  17. 28 8月, 2015 2 次提交
    • I
      GH367: Fix dsa keygen for too-short seed · f00a10b8
      Ismo Puustinen 提交于
      If the seed value for dsa key generation is too short (< qsize),
      return an error. Also update the documentation.
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      f00a10b8
    • R
      Various doc fixes. · c03726ca
      Rich Salz 提交于
      Make all mention of digest algorithm use "any supported algorithm"
      
      RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>:
          X509_LOOKUP_hash_dir.pod
          X509_check_ca.pod
          X509_check_issued.pod
      
      RT 1600:
          Remove references to non-existant objects(3)
          Add RETURN VALUES to BIO_do_accept page.
      
      RT1818:
          RSA_sign Can return values other than 0 on failure.
      
      RT3634:
          Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>)
      
      RT3678:
          Some clarifications to BIO_new_pair
          (Devchandra L Meetei <dlmeetei@gmail.com>)
      
      RT3787:
          Fix some EVP_ function return values
          (Laetitia Baudoin <lbaudoin@google.com>)
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      c03726ca
  18. 27 8月, 2015 1 次提交
  19. 26 8月, 2015 2 次提交