Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #377 from reaperhulk/urandom-engine | Alex Gaynor | 2014-02-05 | 3 | -1/+236 | |
|\ \ | ||||||
| * | | improve comments | Paul Kehrer | 2014-02-05 | 1 | -5/+5 | |
| * | | get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment update | Paul Kehrer | 2014-02-05 | 1 | -2/+6 | |
| * | | remove deactivate and replace with activate_builtin_random | Paul Kehrer | 2014-02-05 | 1 | -27/+6 | |
| * | | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-02-05 | 2 | -3/+10 | |
| |\| | ||||||
| * | | add some more comments to clarify what the ENGINE_ calls in backend do | Paul Kehrer | 2014-02-04 | 1 | -1/+15 | |
| * | | rename osrand_engine to osrandom_engine | Paul Kehrer | 2014-02-04 | 2 | -1/+1 | |
| * | | forward declaration woo | Paul Kehrer | 2014-02-04 | 1 | -0/+2 | |
| * | | cryptgenrandom returns all requested bytes or errors, so no loop required | Paul Kehrer | 2014-02-04 | 1 | -10/+3 | |
| * | | close the fd if fcntl fails | Paul Kehrer | 2014-02-04 | 1 | -0/+1 | |
| * | | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-02-03 | 6 | -8/+254 | |
| |\ \ | ||||||
| * | | | change register/unregister to activate/deactivate | Paul Kehrer | 2014-01-31 | 1 | -6/+6 | |
| * | | | address review comments on osrandom engine, reorganize some code | Paul Kehrer | 2014-01-30 | 1 | -59/+78 | |
| * | | | link against advapi32 on windows | Paul Kehrer | 2014-01-29 | 1 | -1/+1 | |
| * | | | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-29 | 17 | -23/+746 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-20 | 18 | -27/+593 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-11 | 16 | -104/+505 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | handle lib/ffi on backend becoming private | Paul Kehrer | 2014-01-02 | 1 | -21/+21 | |
| * | | | | | | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-02 | 1 | -95/+107 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-01 | 31 | -144/+208 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remove stray break, add FD_CLOEXEC, reset fd var even if close fails | Paul Kehrer | 2014-01-01 | 1 | -1/+4 | |
| * | | | | | | | | rename urandom engine to osrandom engine | Paul Kehrer | 2013-12-31 | 2 | -35/+35 | |
| * | | | | | | | | remove inaccurate comment | Paul Kehrer | 2013-12-31 | 1 | -2/+0 | |
| * | | | | | | | | check if the fd is available via engine status | Paul Kehrer | 2013-12-31 | 1 | -2/+10 | |
| * | | | | | | | | improve init/finish engine funcs, do a better job inc/dec struct/func refs | Paul Kehrer | 2013-12-31 | 2 | -5/+19 | |
| * | | | | | | | | Add dummy engine to tests and test other engine scenarios | Paul Kehrer | 2013-12-31 | 1 | -16/+19 | |
| * | | | | | | | | additional check to verify the ENGINE_new doesn't return null | Paul Kehrer | 2013-12-30 | 1 | -0/+3 | |
| * | | | | | | | | remove unneeded INT_MAX check | Paul Kehrer | 2013-12-30 | 1 | -1/+1 | |
| * | | | | | | | | fix fd int check, remove stray comedy printf() | Paul Kehrer | 2013-12-30 | 1 | -3/+2 | |
| * | | | | | | | | add urandom engine register/unregister tests | Paul Kehrer | 2013-12-30 | 2 | -20/+23 | |
| * | | | | | | | | allow the backend to register/unregister the engine via methods | Paul Kehrer | 2013-12-30 | 2 | -5/+34 | |
| * | | | | | | | | add urandom engine and set it as default RAND method. | Paul Kehrer | 2013-12-30 | 2 | -0/+165 | |
* | | | | | | | | | Write comments as complete sentences | Alex Gaynor | 2014-02-05 | 1 | -6/+8 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Made OpenSSL's derive_pbkdf2_hmac raise the right exception | Alex Gaynor | 2014-02-04 | 1 | -2/+5 | |
* | | | | | | | | pep8 | Alex Gaynor | 2014-02-03 | 1 | -0/+1 | |
* | | | | | | | | Make the default backend be a multi-backend | Alex Gaynor | 2014-02-03 | 1 | -1/+4 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Added an example usage | Alex Gaynor | 2014-02-03 | 1 | -5/+1 | |
* | | | | | | | Merge branch 'master' into prioritized-multi-backend | Alex Gaynor | 2014-02-03 | 4 | -6/+149 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo | David Reid | 2014-02-03 | 1 | -1/+1 | |
| * | | | | | | | Import exception classes instead of the exceptions module. | David Reid | 2014-02-03 | 1 | -7/+4 | |
| * | | | | | | | Don't expose extract and expand on this class yet because we don't know how b... | David Reid | 2014-02-03 | 1 | -16/+0 | |
| * | | | | | | | Remove redundant type checks per @alex and @reaperhulk. | David Reid | 2014-02-03 | 1 | -12/+0 | |
| * | | | | | | | Consistently use double quotes. | David Reid | 2014-02-03 | 1 | -1/+1 | |
| * | | | | | | | Aggressively type-check for text. | David Reid | 2014-02-03 | 1 | -0/+26 | |
| * | | | | | | | Actually register the interface. | David Reid | 2014-02-03 | 1 | -1/+5 | |
| * | | | | | | | Expand, extract, verify. | David Reid | 2014-02-03 | 1 | -4/+19 | |
| * | | | | | | | Add test cases for length checking and already finalized. | David Reid | 2014-02-03 | 1 | -3/+25 | |
| * | | | | | | | Closer to proposed interface in #513. | David Reid | 2014-02-03 | 1 | -27/+29 | |
| * | | | | | | | Break up hkdf_derive into hkdf_extract and hkdf_expand. | David Reid | 2014-02-03 | 1 | -23/+24 | |
| * | | | | | | | Refactor HKDF support and provide vectors for tests. | David Reid | 2014-02-03 | 1 | -8/+17 |