1. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  2. 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
  3. 25 9月, 2015 1 次提交
  4. 23 9月, 2015 1 次提交
  5. 12 9月, 2015 1 次提交
  6. 09 9月, 2015 1 次提交
  7. 07 9月, 2015 1 次提交
  8. 01 9月, 2015 1 次提交
    • D
      Remove asn1-kludge option. · d8c054f2
      Dr. Stephen Henson 提交于
      Remove asn1-kludge option from the req utility. It was a decade old
      workaround for CAs and software which required an invalid encoding
      of PKCS#10 certificate requests: omitting the attributes field even
      though it is not OPTIONAL.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d8c054f2
  9. 28 8月, 2015 1 次提交
    • 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
  10. 27 8月, 2015 1 次提交
  11. 26 8月, 2015 2 次提交
  12. 22 8月, 2015 1 次提交
  13. 14 8月, 2015 1 次提交
  14. 12 8月, 2015 1 次提交
  15. 01 8月, 2015 1 次提交
  16. 31 7月, 2015 1 次提交
  17. 30 7月, 2015 2 次提交
  18. 16 7月, 2015 1 次提交
  19. 14 7月, 2015 1 次提交
  20. 08 7月, 2015 2 次提交
  21. 07 7月, 2015 1 次提交
  22. 02 6月, 2015 1 次提交
  23. 26 5月, 2015 1 次提交
  24. 23 5月, 2015 2 次提交
  25. 20 5月, 2015 1 次提交
    • E
      dhparam: fix documentation · b5a379aa
      Emilia Kasper 提交于
      The default bitlength is now 2048. Also clarify that either the number
      of bits or the generator must be present:
      
      $ openssl dhparam -2
      and
      $ openssl dhparam 2048
      generate parameters but
      $ openssl dhparam
      does not.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      b5a379aa
  26. 03 5月, 2015 2 次提交
  27. 26 4月, 2015 1 次提交
  28. 09 4月, 2015 1 次提交
  29. 24 3月, 2015 1 次提交
  30. 12 3月, 2015 1 次提交
  31. 27 2月, 2015 1 次提交
  32. 25 2月, 2015 1 次提交
  33. 24 2月, 2015 1 次提交
  34. 21 2月, 2015 1 次提交
  35. 28 1月, 2015 1 次提交