aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | | add test to verify AES CTR is always available in 0.9.8+, comment updatesPaul Kehrer2014-05-211-4/+6
| | |
* | | add some comments to explain the existence of AESCTRCipherContextPaul Kehrer2014-05-211-0/+8
| | |
* | | allocate only 16 bytesPaul Kehrer2014-05-211-1/+1
| | | | | | | | | | | | | | | cffi allocates 17 bytes (one for trailing null), but that isn't used by this function so we don't need to allocate it.
* | | add AES CTR support to OpenSSL 0.9.8Paul Kehrer2014-05-202-2/+55
| | |
* | | Add OPENSSL_EC_NAMED_CURVE constantAlex Stapleton2014-05-181-0/+6
| | |
* | | Add EC_GROUP_get_degree bindingAlex Stapleton2014-05-181-0/+5
| | |
* | | Make exceptions end with a period consistentlyAyrx2014-05-1820-162/+164
| | |
* | | We don't need six.binary_type, it's always bytesAlex Gaynor2014-05-178-27/+16
| | |
* | | Simplified exception messageAyrx2014-05-178-64/+16
| | |
* | | Fixed TypeError and added documentationAyrx2014-05-178-36/+67
| | |
* | | remove the macro we just addedPaul Kehrer2014-05-161-3/+0
| | |
* | | Merge pull request #1046 from reaperhulk/add-cms-macroAlex Gaynor2014-05-161-0/+3
|\ \ \ | | | | | | | | add a CMS macro
| * | | add a CMS macroPaul Kehrer2014-05-161-0/+3
| | | |
* | | | FixAlex Gaynor2014-05-161-1/+5
| | | |
* | | | Reduce duplication. Also improve error messageAlex Gaynor2014-05-161-25/+12
| | | |
* | | | sometimes you can't read and leave things inPaul Kehrer2014-05-161-2/+1
| | | |
* | | | native_size is not needed with the CFB8 approach we chosePaul Kehrer2014-05-161-2/+1
| | | |
* | | | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backendsPaul Kehrer2014-05-153-10/+32
|/ / /
* | | Simplify some code that was needlessly complexAlex Gaynor2014-05-151-3/+1
| | |
* | | Function to get current compression and expansionPhiBo2014-05-111-0/+5
| | |
* | | Merge pull request #1016 from Ayrx/hkdf-expand-onlyAlex Stapleton2014-05-101-17/+47
|\ \ \ | | | | | | | | HKDF Expand Only implementation
| * | | Minor fixesAyrx2014-05-091-7/+1
| | | |
| * | | Modified HKDF to use HKDFExpandAyrx2014-05-071-34/+47
| | | |
| * | | Renamed HKDFExpandOnly to HKDFExpandAyrx2014-05-071-1/+1
| | | |
| * | | Fixed test failuresAyrx2014-05-061-0/+1
| | | |
| * | | Added HKDFExpandOnlyAyrx2014-05-051-0/+22
| |/ /
* | | Multibackend now supports all of RSABackendPaul Kehrer2014-05-091-0/+18
| | | | | | | | | | | | Also convert some examples to doctest
* | | Add missing type SSL_OP_LEGACY_SERVER_CONNECTPhiBo2014-05-071-0/+1
| | |
* | | Fix to build without secure renegotiation supportPhiBo2014-05-071-5/+7
| | |
* | | Conditional binding for secure renegotiationPhiBo2014-05-061-6/+11
| | |
* | | style fixes and conditional binding for SSL_OP_ALLOW_UNSAFE_RENEGOTIATIONPaul Kehrer2014-05-061-4/+15
| | |
* | | Add macro to get secure renegotiation supportPhiBo2014-05-041-0/+2
| | |
* | | Add support for SSL_get_ciphers()PhiBo2014-05-041-0/+7
|/ /
* | Merge pull request #1007 from alex/warning-stacklevelPaul Kehrer2014-05-031-2/+4
|\ \ | | | | | | Warn at the right stacklevel
| * | Warn at the right stacklevelAlex Gaynor2014-05-031-2/+4
| | |
* | | Merge pull request #1005 from reaperhulk/update-deprecationAlex Gaynor2014-05-031-1/+1
|\ \ \ | |/ / |/| | update deprecation warnings from 0.4 release for 0.5
| * | update deprecation warnings from 0.4 release for 0.5Paul Kehrer2014-05-031-1/+1
| | |
* | | update versions and reopen masterPaul Kehrer2014-05-031-1/+1
|/ /
* | bump version to 0.4Paul Kehrer2014-05-031-1/+1
| |
* | Merge pull request #998 from reaperhulk/dsa-multibackendAlex Gaynor2014-05-021-0/+25
|\ \ | | | | | | DSA sign/verify multibackend
| * | expand DSA multibackend supportPaul Kehrer2014-05-021-0/+25
| | |
* | | Make sure the signature is truncated properlyAlex Stapleton2014-05-021-1/+2
|/ /
* | this isn't an invalidsignaturePaul Kehrer2014-05-011-5/+1
| |
* | DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-013-0/+74
| |
* | CentOS, does my offering please you?Paul Kehrer2014-05-011-4/+3
| |
* | ifndef and ifdef aren't the same thingPaul Kehrer2014-05-011-1/+1
| |
* | ecdh wasn't actually included so it wasn't being compiledPaul Kehrer2014-05-012-4/+3
| |
* | Merge pull request #989 from ashfall/ecdh-bindingsPaul Kehrer2014-05-011-0/+71
|\ \ | | | | | | Add ECDH bindings
| * | Fix alignment and close an #ifdefAshwini Oruganti2014-05-011-4/+9
| | |
| * | Define CONDITIONAL_NAMESAshwini Oruganti2014-05-011-0/+6
| | |