| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move package into src | Hynek Schlawack | 2015-10-17 | 1 | -2741/+0 |
| | | | | | Prevents accidental imports when running tests. | ||||
| * | 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 |
| | | | | | | | | This change cleans up the X509StoreContext and X509StoreContextError documentation to be more aligned with the other documentation. Tested using ``tox -e docs``. | ||||
| * | Merge pull request #126 from lvh/autodoc | Hynek Schlawack | 2015-05-06 | 1 | -201/+405 |
| |\ | | | | | Merge API documentation in Sphinx with docstrings | ||||
| | * | 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 |
| | | | | | | | | | Thanks, @hynek! | ||||
| | * | Fix markup | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | | | | | | | | | Thanks, @hynek! | ||||
| | * | Fix markup | Laurens Van Houtven | 2015-04-23 | 1 | -1/+1 |
| | | | | | | | | | Thanks, @hynek! | ||||
| | * | 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 |
| | | | | | | | | | Thanks, @hynek! | ||||
| | * | 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 |
| | | | | | | | | | | | | | Closes #125. | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | | | | This uncovered an issue in the documentation. Issue filed: Refs #124. | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | Old enough that their artifacts in PyOpenSSL can be shipped off to a table somewhere... | ||||
| | * | | 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 |
| | | | | | | | | | as other code. | ||||
| * | | Set the string-mask to utf8only | D.S. Ljungmark | 2015-04-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If subject had utf-8 characters in them, the encoding chosen by OpenSSL for defaults T61. From the OpenSSL source code: * utf8only : only use UTF8Strings (RFC2459 recommendation for 2004). That was 10 years ago, and the last remnant that had problems with it was Netscape, which is no longer a problem. A request changes from: 13:d=5 hl=2 l= 3 prim: OBJECT :commonName 18:d=5 hl=2 l= 9 prim: T61STRING :Gurka ��� To: 13:d=5 hl=2 l= 3 prim: OBJECT :commonName 18:d=5 hl=2 l= 12 prim: UTF8STRING :Gurka åäö OpenSSL/test/test_crypto.py Update test DER data to have utf8string. ( \x0c instead of \0x13, PrintableString ) | ||||
| * | | 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 ↵ | Jean-Paul Calderone | 2015-03-29 | 1 | -34/+6 |
| | | | | | | | | | | | | | | | | | unnecessary repetition from the tests. | ||||
| | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regressions in support for bytes / unicode in certain APIs #15. Added a check for _text_type, raise a DeprecationWarning and encode the str to utf-8. This should preserve 0.13 API calls. I used the 0.13 test suite with the 0.14 code and made the necessary changes to make 0.13 and 0.14 tests pass. | ||||
| * | | | | 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 |
| |\ \ \ \ | | |/ / | |/| | | |||||
