Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • libqpdf
  • SecureRandomDataProvider.cc
26 Jul, 2017
1 commit
  • Make windows includes lowercase (fixes #123) ...
    8740b380
    For cross compiling.
    slurdge authored
    2017-07-26 06:39:09 -0400  
    Browse File »

24 May, 2015
1 commit
  • Handle Microsoft crypt provider without prior keys ...
    cf43882e
    As reported in issue #40, a call to CryptAcquireContext in
    SecureRandomDataProvider fails in a fresh windows install prior to any
    user keys being created in AppData\Roaming\Microsoft\Crypto\RSA.
    
    Thanks michalrames.
    Jay Berkenbilt authored
    2015-05-24 16:52:42 -0400  
    Browse File »

14 Dec, 2013
2 commits
  • Allow OS-provided secure random to be disabled
    30287d2d
    Jay Berkenbilt authored
    2013-12-14 15:17:36 -0500  
    Browse File »
  • Refactor random data generation ...
    5e3bad2f
    Add new RandomDataProvider object and implement existing random number
    generation in terms of that.  This enables end users to supply their
    own random data providers.
    Jay Berkenbilt authored
    2013-12-14 15:17:35 -0500  
    Browse File »