Commit graph

18 commits

Author SHA1 Message Date
Paul Kehrer
adeaacfa56 allow global suppression of link flags (#3592)
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS will now suppress link flags regardless
of platform. Additionally, CRYPTOGRAPHY_WINDOWS_LINK_LEGACY_OPENSSL is
now the flag you need if you want to link against < 1.1.0 on windows.
2017-05-24 12:49:18 -07:00
Paul Kehrer
5103235129 time to remove commoncrypto, fare thee well (#3551)
* time to remove commoncrypto, fare thee well

* remove even more

* update the changelog

* remove more things

* don't need this function

* remove CAST5 CTR tests since that was only supported in commoncrypto

* assert a thing
2017-05-20 10:09:02 -07:00
Paul Kehrer
4ce11b1b52 update dev docs to also say macOS and use openssl 1.1 (#3452) 2017-03-14 13:50:47 -04:00
Alex Gaynor
5ad6df9eb6 This is HTTPS now (#3407) 2017-02-18 11:52:50 -06:00
Alex Gaynor
769d5c66be Use the canonical host for two urls on the OpenSSL website (#3219) 2016-11-06 17:30:36 +08:00
Nick Badger
63bbf18e62 Clarified Windows development installation and docd upstream enchant bug (#3128)
* Clarified Windows development installation and doc'd upstream enchant bug

* Fixed whitespace problems

* Fixed merge resolution mistake
2016-09-03 12:10:36 -05:00
Alex Gaynor
0c11d0427e Random grammar stuff (#2955) 2016-06-02 22:24:22 -07:00
Chris Collis
2f27a8b2dc Update getting-started.rst to clarify OS X Homebrew pip install (#2876)
* Update getting-started.rst to clarify OS X Homebrew pip install
On OS X El Capitan following the current instructions fails with fatal error: 'openssl/opensslv.h' file not found on pip install -r dev-requirements.txt; this change adds to the instructions to clarify that CFLAGS and LDFLAGS may need to be set. I based this on the instructions in the Installation page.

* Address reaperhulk comments, OpenSSL must be installed.

Clarify that OpenSSL must be installed via Homebrew or MacPorts and how to build statically.

* Make Homebrew, MacPorts, OpenSSL links

* Fix doc errors and improve overall flow
Insert tip about tox needing the same flags
Make console example multi-line so that pip install is visible
Change heading levels to allow OS X sub-section
2016-04-23 09:28:23 -05:00
Paul Kehrer
0958641277 remove python 3.2 from every other place I could find 2015-04-18 20:26:03 -05:00
Paul Kehrer
2ac87783ee add note about enchant dependency for spellcheck in docs 2014-06-27 11:12:24 -06:00
Alex Gaynor
cefcf2df16 Wrap a long line (seriously, why is doc8 not catching these) 2014-06-26 11:00:33 -07:00
Nic Young
96fb533735 Fix other typo and use doc link instead 2014-06-12 08:25:42 -06:00
Nic Young
87aae81245 Fixed typo 2014-06-12 08:00:56 -06:00
Nic Young
2e8aa56157 Add link about installation depdencies 2014-06-12 00:17:50 -06:00
Alex Stapleton
c5fffd3b33 Standardise on sentence case for titles 2014-03-18 15:31:46 +00:00
Paul Kehrer
18962cc15b add explicit backend selection examples in a code block 2014-02-11 22:54:40 -06:00
Paul Kehrer
450cd0252b fix some indentation and a missing newline 2014-02-11 22:46:39 -06:00
Paul Kehrer
0839aa858f reorganize contributing into development section 2014-02-11 22:36:51 -06:00