| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move package into src | Hynek Schlawack | 2015-10-17 | 1 | -2741/+0 |
| * | Fixed mismatched parameter documentation | Alex Gaynor | 2015-09-20 | 1 | -2/+2 |
| * | fix docstring types | Maximilian Hils | 2015-09-18 | 1 | -3/+3 |
| * | fix | Alex Gaynor | 2015-09-05 | 1 | -1/+1 |
| * | check the result here | Alex Gaynor | 2015-09-05 | 1 | -1/+1 |
| * | flake8 crypto.py | Alex Gaynor | 2015-09-05 | 1 | -35/+71 |
| * | flake8 a bunch of stuff | Alex Gaynor | 2015-09-05 | 1 | -144/+19 |
| * | cleanup suggested by @reaperhulk | Alex Gaynor | 2015-09-05 | 1 | -3/+0 |
| * | Merge branch 'master' into alex-patch-2 | Alex Gaynor | 2015-09-05 | 1 | -3/+3 |
| |\ | |||||
| | * | a random set of flake8 and typo fixes | Alex Gaynor | 2015-09-04 | 1 | -3/+3 |
| * | | Fixed #322 -- removed code that already exists in cryptography | Alex Gaynor | 2015-09-04 | 1 | -28/+2 |
| |/ | |||||
| * | Removed some semi-colons | Alex Gaynor | 2015-09-04 | 1 | -2/+2 |
| * | Clean up X509StoreContext documentation | Stephen Holsapple | 2015-06-10 | 1 | -12/+21 |
| * | Merge pull request #126 from lvh/autodoc | Hynek Schlawack | 2015-05-06 | 1 | -201/+405 |
| |\ | |||||
| | * | How do you even grammar | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | * | Fix markup | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | * | Fix markup | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | * | Fix markup | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | * | Consistency between all three sign methods | Laurens Van Houtven | 2015-04-23 | 1 | -2/+2 |
| | * | Fix markup | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | * | Merge branch 'master' into autodoc | Laurens Van Houtven | 2015-04-20 | 1 | -9/+164 |
| | |\ | |||||
| | * | | Use autodoc for CRL | Laurens Van Houtven | 2014-06-19 | 1 | -11/+23 |
| | * | | Use autodoc for Revoked | Laurens Van Houtven | 2014-06-19 | 1 | -21/+41 |
| | * | | Use autodoc for NetscapeSPKI | Laurens Van Houtven | 2014-06-19 | 1 | -10/+27 |
| | * | | Use :py:const:`None` consistently | Laurens Van Houtven | 2014-06-19 | 1 | -30/+30 |
| | * | | Use autodoc for PKCS12 | Laurens Van Houtven | 2014-06-19 | 1 | -25/+44 |
| | * | | Use autodoc for X509 | Laurens Van Houtven | 2014-06-18 | 1 | -88/+130 |
| | * | | Use autodoc for X509Req | Laurens Van Houtven | 2014-06-18 | 1 | -24/+44 |
| | * | | Use autodoc for X509Extension | Laurens Van Houtven | 2014-06-18 | 1 | -10/+29 |
| | * | | Use autodoc for X509Name | Laurens Van Houtven | 2014-06-17 | 1 | -8/+37 |
| | * | | Use autoclass for PKey | Laurens Van Houtven | 2014-06-17 | 1 | -5/+17 |
| | * | | Pre-type/class unification Pythons are old | Laurens Van Houtven | 2014-06-17 | 1 | -6/+0 |
| | * | | Add docstrings for X509Store | Laurens Van Houtven | 2014-06-17 | 1 | -0/+21 |
| * | | | fix a leak in _subjectAltNameString | Paul Kehrer | 2015-05-04 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Moving string mask to end of file to perform initialization at the same time ... | D.S. Ljungmark | 2015-04-15 | 1 | -3/+6 |
| * | | Set the string-mask to utf8only | D.S. Ljungmark | 2015-04-15 | 1 | -0/+3 |
| * | | Fix weird spacing change. | Jean-Paul Calderone | 2015-04-13 | 1 | -4/+1 |
| * | | merge master | Jean-Paul Calderone | 2015-04-13 | 1 | -0/+9 |
| |\ \ | |||||
| | * | | Rename warn_text to something a little more descriptive. | Jean-Paul Calderone | 2015-04-13 | 1 | -5/+6 |
| | * | | merge master, resolve simple conflicts | Jean-Paul Calderone | 2015-04-13 | 1 | -1/+122 |
| | |\ \ | |||||
| | * | | | Factor the warning code into a shared helper. Remove some of the unnecessary... | Jean-Paul Calderone | 2015-03-29 | 1 | -34/+6 |
| | * | | | Tests for added backward compatibility in crypto.py | Abraham Martin | 2015-03-25 | 1 | -4/+4 |
| | * | | | Reuse six imports | Abraham Martin | 2015-03-25 | 1 | -13/+12 |
| | * | | | Use six library to check python version | Abraham Martin | 2015-03-25 | 1 | -17/+9 |
| | * | | | Different warning messages for different versions of Python | Abraham Martin | 2015-03-25 | 1 | -5/+26 |
| | * | | | Emit proper warnings | Abraham Martin | 2015-03-25 | 1 | -4/+5 |
| | * | | | Fix regressions in support for bytes / unicode | Abraham Martin | 2015-02-04 | 1 | -0/+24 |
| * | | | | Switch the message digest name to bytes. | Jean-Paul Calderone | 2015-04-13 | 1 | -7/+10 |
| * | | | | Unify the unspecified argument thing. | Jean-Paul Calderone | 2015-04-13 | 1 | -7/+5 |
| * | | | | Merge remote-tracking branch 'origin/master' into 159-crl-export-digest | Jean-Paul Calderone | 2015-04-13 | 1 | -2/+123 |
| |\ \ \ \ | | |/ / | |/| | | |||||
