1. 01 6月, 2016 1 次提交
  2. 31 5月, 2016 4 次提交
  3. 30 5月, 2016 18 次提交
  4. 29 5月, 2016 6 次提交
  5. 28 5月, 2016 10 次提交
  6. 27 5月, 2016 1 次提交
    • R
      Fix fmtstr for BIO_printf() et al · 230c691a
      Richard Levitte 提交于
      -   If we have a maximum amount of characters permitted to be printed
          (for example "%.2s", which allows for a maximum of 2 chars), we
          minimize the number of characters from the string to printed to
          that size.
      -   If there is space for padding and there is a maximum amount of
          characters to print (for example "%3.2s", which shall give at
          least a 1 space padding), the amount of characters to pad with
          gets added to the maximum so the minimum field size (3 in this
          example) gets filled out.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      230c691a