1. 06 Aug, 2014 12 commits
  2. 01 Aug, 2014 1 commit
  3. 21 Jul, 2014 3 commits
  4. 19 Jul, 2014 1 commit
  5. 17 Jul, 2014 1 commit
  6. 15 Jul, 2014 4 commits
  7. 14 Jul, 2014 1 commit
  8. 13 Jul, 2014 2 commits
  9. 09 Jul, 2014 1 commit
  10. 07 Jul, 2014 2 commits
  11. 06 Jul, 2014 1 commit
  12. 05 Jul, 2014 4 commits
  13. 03 Jul, 2014 5 commits
  14. 02 Jul, 2014 2 commits
    • Matt Smart's avatar
      Fix doc typo. · d7080d62
      Matt Smart authored
      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
      (cherry picked from commit 5cc99c6c)
      d7080d62
    • Geoff Thorpe's avatar
      util/mkerr.pl: fix perl warning · 5d7c8a48
      Geoff Thorpe authored
      
      
      Gets rid of this;
      
      defined(@array) is deprecated at ../util/mkerr.pl line 792.
              (Maybe you should just omit the defined()?)
      defined(@array) is deprecated at ../util/mkerr.pl line 800.
              (Maybe you should just omit the defined()?)
      
      Signed-off-by: default avatarGeoff Thorpe <geoff@openssl.org>
      (cherry picked from commit 647f360e)
      5d7c8a48