| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* test py27 with windows container on azure
* refactor a bit
* oops missed this
* show me some autocrlf
* wat
* add a gitattributes to force LF endings.
can't use autocrlf false because we don't control the git clone in azure
* remove thing we don't need
* more things
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Drop setup.py test support.
It's fragile and relies on eggs. While our downstream redistributors don't love this (sorry!), it seems like the right tradeoff.
* Remove unused
* Added a changelog entry
* typo
* line length
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add manylinux1 wheel builder to azure
* ?
* Drop 32-bit manylinux1
* cleanup
* fix
* Run as root
* fix?
* Do it in a venv
* typo
* Added an extra step
* For debugging
* Fix
* computers are stupid
* gibberish
* fix?
|
|
|
|
| |
this will fix issues in py27 in windows docker containers when running
tox for our future glorious CI
|
|
|
| |
no alex-patch-* :P
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Try running tests without wheezy
* Added a trusty builder
* Update our supported versions in docs
|
|
|
|
|
|
| |
* add RSA PSS certificate
* i still maintain that 257 is slightly better than 256
|
|
|
|
|
|
|
|
|
|
| |
* fix from_issuer_subject_key_identifier to take the right type
deprecate passing the old Extension wrapper object
* don't use a try:except:
* hilarious contortions to satisfy doc8
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add the start of an azure pipeline for building macOS wheels
* Split this into multiple lines
* No display name on upload
* Be verbose when building OpenSSL
* We don't need to reinstall
* Bash correctly
* Use a virtualenv
* Do more things in the venv
* Fix order of commands
* fixed pip command
* Give uploads a name
* Fixed key name
* fixed regex and escaping
* Crazy shenangins
* sudo
* Don't install enum34 on python3
* Fix for python2.7
* logging to the request
* Use curl correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Set up CI with Azure Pipelines
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Moving TOXENV to matrix (#4474)
* Update azure-pipelines.yml
* Update azure-pipelines.yml
|
|
|
|
|
|
| |
* Run linkcheck builds when the commit message mentions linkcheck
* syntax fix
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Use generic DTLS functions added in LibreSSL 2.9.1
While here, bump travis.
* Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists.
Requested by: @reaperhulk
|
|
|
|
|
|
| |
* ... regular expressions... what can you do?
* These are raw strings
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* test: regression test for UnicodeEncodeError in x509 name in #4810
added utf8 encoding at the top of the file due to PEP 263
* bugfix: #4810 resolve UnicodeEncodeError in x509 name
|
| |
|
| |
|
|
|
|
|
|
| |
* Refs #4830 -- added a vector of an x.509 certificate with a negative serial number
* Line wrap
|
| |
|
| |
|
|
|
|
|
|
| |
* fix a memory leak in AIA parsing
* oops can't remove that
|
| |
|
| |
|
| |
|
|
|
| |
It already defaults to x-rst, but this silences a warning
|
|
|
|
|
|
|
|
| |
* fix != comparison in py2 (fixes #4821)
* remove blank line b/c pep8
* move __ne__ next to __eq__ as per review request
|
| |
|
|
|
|
|
|
| |
* Try to use getrandom even in manylinux1 wheels
* typo
|
| |
|
|
|
|
|
| |
we don't support ed448 openssh keys so we'll use that to test this
branch. if we ever do support ed448 keys we can always just call this
private method directly to keep coverage.
|
|
|
|
|
|
|
|
| |
* Added a CHANGELOG entry for #4811
* linewrap
* linky nicely
|
|
|
|
|
|
| |
* add OpenSSH serialization for ed25519 keys (#4808)
* address review comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* poly1305 support
* some more tests
* have I mentioned how bad the spellchecker is?
* doc improvements
* EVP_PKEY_new_raw_private_key copies the key but that's not documented
Let's assume that might change and be very defensive
* review feedback
* add a test that fails on a tag of the correct length but wrong value
* docs improvements
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This puts a new minimum on the PEP 518 requirement for `setuptools`
because older versions of setuptools' PEP 517 backend will fail to
include `setup.py` in an sdist.
|