aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #600 from alex/multi-rsaDavid Reid2014-02-121-1/+6
|\
| * Added RSABackend to MultiBackendAlex Gaynor2014-02-121-1/+6
* | Also fix this moduleAlex Gaynor2014-02-121-1/+1
* | Sort our importsAlex Gaynor2014-02-121-2/+2
|/
* Add RSAPrivateKey.generateAlex Stapleton2014-02-121-0/+4
* Merge pull request #580 from public/openssl-gen-rsa-keyDavid Reid2014-02-111-1/+43
|\
| * Generate RSA KeysAlex Stapleton2014-02-111-1/+43
* | add X509_verify_cert_error_stringPaul Kehrer2014-02-101-0/+2
|/
* s/bit_length/key_size/ (again)Alex Stapleton2014-02-081-2/+2
* Merge pull request #577 from public/backend-rsa-interfacePaul Kehrer2014-02-081-0/+9
|\
| * Start of an RSABackend interfaceAlex Stapleton2014-02-081-0/+9
* | Merge pull request #559 from public/rsa-keysPaul Kehrer2014-02-072-0/+149
|\ \
| * | Check that public_exponent is oddAlex Stapleton2014-02-071-0/+6
| * | More sanity checksAlex Stapleton2014-02-061-0/+9
| * | Use a version check when counting bit_lengthAlex Stapleton2014-02-051-2/+4
| * | Sanity check keys.Alex Stapleton2014-02-051-0/+15
| * | RSA keysAlex Stapleton2014-02-052-0/+117
| |/
* | Add support for DTLSv1manuels2014-02-061-0/+4
* | Rewrite this to be more streamlinedAlex Gaynor2014-02-051-3/+6
* | Make the filename matchAlex Gaynor2014-02-051-2/+6
* | Merge pull request #377 from reaperhulk/urandom-engineAlex Gaynor2014-02-053-1/+236
|\ \
| * | improve commentsPaul Kehrer2014-02-051-5/+5
| * | get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment updatePaul Kehrer2014-02-051-2/+6
| * | remove deactivate and replace with activate_builtin_randomPaul Kehrer2014-02-051-27/+6
| * | Merge branch 'master' into urandom-enginePaul Kehrer2014-02-052-3/+10
| |\|
| * | add some more comments to clarify what the ENGINE_ calls in backend doPaul Kehrer2014-02-041-1/+15
| * | rename osrand_engine to osrandom_enginePaul Kehrer2014-02-042-1/+1
| * | forward declaration wooPaul Kehrer2014-02-041-0/+2
| * | cryptgenrandom returns all requested bytes or errors, so no loop requiredPaul Kehrer2014-02-041-10/+3
| * | close the fd if fcntl failsPaul Kehrer2014-02-041-0/+1
| * | Merge branch 'master' into urandom-enginePaul Kehrer2014-02-036-8/+254
| |\ \
| * | | change register/unregister to activate/deactivatePaul Kehrer2014-01-311-6/+6
| * | | address review comments on osrandom engine, reorganize some codePaul Kehrer2014-01-301-59/+78
| * | | link against advapi32 on windowsPaul Kehrer2014-01-291-1/+1
| * | | Merge branch 'master' into urandom-enginePaul Kehrer2014-01-2917-23/+746
| |\ \ \
| * \ \ \ Merge branch 'master' into urandom-enginePaul Kehrer2014-01-2018-27/+593
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into urandom-enginePaul Kehrer2014-01-1116-104/+505
| |\ \ \ \ \
| * | | | | | handle lib/ffi on backend becoming privatePaul Kehrer2014-01-021-21/+21
| * | | | | | Merge branch 'master' into urandom-enginePaul Kehrer2014-01-021-95/+107
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into urandom-enginePaul Kehrer2014-01-0131-144/+208
| |\ \ \ \ \ \ \
| * | | | | | | | remove stray break, add FD_CLOEXEC, reset fd var even if close failsPaul Kehrer2014-01-011-1/+4
| * | | | | | | | rename urandom engine to osrandom enginePaul Kehrer2013-12-312-35/+35
| * | | | | | | | remove inaccurate commentPaul Kehrer2013-12-311-2/+0
| * | | | | | | | check if the fd is available via engine statusPaul Kehrer2013-12-311-2/+10
| * | | | | | | | improve init/finish engine funcs, do a better job inc/dec struct/func refsPaul Kehrer2013-12-312-5/+19
| * | | | | | | | Add dummy engine to tests and test other engine scenariosPaul Kehrer2013-12-311-16/+19
| * | | | | | | | additional check to verify the ENGINE_new doesn't return nullPaul Kehrer2013-12-301-0/+3
| * | | | | | | | remove unneeded INT_MAX checkPaul Kehrer2013-12-301-1/+1
| * | | | | | | | fix fd int check, remove stray comedy printf()Paul Kehrer2013-12-301-3/+2
| * | | | | | | | add urandom engine register/unregister testsPaul Kehrer2013-12-302-20/+23