Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add note about using C-style vs C++-style comments | Laurens Van Houtven | 2014-06-23 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | Use C-style comments instead of C++-style comments | Laurens Van Houtven | 2014-06-23 | 1 | -7/+7 | |
| | | | | | ||||||
| * | | | | Add C binding documentation page | Laurens Van Houtven | 2014-06-23 | 1 | -0/+8 | |
| | | | | | ||||||
* | | | | | Merge pull request #1164 from reaperhulk/dsa-numbers-loading | Alex Stapleton | 2014-06-23 | 2 | -0/+52 | |
|\ \ \ \ \ | | | | | | | | | | | | | add new DSABackend interface methods for loading numbers | |||||
| * | | | | | add new DSABackend interface methods for loading numbers | Paul Kehrer | 2014-06-22 | 2 | -0/+52 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #1165 from lvh/slashterisk-comments | Paul Kehrer | 2014-06-23 | 12 | -37/+39 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Slashterisk comments | |||||
| * | | | | Fix dsa.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Fix dh.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Fix common_cryptor.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix err.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Fix nid.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix cms.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Make the evp.py comment a full sentence | Laurens Van Houtven | 2014-06-23 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Fix evp.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix aes.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix x509.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix rsa.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix ssl.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Fix x509_vfy.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -15/+16 | |
|/ / / / | ||||||
* | | | | Merge pull request #1155 from reaperhulk/fix-1111 | David Reid | 2014-06-22 | 6 | -236/+217 | |
|\ \ \ \ | | | | | | | | | | | modify RSA numbers loading to match elliptic curve | |||||
| * | | | | update test to cover missing line | Paul Kehrer | 2014-06-22 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | modify RSA numbers loading to match elliptic curve | Paul Kehrer | 2014-06-20 | 6 | -236/+215 | |
| | | | | | | | | | | | | | | | | | | | | fixes #1111 | |||||
* | | | | | Merge pull request #1162 from reaperhulk/abstract-some-things | Alex Gaynor | 2014-06-22 | 1 | -0/+2 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ABCs have abstract methods | |||||
| * | | | | these are abstract methods | Paul Kehrer | 2014-06-22 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #1161 from reaperhulk/x509-vfy-continued | Alex Gaynor | 2014-06-22 | 2 | -0/+23 | |
|\ \ \ \ | | | | | | | | | | | X509 vfy continued | |||||
| * | | | | a few fixes,, remove unneeded conditional on binding | Paul Kehrer | 2014-06-21 | 1 | -13/+3 | |
| | | | | | ||||||
| * | | | | Add many (all?) X509_STORE_CTX methods | Laurens Van Houtven | 2014-06-21 | 1 | -0/+31 | |
| | | | | | ||||||
| * | | | | Add STACK_OF(X509_CRL) | Laurens Van Houtven | 2014-06-21 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #1159 from reaperhulk/deprecate-mgf1 | Alex Gaynor | 2014-06-21 | 3 | -5/+20 | |
|\ \ \ \ | | | | | | | | | | | deprecate mgf1_hash_supported | |||||
| * | | | | deprecate mgf1_hash_supported. fixes #1133 | Paul Kehrer | 2014-06-20 | 3 | -5/+20 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1157 from reaperhulk/fix-release-automation | Alex Gaynor | 2014-06-21 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | switch to HTTP basic auth for jenkins release automation | |||||
| * | | | | switch to HTTP basic auth for jenkins release automation | Paul Kehrer | 2014-06-20 | 1 | -1/+4 | |
| |/ / / | ||||||
* | | | | Merge pull request #1153 from reaperhulk/add-missing-interface-methods | Alex Stapleton | 2014-06-21 | 1 | -0/+12 | |
|\ \ \ \ | |/ / / |/| | | | add missing interface methods on ABCs | |||||
| * | | | add missing interface methods on ABCs | Paul Kehrer | 2014-06-19 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | These methods are present in the docs but not the actual interfaces. | |||||
* | | | | Merge pull request #1151 from lvh/consolidate-x509-vfy | Paul Kehrer | 2014-06-20 | 4 | -143/+145 | |
|\ \ \ \ | |_|/ / |/| | | | Consolidate x509_vfy | |||||
| * | | | Comment style consistency | Laurens Van Houtven | 2014-06-20 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Move X509_STORE functions to x509_vfy.py | Laurens Van Houtven | 2014-06-20 | 2 | -7/+9 | |
| | | | | ||||||
| * | | | Move X509_STORE_CTX out of ssl.py | Laurens Van Houtven | 2014-06-20 | 2 | -11/+10 | |
| | | | | | | | | | | | | | | | | Refs #1140. | |||||
| * | | | Whitespace fix | Laurens Van Houtven | 2014-06-20 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Move verification errors into x509_vfy | Laurens Van Houtven | 2014-06-20 | 2 | -124/+126 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #1140. Cc @ayrx: it may be a good idea to test this since it touches the special constant that was secretly added to Fedora 20's OpenSSL 1.0.1e. | |||||
| * | | | 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 | 9 | -53/+185 | |
|\ \ \ | |/ / |/| | | RSA Deprecation | |||||
| * | | deprecate old RSA classes and methods | Paul Kehrer | 2014-06-19 | 9 | -53/+185 | |
| | | | ||||||
* | | | Merge pull request #1147 from lvh/ffs-fedora | Paul Kehrer | 2014-06-18 | 1 | -2/+13 | |
|\ \ \ | | | | | | | | | Conditionally add X509_V_FLAG_TRUSTED_FIRST | |||||
| * | | | 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 | |
|/ / / | ||||||
* | | | Merge pull request #1144 from lvh/x509-verification-params | Alex Stapleton | 2014-06-17 | 2 | -0/+162 | |
|\ \ \ | | | | | | | | | Add X509 verification parameters and associated functions | |||||
| * | | | 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 | |
| | | | |