aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings
Commit message (Expand)AuthorAgeFilesLines
...
| * get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment updatePaul Kehrer2014-02-051-2/+6
| * 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-031-0/+29
| |\
| * | 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-2910-5/+190
| |\ \
| * \ \ Merge branch 'master' into urandom-enginePaul Kehrer2014-01-2013-18/+382
| |\ \ \
| * \ \ \ Merge branch 'master' into urandom-enginePaul Kehrer2014-01-117-75/+314
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into urandom-enginePaul Kehrer2014-01-0127-0/+2469
| |\ \ \ \ \
* | | | | | | Write comments as complete sentencesAlex Gaynor2014-02-051-6/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | OpenSSL BN mathAlex Stapleton2014-02-021-0/+29
| |_|_|_|/ |/| | | |
* | | | | Expose this method because probably someone will need it eventuallyAlex Gaynor2014-01-291-0/+1
* | | | | Add bindings for X509_REQ_get_extensions.Stephen Holsapple2014-01-291-0/+1
* | | | | Fuck, fixAlex Gaynor2014-01-281-1/+1
* | | | | C is not a good programming languageAlex Gaynor2014-01-281-4/+3
* | | | | This needs to be firstAlex Gaynor2014-01-281-1/+2
* | | | | Doh, reorderAlex Gaynor2014-01-281-1/+1
* | | | | This type is not defined either of courseAlex Gaynor2014-01-281-0/+1
* | | | | Whoops, backwardsAlex Gaynor2014-01-281-1/+1
* | | | | Fixed #521 -- work on systems with no ec header at allAlex Gaynor2014-01-281-0/+3
* | | | | Python implementation of OpenSSL locking callbackAlex Stapleton2014-01-242-1/+51
* | | | | remove advapi32 until we need it (for cryptgenrandom)Paul Kehrer2014-01-231-1/+1
* | | | | add library switch for windows supportPaul Kehrer2014-01-231-1/+9
* | | | | Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindingsAlex Gaynor2014-01-232-0/+49
|\ \ \ \ \
| * | | | | add commoncrypto PBKDF2 bindingsPaul Kehrer2014-01-222-0/+49
* | | | | | add PBKDF2 from OpenSSL (for future KDF to live alongside HKDF)Paul Kehrer2014-01-221-0/+17
|/ / / / /
* | | | | add kCCModeGCMPaul Kehrer2014-01-221-0/+5
* | | | | GCM bindings for CommonCryptoPaul Kehrer2014-01-221-0/+9
* | | | | support for aes keywrap (RFC 3394) in the bindingsPaul Kehrer2014-01-222-0/+41
| |_|_|/ |/| | |
* | | | On OS X at build time compile the CC bindingsAlex Gaynor2014-01-192-9/+18
* | | | remove an extraneous linefeedPaul Kehrer2014-01-191-1/+0
* | | | reformat bindings and remove GCM for the momentPaul Kehrer2014-01-191-65/+29
* | | | add cipher bindings for CommonCryptoPaul Kehrer2014-01-192-0/+132
* | | | Expose the innards of DH and DSAAlex Stapleton2014-01-193-2/+18
* | | | Merge pull request #481 from public/asym-bindingsPaul Kehrer2014-01-182-7/+168
|\ \ \ \
| * | | | More bindings for asymmetric stuffAlex Stapleton2014-01-182-7/+168
* | | | | Tell cffi these opaque types are pointers.Alex Stapleton2014-01-181-5/+5
|/ / / /
* | | | Merge pull request #473 from reaperhulk/remove-thread-stateDavid Reid2014-01-172-1/+20
|\ \ \ \
| * | | | rename variable to be less confusing and terriblePaul Kehrer2014-01-171-4/+4
| * | | | add conditional ERR_remove_thread_state. PyOpenSSL uses thisPaul Kehrer2014-01-162-1/+20
* | | | | Expose a name needed for ECDHE -- the NIDs are always availableAlex Gaynor2014-01-171-16/+3
* | | | | Expose the nids for the various eliptical curve things. I don't understand wh...Alex Gaynor2014-01-161-1/+27
* | | | | Added forgotten declAlex Gaynor2014-01-161-0/+2
* | | | | reversedAlex Gaynor2014-01-161-1/+1
* | | | | Allow these to not be defined because lololol fedora/centosAlex Gaynor2014-01-162-1/+19
* | | | | oopsAlex Gaynor2014-01-161-1/+1
* | | | | Start binding some stuff for ECDHE in pyOpenSSL.Alex Gaynor2014-01-163-0/+34
|/ / / /