1. 21 11月, 2016 1 次提交
    • S
      crypto: drbg - advance output buffer pointer · 8ff4c191
      Stephan Mueller 提交于
      The CTR DRBG segments the number of random bytes to be generated into
      128 byte blocks. The current code misses the advancement of the output
      buffer pointer when the requestor asks for more than 128 bytes of data.
      In this case, the next 128 byte block of random numbers is copied to
      the beginning of the output buffer again. This implies that only the
      first 128 bytes of the output buffer would ever be filled.
      
      The patch adds the advancement of the buffer pointer to fill the entire
      buffer.
      Signed-off-by: NStephan Mueller <smueller@chronox.de>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      8ff4c191
  2. 17 11月, 2016 6 次提交
  3. 13 11月, 2016 20 次提交
  4. 01 11月, 2016 9 次提交
  5. 25 10月, 2016 4 次提交