You need to sign in or sign up before continuing.
  1. 08 9月, 2014 13 次提交
  2. 05 9月, 2014 5 次提交
  3. 04 9月, 2014 2 次提交
  4. 03 9月, 2014 1 次提交
  5. 02 9月, 2014 1 次提交
  6. 01 9月, 2014 3 次提交
  7. 31 8月, 2014 4 次提交
  8. 30 8月, 2014 9 次提交
  9. 29 8月, 2014 2 次提交
    • R
      RT3246: req command prints version number wrong · b09eb246
      Rich Salz 提交于
      Make X509_REQ_print_ex do the same thing that
      X509_REQ_print does.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      b09eb246
    • 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