Skip to content
  1. Apr 30, 2014
    • Matt Caswell's avatar
      Fixed various pod errors · 1d3f432b
      Matt Caswell authored
      1d3f432b
    • 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. Apr 26, 2014
    • 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. Apr 24, 2014
  4. Apr 23, 2014
  5. Apr 22, 2014
  6. Apr 21, 2014
  7. Apr 16, 2014
  8. Apr 15, 2014
  9. Apr 11, 2014
  10. Apr 09, 2014
  11. Apr 08, 2014
  12. Apr 07, 2014
  13. Apr 06, 2014
  14. Apr 05, 2014
  15. Apr 04, 2014
  16. Apr 03, 2014
  17. Apr 02, 2014
  18. Apr 01, 2014
  19. Mar 27, 2014
  20. Mar 25, 2014
  21. Mar 19, 2014