aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODESLaurens Van Houtven2014-06-201-8/+8
| |/ / |/| |
* | | Merge pull request #1124 from reaperhulk/rsa-numbers-deprecateAlex Stapleton2014-06-204-5/+47
|\ \ \ | |/ / |/| | RSA Deprecation
| * | deprecate old RSA classes and methodsPaul Kehrer2014-06-194-5/+47
| |/
* | Fix comment typoLaurens Van Houtven2014-06-181-1/+1
| |
* | Remove spurious constant definitionLaurens Van Houtven2014-06-181-1/+0
| |
* | Conditionally add X509_V_FLAG_TRUSTED_FIRSTLaurens Van Houtven2014-06-181-1/+13
| |
* | Manually check for X509_V_FLAG_CHECK_SS_SIGNATURELaurens Van Houtven2014-06-171-0/+10
| |
* | Whitespace style fixesLaurens Van Houtven2014-06-171-8/+16
| |
* | Not all 1.0.2 releases!Laurens Van Houtven2014-06-171-2/+12
| |
* | Add X509 verification parameters and associated functionsLaurens Van Houtven2014-06-172-0/+134
| |
* | Merge pull request #1139 from lvh/openssl-cert-verification-codesAlex Stapleton2014-06-163-4/+122
|\ \ | | | | | | OpenSSL certificate verification error codes
| * | Apparently, all of these were in 1.0.0 tooLaurens Van Houtven2014-06-161-7/+6
| | |
| * | X509_V_ERR_UNNESTED_RESOURCE is oldLaurens Van Houtven2014-06-161-1/+0
| | |
| * | I have no idea what a constralong isLaurens Van Houtven2014-06-161-4/+4
| | |
| * | Add verification error codesLaurens Van Houtven2014-06-162-2/+123
| | |
| * | Minor style fixLaurens Van Houtven2014-06-161-2/+1
| | |
* | | change from unsigned size_t to size_t since size_t is always defined as ↵Chirag Jog2014-06-161-1/+1
| | | | | | | | | | | | unsigned.
* | | Fix the comment to conform to PEP8 standards.Chirag Jog2014-06-161-6/+8
| | |
* | | Use size_t as the per definition of aes.h . size_t translates correctly to ↵Chirag Jog2014-06-161-1/+1
| |/ |/| | | | | | | | | int or long based on arch type.
* | Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specificAlex Stapleton2014-06-142-112/+193
|\ \ | | | | | | Provide Backend Specific RSA Keys
| * | refactor rsa encrypt/decrypt for simplicityPaul Kehrer2014-06-121-48/+19
| | |
| * | do value checks when converting from numbers to keyPaul Kehrer2014-06-121-14/+19
| | |
| * | inline a single use functionPaul Kehrer2014-06-121-18/+14
| | |
| * | pkey_size should be privatePaul Kehrer2014-06-121-12/+12
| | |
| * | rsa_cdata creation should immediately be registered for gcPaul Kehrer2014-06-121-8/+7
| | |
| * | remove an unused methodPaul Kehrer2014-06-121-12/+0
| | |
| * | modify rsa.RSAPrivateKey to build old style key from numbersPaul Kehrer2014-06-122-19/+13
| | |
| * | backend specific RSA*Key implementation for OpenSSLPaul Kehrer2014-06-122-69/+197
| |/
* | enable TripleDES ECB in commoncryptoPaul Kehrer2014-06-131-0/+1
| |
* | add TripleDES ECB support to OpenSSL backendPaul Kehrer2014-06-131-0/+5
|/
* don't do value checks in the numbersPaul Kehrer2014-06-121-4/+0
|
* indent the proper amountPaul Kehrer2014-06-111-6/+6
|
* move some shared logic to functionsPaul Kehrer2014-06-111-43/+57
|
* Merge pull request #1115 from reaperhulk/rsa-numbers-serializationDavid Reid2014-06-111-0/+16
|\ | | | | RSA Keys -> Numbers Interface
| * change to sub-interface ideaPaul Kehrer2014-06-071-16/+16
| |
| * change names of key -> numbers interfacesPaul Kehrer2014-06-071-4/+4
| |
| * Documentation and interfaces for serialization to RSA*Numbers representations.David Reid2014-06-071-0/+16
| |
* | Fixed up a few issuesAlex Gaynor2014-06-091-1/+1
| |
* | Added OPENSSL_config declarationtimic2014-06-091-0/+2
| |
* | Merge pull request #1113 from alex/small-cleanupPaul Kehrer2014-06-071-1/+1
|\ \ | | | | | | Another small cleanup
| * | Another small cleanupAlex Gaynor2014-06-071-1/+1
| | |
* | | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-071-2/+55
|\ \ \ | | | | | | | | ECDSA multibackend
| * | | Multibackend support for ECAlex Stapleton2014-06-071-2/+55
| | |/ | |/|
* | | Merge pull request #1102 from reaperhulk/rsa-generate-functionAlex Stapleton2014-06-071-0/+11
|\ \ \ | |_|/ |/| | add rsa_generate_private_key function to replace RSAPrivateKey.generate
| * | rename the functionPaul Kehrer2014-06-071-1/+1
| | |
| * | add rsa_generate_private_key function to replace RSAPrivateKey.generatePaul Kehrer2014-06-061-0/+11
| | | | | | | | | | | | refs #1026. #1101 is dependent on this
* | | Simplified codeAlex Gaynor2014-06-071-4/+1
| |/ |/|
* | ECDSA backendAlex Stapleton2014-06-073-6/+579
| |
* | trivial style fix in bindingsPaul Kehrer2014-06-071-2/+2
| |
* | Add ALPN support.Cory Benfield2014-06-071-0/+45
| |