1. 08 Sep, 2014 12 commits
  2. 07 Sep, 2014 1 commit
  3. 05 Sep, 2014 5 commits
  4. 03 Sep, 2014 3 commits
  5. 02 Sep, 2014 1 commit
  6. 01 Sep, 2014 2 commits
  7. 31 Aug, 2014 2 commits
  8. 30 Aug, 2014 9 commits
  9. 29 Aug, 2014 3 commits
  10. 28 Aug, 2014 2 commits
    • Rich Salz's avatar
      RT3246: req command prints version number wrong · b09eb246
      Rich Salz authored
      
      
      Make X509_REQ_print_ex do the same thing that
      X509_REQ_print does.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      b09eb246
    • Rich Salz's avatar
      RT1665,2300: Crypto doc cleanups · c7497f34
      Rich Salz authored
      
      
      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: default avatarMatt Caswell <matt@openssl.org>
      c7497f34