1. 30 Apr, 2014 3 commits
    • Lubomir Rintel's avatar
      POD: Fix item numbering · 15a4add7
      Lubomir Rintel authored
      Newer pod2man considers =item [1-9] part of a numbered list, while =item
      0 starts an unnumbered list. Add a zero effect formatting mark to override
      this.
      
      doc/apps/smime.pod around line 315: Expected text after =item, not a
      number
      ...
      
      PR#3146
      15a4add7
    • Geoff Thorpe's avatar
      bignum: fix boundary condition in montgomery logic · 3cc546a3
      Geoff Thorpe authored
      
      
      It's not clear whether this inconsistency could lead to an actual
      computation error, but it involved a BIGNUM being passed around the
      montgomery logic in an inconsistent state. This was found using flags
      -DBN_DEBUG -DBN_DEBUG_RAND, and working backwards from this assertion
      in 'ectest';
      
      ectest: bn_mul.c:960: BN_mul: Assertion `(_bnum2->top == 0) ||
      (_bnum2->d[_bnum2->top - 1] != 0)' failed
      
      Signed-off-by: default avatarGeoff Thorpe <geoff@openssl.org>
      (cherry picked from commit a5292618)
      3cc546a3
    • Geoff Thorpe's avatar
      util/mkerr.pl: fix perl warning · c434f7f8
      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)
      c434f7f8
  2. 26 Apr, 2014 1 commit
    • mancha's avatar
      Fix version documentation. · e6a01b47
      mancha authored
      Specify -f is for compilation flags. Add -d to synopsis section.
      
      (cherry picked from commit 006397ea62bbcae22c8664d53c2222b808c4bdd1)
      
      Closes #78.
      e6a01b47
  3. 24 Apr, 2014 4 commits
  4. 23 Apr, 2014 1 commit
  5. 22 Apr, 2014 1 commit
  6. 21 Apr, 2014 1 commit
  7. 16 Apr, 2014 1 commit
  8. 15 Apr, 2014 2 commits
  9. 11 Apr, 2014 1 commit
  10. 09 Apr, 2014 1 commit
  11. 08 Apr, 2014 1 commit
  12. 07 Apr, 2014 7 commits
  13. 06 Apr, 2014 2 commits
  14. 05 Apr, 2014 1 commit
  15. 04 Apr, 2014 2 commits
  16. 03 Apr, 2014 2 commits
  17. 02 Apr, 2014 2 commits
  18. 01 Apr, 2014 1 commit
  19. 27 Mar, 2014 3 commits
  20. 25 Mar, 2014 1 commit
  21. 19 Mar, 2014 1 commit
  22. 18 Mar, 2014 1 commit