Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODES | Laurens Van Houtven | 2014-06-20 | 1 | -8/+8 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #1124 from reaperhulk/rsa-numbers-deprecate | Alex Stapleton | 2014-06-20 | 4 | -5/+47 | |
|\ \ \ | |/ / |/| | | RSA Deprecation | |||||
| * | | deprecate old RSA classes and methods | Paul Kehrer | 2014-06-19 | 4 | -5/+47 | |
| |/ | ||||||
* | | Fix comment typo | Laurens Van Houtven | 2014-06-18 | 1 | -1/+1 | |
| | | ||||||
* | | Remove spurious constant definition | Laurens Van Houtven | 2014-06-18 | 1 | -1/+0 | |
| | | ||||||
* | | Conditionally add X509_V_FLAG_TRUSTED_FIRST | Laurens Van Houtven | 2014-06-18 | 1 | -1/+13 | |
| | | ||||||
* | | Manually check for X509_V_FLAG_CHECK_SS_SIGNATURE | Laurens Van Houtven | 2014-06-17 | 1 | -0/+10 | |
| | | ||||||
* | | Whitespace style fixes | Laurens Van Houtven | 2014-06-17 | 1 | -8/+16 | |
| | | ||||||
* | | Not all 1.0.2 releases! | Laurens Van Houtven | 2014-06-17 | 1 | -2/+12 | |
| | | ||||||
* | | Add X509 verification parameters and associated functions | Laurens Van Houtven | 2014-06-17 | 2 | -0/+134 | |
| | | ||||||
* | | Merge pull request #1139 from lvh/openssl-cert-verification-codes | Alex Stapleton | 2014-06-16 | 3 | -4/+122 | |
|\ \ | | | | | | | OpenSSL certificate verification error codes | |||||
| * | | Apparently, all of these were in 1.0.0 too | Laurens Van Houtven | 2014-06-16 | 1 | -7/+6 | |
| | | | ||||||
| * | | X509_V_ERR_UNNESTED_RESOURCE is old | Laurens Van Houtven | 2014-06-16 | 1 | -1/+0 | |
| | | | ||||||
| * | | I have no idea what a constralong is | Laurens Van Houtven | 2014-06-16 | 1 | -4/+4 | |
| | | | ||||||
| * | | Add verification error codes | Laurens Van Houtven | 2014-06-16 | 2 | -2/+123 | |
| | | | ||||||
| * | | Minor style fix | Laurens Van Houtven | 2014-06-16 | 1 | -2/+1 | |
| | | | ||||||
* | | | change from unsigned size_t to size_t since size_t is always defined as ↵ | Chirag Jog | 2014-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | unsigned. | |||||
* | | | Fix the comment to conform to PEP8 standards. | Chirag Jog | 2014-06-16 | 1 | -6/+8 | |
| | | | ||||||
* | | | Use size_t as the per definition of aes.h . size_t translates correctly to ↵ | Chirag Jog | 2014-06-16 | 1 | -1/+1 | |
| |/ |/| | | | | | | | | | int or long based on arch type. | |||||
* | | Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specific | Alex Stapleton | 2014-06-14 | 2 | -112/+193 | |
|\ \ | | | | | | | Provide Backend Specific RSA Keys | |||||
| * | | refactor rsa encrypt/decrypt for simplicity | Paul Kehrer | 2014-06-12 | 1 | -48/+19 | |
| | | | ||||||
| * | | do value checks when converting from numbers to key | Paul Kehrer | 2014-06-12 | 1 | -14/+19 | |
| | | | ||||||
| * | | inline a single use function | Paul Kehrer | 2014-06-12 | 1 | -18/+14 | |
| | | | ||||||
| * | | pkey_size should be private | Paul Kehrer | 2014-06-12 | 1 | -12/+12 | |
| | | | ||||||
| * | | rsa_cdata creation should immediately be registered for gc | Paul Kehrer | 2014-06-12 | 1 | -8/+7 | |
| | | | ||||||
| * | | remove an unused method | Paul Kehrer | 2014-06-12 | 1 | -12/+0 | |
| | | | ||||||
| * | | modify rsa.RSAPrivateKey to build old style key from numbers | Paul Kehrer | 2014-06-12 | 2 | -19/+13 | |
| | | | ||||||
| * | | backend specific RSA*Key implementation for OpenSSL | Paul Kehrer | 2014-06-12 | 2 | -69/+197 | |
| |/ | ||||||
* | | enable TripleDES ECB in commoncrypto | Paul Kehrer | 2014-06-13 | 1 | -0/+1 | |
| | | ||||||
* | | add TripleDES ECB support to OpenSSL backend | Paul Kehrer | 2014-06-13 | 1 | -0/+5 | |
|/ | ||||||
* | don't do value checks in the numbers | Paul Kehrer | 2014-06-12 | 1 | -4/+0 | |
| | ||||||
* | indent the proper amount | Paul Kehrer | 2014-06-11 | 1 | -6/+6 | |
| | ||||||
* | move some shared logic to functions | Paul Kehrer | 2014-06-11 | 1 | -43/+57 | |
| | ||||||
* | Merge pull request #1115 from reaperhulk/rsa-numbers-serialization | David Reid | 2014-06-11 | 1 | -0/+16 | |
|\ | | | | | RSA Keys -> Numbers Interface | |||||
| * | change to sub-interface idea | Paul Kehrer | 2014-06-07 | 1 | -16/+16 | |
| | | ||||||
| * | change names of key -> numbers interfaces | Paul Kehrer | 2014-06-07 | 1 | -4/+4 | |
| | | ||||||
| * | Documentation and interfaces for serialization to RSA*Numbers representations. | David Reid | 2014-06-07 | 1 | -0/+16 | |
| | | ||||||
* | | Fixed up a few issues | Alex Gaynor | 2014-06-09 | 1 | -1/+1 | |
| | | ||||||
* | | Added OPENSSL_config declaration | timic | 2014-06-09 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #1113 from alex/small-cleanup | Paul Kehrer | 2014-06-07 | 1 | -1/+1 | |
|\ \ | | | | | | | Another small cleanup | |||||
| * | | Another small cleanup | Alex Gaynor | 2014-06-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1107 from public/ecdsa-multibackend | Paul Kehrer | 2014-06-07 | 1 | -2/+55 | |
|\ \ \ | | | | | | | | | ECDSA multibackend | |||||
| * | | | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 1 | -2/+55 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1102 from reaperhulk/rsa-generate-function | Alex Stapleton | 2014-06-07 | 1 | -0/+11 | |
|\ \ \ | |_|/ |/| | | add rsa_generate_private_key function to replace RSAPrivateKey.generate | |||||
| * | | rename the function | Paul Kehrer | 2014-06-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | add rsa_generate_private_key function to replace RSAPrivateKey.generate | Paul Kehrer | 2014-06-06 | 1 | -0/+11 | |
| | | | | | | | | | | | | refs #1026. #1101 is dependent on this | |||||
* | | | Simplified code | Alex Gaynor | 2014-06-07 | 1 | -4/+1 | |
| |/ |/| | ||||||
* | | ECDSA backend | Alex Stapleton | 2014-06-07 | 3 | -6/+579 | |
| | | ||||||
* | | trivial style fix in bindings | Paul Kehrer | 2014-06-07 | 1 | -2/+2 | |
| | | ||||||
* | | Add ALPN support. | Cory Benfield | 2014-06-07 | 1 | -0/+45 | |
| | |