1. 30 8月, 2014 1 次提交
  2. 29 8月, 2014 1 次提交
    • R
      RT1665,2300: Crypto doc cleanups · c7497f34
      Rich Salz 提交于
      RT1665: aes documentation.
      
      Paul Green wrote a nice aes.pod file.
      But we now encourage the EVP interface.
      So I took his RT item and used it as impetus to add
      the AES modes to EVP_EncryptInit.pod
      I also noticed that rc4.pod has spurious references to some other
      cipher pages, so I removed them.
      
      RT2300: Clean up MD history (merged into RT1665)
      
      Put HISTORY section only in EVP_DigestInit.pod. Also add words
      to discourage use of older cipher-specific API, and remove SEE ALSO
      links that point to them.
      
      Make sure digest pages have a NOTE that says use EVP_DigestInit.
      
      Review feedback:
      More cleanup in EVP_EncryptInit.pod
      Fixed SEE ALSO links in ripemd160.pod, sha.pod, mdc2.pod, blowfish.pod,
      rc4.d, and des.pod.  Re-order sections in des.pod for consistency
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      c7497f34
  3. 28 8月, 2014 2 次提交
  4. 25 8月, 2014 2 次提交
  5. 22 8月, 2014 1 次提交
  6. 19 8月, 2014 2 次提交
  7. 13 8月, 2014 1 次提交
    • I
      RT3239: Extra comma in NAME lines of two manpages · bebbb11d
      Ingo Schwarze 提交于
      In two OpenSSL manual pages, in the NAME section, the last word of the
      name list is followed by a stray trailing comma. While this may seem
      minor, it is worth fixing because it may confuse some makewhatis(8)
      implementations.
      
      While here, also add the missing word "size" to the one line
      description in SSL_CTX_set_max_cert_list(3).
      
      Reviewed by: Dr Stephen Henson <shenson@drh-consultancy.co.uk>
      bebbb11d
  8. 12 8月, 2014 2 次提交
  9. 21 7月, 2014 1 次提交
  10. 20 7月, 2014 1 次提交
  11. 17 7月, 2014 1 次提交
  12. 07 7月, 2014 2 次提交
  13. 06 7月, 2014 1 次提交
  14. 05 7月, 2014 2 次提交
  15. 03 7月, 2014 2 次提交
  16. 02 7月, 2014 1 次提交
    • M
      Fix doc typo. · 5cc99c6c
      Matt Smart 提交于
      ERR_get_error(3) references the non-existent
      ERR_get_last_error_line_data instead of the one that does exist,
      ERR_peek_last_error_line_data.
      
      PR#3283
      5cc99c6c
  17. 30 6月, 2014 1 次提交
  18. 29 6月, 2014 1 次提交
  19. 28 6月, 2014 1 次提交
  20. 23 6月, 2014 2 次提交
  21. 13 6月, 2014 1 次提交
    • V
      Client-side namecheck wildcards. · a09e4d24
      Viktor Dukhovni 提交于
      A client reference identity of ".example.com" matches a server
      certificate presented identity that is any sub-domain of "example.com"
      (e.g. "www.sub.example.com).
      
      With the X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS flag, it matches
      only direct child sub-domains (e.g. "www.sub.example.com").
      a09e4d24
  22. 07 6月, 2014 1 次提交
  23. 22 5月, 2014 1 次提交
  24. 21 5月, 2014 1 次提交
    • V
      Fixes to host checking. · 397a8e74
      Viktor Dukhovni 提交于
      Fixes to host checking wild card support and add support for
      setting host checking flags when verifying a certificate
      chain.
      397a8e74
  25. 15 5月, 2014 1 次提交
  26. 13 5月, 2014 1 次提交
  27. 27 4月, 2014 2 次提交
  28. 16 4月, 2014 1 次提交
  29. 15 2月, 2014 1 次提交
  30. 29 1月, 2014 1 次提交
    • D
      Clarify docs. · 30ea570f
      Dr. Stephen Henson 提交于
      Remove reference to ERR_TXT_MALLOCED in the error library as that is
      only used internally. Indicate that returned error data must not be
      freed.
      (cherry picked from commit f2d678e6e89b6508147086610e985d4e8416e867)
      30ea570f
  31. 15 11月, 2013 1 次提交
    • D
      Constify. · 0f7fa1b1
      Dr. Stephen Henson 提交于
      (cherry picked from commit 1abfa78a8ba714f7e47bd674db53dbe303cd1ce7)
      0f7fa1b1