Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment update | Paul Kehrer | 2014-02-05 | 1 | -2/+6 | |
| * | 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 | 1 | -0/+29 | |
| |\ | ||||||
| * | | 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 | 10 | -5/+190 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-20 | 13 | -18/+382 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-11 | 7 | -75/+314 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-01-01 | 27 | -0/+2469 | |
| |\ \ \ \ \ | ||||||
* | | | | | | | Write comments as complete sentences | Alex Gaynor | 2014-02-05 | 1 | -6/+8 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | OpenSSL BN math | Alex Stapleton | 2014-02-02 | 1 | -0/+29 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Expose this method because probably someone will need it eventually | Alex Gaynor | 2014-01-29 | 1 | -0/+1 | |
* | | | | | Add bindings for X509_REQ_get_extensions. | Stephen Holsapple | 2014-01-29 | 1 | -0/+1 | |
* | | | | | Fuck, fix | Alex Gaynor | 2014-01-28 | 1 | -1/+1 | |
* | | | | | C is not a good programming language | Alex Gaynor | 2014-01-28 | 1 | -4/+3 | |
* | | | | | This needs to be first | Alex Gaynor | 2014-01-28 | 1 | -1/+2 | |
* | | | | | Doh, reorder | Alex Gaynor | 2014-01-28 | 1 | -1/+1 | |
* | | | | | This type is not defined either of course | Alex Gaynor | 2014-01-28 | 1 | -0/+1 | |
* | | | | | Whoops, backwards | Alex Gaynor | 2014-01-28 | 1 | -1/+1 | |
* | | | | | Fixed #521 -- work on systems with no ec header at all | Alex Gaynor | 2014-01-28 | 1 | -0/+3 | |
* | | | | | Python implementation of OpenSSL locking callback | Alex Stapleton | 2014-01-24 | 2 | -1/+51 | |
* | | | | | remove advapi32 until we need it (for cryptgenrandom) | Paul Kehrer | 2014-01-23 | 1 | -1/+1 | |
* | | | | | add library switch for windows support | Paul Kehrer | 2014-01-23 | 1 | -1/+9 | |
* | | | | | Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindings | Alex Gaynor | 2014-01-23 | 2 | -0/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | add commoncrypto PBKDF2 bindings | Paul Kehrer | 2014-01-22 | 2 | -0/+49 | |
* | | | | | | add PBKDF2 from OpenSSL (for future KDF to live alongside HKDF) | Paul Kehrer | 2014-01-22 | 1 | -0/+17 | |
|/ / / / / | ||||||
* | | | | | add kCCModeGCM | Paul Kehrer | 2014-01-22 | 1 | -0/+5 | |
* | | | | | GCM bindings for CommonCrypto | Paul Kehrer | 2014-01-22 | 1 | -0/+9 | |
* | | | | | support for aes keywrap (RFC 3394) in the bindings | Paul Kehrer | 2014-01-22 | 2 | -0/+41 | |
| |_|_|/ |/| | | | ||||||
* | | | | On OS X at build time compile the CC bindings | Alex Gaynor | 2014-01-19 | 2 | -9/+18 | |
* | | | | remove an extraneous linefeed | Paul Kehrer | 2014-01-19 | 1 | -1/+0 | |
* | | | | reformat bindings and remove GCM for the moment | Paul Kehrer | 2014-01-19 | 1 | -65/+29 | |
* | | | | add cipher bindings for CommonCrypto | Paul Kehrer | 2014-01-19 | 2 | -0/+132 | |
* | | | | Expose the innards of DH and DSA | Alex Stapleton | 2014-01-19 | 3 | -2/+18 | |
* | | | | Merge pull request #481 from public/asym-bindings | Paul Kehrer | 2014-01-18 | 2 | -7/+168 | |
|\ \ \ \ | ||||||
| * | | | | More bindings for asymmetric stuff | Alex Stapleton | 2014-01-18 | 2 | -7/+168 | |
* | | | | | Tell cffi these opaque types are pointers. | Alex Stapleton | 2014-01-18 | 1 | -5/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #473 from reaperhulk/remove-thread-state | David Reid | 2014-01-17 | 2 | -1/+20 | |
|\ \ \ \ | ||||||
| * | | | | rename variable to be less confusing and terrible | Paul Kehrer | 2014-01-17 | 1 | -4/+4 | |
| * | | | | add conditional ERR_remove_thread_state. PyOpenSSL uses this | Paul Kehrer | 2014-01-16 | 2 | -1/+20 | |
* | | | | | Expose a name needed for ECDHE -- the NIDs are always available | Alex Gaynor | 2014-01-17 | 1 | -16/+3 | |
* | | | | | Expose the nids for the various eliptical curve things. I don't understand wh... | Alex Gaynor | 2014-01-16 | 1 | -1/+27 | |
* | | | | | Added forgotten decl | Alex Gaynor | 2014-01-16 | 1 | -0/+2 | |
* | | | | | reversed | Alex Gaynor | 2014-01-16 | 1 | -1/+1 | |
* | | | | | Allow these to not be defined because lololol fedora/centos | Alex Gaynor | 2014-01-16 | 2 | -1/+19 | |
* | | | | | oops | Alex Gaynor | 2014-01-16 | 1 | -1/+1 | |
* | | | | | Start binding some stuff for ECDHE in pyOpenSSL. | Alex Gaynor | 2014-01-16 | 3 | -0/+34 | |
|/ / / / |