aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Bind another error codeAlex Stapleton2014-05-271-0/+1
| | | |
* | | | PKCS#8 serialized key loadingAlex Stapleton2014-05-273-5/+37
| |/ / |/| |
* | | add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-253-0/+19
| | |
* | | add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-243-0/+22
|/ /
* | Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-222-1/+163
|\ \ | | | | | | OpenSSL loading backend
| * | Updated docstringsAlex Stapleton2014-05-161-2/+10
| | |
| * | DSA supportAlex Stapleton2014-05-031-0/+14
| | |
| * | OpenSSL key loading implementationAlex Stapleton2014-05-032-1/+141
| | |
* | | load the openssl version text based on the loaded libraryPaul Kehrer2014-05-212-2/+7
| | |
* | | rename all the things if you want them to workPaul Kehrer2014-05-211-2/+2
| | |
* | | 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