index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)
Alex Gaynor
2016-04-30
2
-0
/
+30
*
Update URLs for new RTD domain (#2879)
Alex Gaynor
2016-04-28
5
-6
/
+6
*
Update getting-started.rst to clarify OS X Homebrew pip install (#2876)
Chris Collis
2016-04-23
1
-3
/
+31
*
Test with both old pypy and new pypy (#2875)
Alex Gaynor
2016-04-22
2
-7
/
+11
*
Make a paragraph slightly more clear (#2874)
Alex Gaynor
2016-04-21
1
-1
/
+1
*
Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865)
Jared
2016-04-13
2
-3
/
+133
*
Use HTTPS for a link in our docs (#2869)
Alex Gaynor
2016-04-09
1
-1
/
+1
*
Add vectors for unkeyed blake2s and blake2b. (#2867)
Terry Chia
2016-04-09
3
-0
/
+56
*
Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)
Amaury Forgeot d'Arc
2016-04-08
6
-0
/
+74
*
Remove executable flag on nist-800-108-KBKDF-CTR.txt.
Tristan Seligmann
2016-04-06
1
-0
/
+0
*
Handle two more error conditions correctly
Alex Gaynor
2016-04-02
2
-0
/
+17
*
Merge pull request #2861 from reaperhulk/fix-libressl
Alex Gaynor
2016-03-29
1
-1
/
+8
|
\
|
*
simplify the macro def check
Paul Kehrer
2016-03-28
1
-1
/
+1
|
*
fix libressl breakage reported in #2858
Paul Kehrer
2016-03-28
1
-1
/
+8
|
/
*
Merge pull request #2857 from alex/optimize-key-identifier-for-key-rsa
Paul Kehrer
2016-03-28
1
-17
/
+28
|
\
|
*
Added a special case for EC as well
Alex Gaynor
2016-03-27
1
-0
/
+3
|
*
Fixes #2856 -- add a fast path to _key_identifier_from_public_key for RSA keys
Alex Gaynor
2016-03-27
1
-17
/
+25
|
/
*
Merge pull request #2855 from RazerM/master
Paul Kehrer
2016-03-26
1
-3
/
+1
|
\
|
*
Remove redundant excludes from find_packages
Frazer McLean
2016-03-26
1
-3
/
+1
|
/
*
Merge pull request #2852 from reaperhulk/oaep-bindings
Alex Gaynor
2016-03-25
2
-0
/
+12
|
\
|
*
add EVP_PKEY_CTX_set_rsa_oaep_md
Paul Kehrer
2016-03-25
2
-0
/
+12
|
/
*
Merge pull request #2849 from reaperhulk/port-131-changelog
Alex Gaynor
2016-03-21
1
-0
/
+6
|
\
|
*
port 1.3.1 changelog to master
Paul Kehrer
2016-03-21
1
-0
/
+6
|
/
*
Merge pull request #2846 from reaperhulk/deprecation-dance
Alex Gaynor
2016-03-21
3
-18
/
+0
|
\
|
*
complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOID
Paul Kehrer
2016-03-21
3
-18
/
+0
*
|
Merge pull request #2845 from Lukasa/issue/2844
Paul Kehrer
2016-03-21
2
-0
/
+48
|
\
\
|
|
/
|
/
|
|
*
Test deleting deprecated attributes.
Cory Benfield
2016-03-21
1
-0
/
+41
|
*
Warn when deleting deprecated attributes.
Cory Benfield
2016-03-21
1
-0
/
+4
|
*
Add __delattr__ to _ModuleWithDeprecations.
Cory Benfield
2016-03-21
1
-0
/
+3
|
/
*
Merge pull request #2843 from reaperhulk/pip-version-warning
Alex Gaynor
2016-03-20
1
-1
/
+6
|
\
|
*
add a note on the install page about pip versioning on OS X
Paul Kehrer
2016-03-20
1
-1
/
+6
|
/
*
Merge pull request #2840 from alex/error-on-098
Paul Kehrer
2016-03-19
6
-18
/
+51
|
\
|
*
DeprecationWarning
Alex Gaynor
2016-03-19
1
-2
/
+1
|
*
two seperate sentences
Alex Gaynor
2016-03-19
1
-1
/
+1
|
*
update installation.rst
Alex Gaynor
2016-03-19
1
-2
/
+2
|
*
Mention CRYPTOGRAPHY_ALLOW_OPENSSL_098 in the FAQ
Alex Gaynor
2016-03-19
1
-0
/
+13
|
*
Use runtimeerror for this
Alex Gaynor
2016-03-19
2
-4
/
+2
|
*
test for verify_openssl_version
Alex Gaynor
2016-03-19
1
-1
/
+8
|
*
Get CI working again
Alex Gaynor
2016-03-19
1
-0
/
+2
|
*
Fixed #2836 -- error out on OpenSSL 0.9.8 by default
Alex Gaynor
2016-03-19
2
-14
/
+28
*
|
Merge pull request #2841 from alex/pytest-report-header
Paul Kehrer
2016-03-19
2
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
py26
Alex Gaynor
2016-03-19
1
-1
/
+1
|
*
oops, flake8
Alex Gaynor
2016-03-19
1
-0
/
+1
|
*
Instead of running a python -c, use pytest_report_header to indicate OpenSSL ...
Alex Gaynor
2016-03-19
2
-2
/
+4
|
/
*
Merge pull request #2839 from alex/open-14
Paul Kehrer
2016-03-18
3
-2
/
+8
|
\
|
*
Open master back up for 1.4
Alex Gaynor
2016-03-18
3
-2
/
+8
|
/
*
Merge pull request #2835 from reaperhulk/1.3-changelog
Alex Gaynor
2016-03-18
3
-6
/
+4
|
\
|
*
bump version and update changelog
Paul Kehrer
2016-03-17
3
-6
/
+4
*
|
Merge pull request #2832 from reaperhulk/110-patch-38
Alex Gaynor
2016-03-18
2
-5
/
+28
|
\
\
|
|
/
|
/
|
|
*
slowly re-add everything that was removed, but now conditional
Paul Kehrer
2016-03-17
2
-0
/
+5
[prev]
[next]