Skip to content
  1. Sep 08, 2014
  2. Sep 07, 2014
  3. Sep 05, 2014
  4. Sep 03, 2014
  5. Sep 02, 2014
  6. Sep 01, 2014
  7. Aug 31, 2014
  8. Aug 30, 2014
  9. Aug 29, 2014
  10. Aug 28, 2014
    • 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
    • l.montecchiani@gmail.com's avatar
      RT2193: #ifdef errors in bss_dgram.c · ac53354b
      l.montecchiani@gmail.com authored
      
      
      Problem with #ifdef in the BIO_CTRL_DGRAM_MTU_DISCOVER case that
      is different from the BIO_CTRL_DGRAM_QUERY_MTU one which seems
      correct.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      ac53354b