Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
cd34ca64c00c0c01b40711b518ecb4e5248cdab1
cd34ca6
re-add line I accidentally removed by hitting dd one too many times
by Paul Kehrer
· 10 years ago
b525adf
add an ignore path for doc8 + fix a long line causing failures
by Paul Kehrer
· 10 years ago
147805a
Merge pull request #1359 from alex/purge-pypi
by Paul Kehrer
· 10 years ago
b42eb9d
Merge pull request #1364 from public/remove-curve
by Paul Kehrer
· 10 years ago
b44158e
Added an explanatory comment.
by Alex Gaynor
· 10 years ago
77de1fc
Merge pull request #1365 from reaperhulk/fix-ecnumbers-changelog
by Alex Gaynor
· 10 years ago
5f11d8d
fix links to ECWithNumbers classes in changelog
by Paul Kehrer
· 10 years ago
2d2ee52
Move _ec_key_curve_sn to openssl/ec.py
by Alex Stapleton
· 10 years ago
9c2227b
Rename some ctx vars to ec_cdata
by Alex Stapleton
· 10 years ago
68c9826
Remove curve parameter from OpenSSL EC keys
by Alex Stapleton
· 10 years ago
8a36630
Merge pull request #1361 from reaperhulk/more-changelog
by Alex Gaynor
· 10 years ago
5a47738
Merge pull request #1345 from reaperhulk/ec-withnumbers
by Alex Gaynor
· 10 years ago
774b77f
Merge pull request #1362 from reaperhulk/add-docs-badge
by Alex Gaynor
· 10 years ago
e0f12bc
Merge pull request #1360 from alex/missing-from-changelog
by Paul Kehrer
· 10 years ago
77beba93
add readthedocs badge
by Paul Kehrer
· 10 years ago
f378e40
make it more obvious that the GCM bugs are with the C backends
by Paul Kehrer
· 10 years ago
4c77365
more changelog entries from the 0.6 cycle
by Paul Kehrer
· 10 years ago
ef82334
Added changelog entry for serialization stuff
by Alex Gaynor
· 10 years ago
e9022fe
Merge pull request #1348 from reaperhulk/improve-naming-consistency
by Alex Gaynor
· 10 years ago
cff58d8
EC public/private key loader functions try deprecated as fallback
by Paul Kehrer
· 10 years ago
e04f6fc
remove duplicate _skip_curve_unsupported
by Paul Kehrer
· 10 years ago
77c1a02
return from deprecated method
by Paul Kehrer
· 10 years ago
07fa710
fix test coverage on multibackend deprecated methods
by Paul Kehrer
· 10 years ago
861ddfc
multibackend deprecated method needs to call the backend deprecated method
by Paul Kehrer
· 10 years ago
25228af
skip deprecated tests on platforms that don't support ec (old rhel)
by Paul Kehrer
· 10 years ago
77e95a0
deprecate backend method names for elliptic curve number loading
by Paul Kehrer
· 10 years ago
7ee7d5b
fix invalid dict reference in test
by Paul Kehrer
· 10 years ago
1061453
refactor to use ctx manager and share logic with set_public_key_affine
by Paul Kehrer
· 10 years ago
5cfd211
fix naming mistake in the docs (for DSA and the new EC docs)
by Paul Kehrer
· 10 years ago
c6323f1
Support EC WithNumbers on OpenSSL backend + tests
by Paul Kehrer
· 10 years ago
e025be2
add EC WithNumbers interfaces and docs
by Paul Kehrer
· 10 years ago
0f74a2c
line length
by Alex Gaynor
· 10 years ago
9ca7f03
Refs #1224 -- try to purge PyPI after new tarball is uploaded
by Alex Gaynor
· 10 years ago
45d4c59
Merge pull request #1346 from reaperhulk/fix-pkcs8-ec-load
by Alex Gaynor
· 10 years ago
e0b8e84
Merge pull request #1357 from alex/rename-bn-cntx
by Paul Kehrer
· 10 years ago
afca2d5
use NID_undef instead of literal value
by Paul Kehrer
· 10 years ago
c45cb75
Renamed _bn_ctx_manager().
by Alex Gaynor
· 10 years ago
768a281
fix indentation
by Paul Kehrer
· 10 years ago
28edb8f
Merge pull request #1356 from alex/docs-cleanup
by Paul Kehrer
· 10 years ago
0bcfa2d
add curve name parsing to public key loader
by Paul Kehrer
· 10 years ago
b818818
Merge pull request #1355 from reaperhulk/fix-1352
by Alex Gaynor
· 10 years ago
fc5f4f9
CURVE_TYPES back to private, removed unneeded point creation
by Paul Kehrer
· 10 years ago
c5e4342
learn to pep8
by Paul Kehrer
· 10 years ago
84fc4e0
Process curve name when loading EC keys. Fixes #1336
by Paul Kehrer
· 10 years ago
281d6b2
Slight clarification of the load_pem_public_key docs
by Alex Gaynor
· 10 years ago
58f63ed
Merge pull request #1331 from michael-hart/public_key_pem
by Paul Kehrer
· 10 years ago
dc6b1cf
test_ssl_mode should get current mode as well
by Paul Kehrer
· 10 years ago
ebba1b0
Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography into public_key_pem
by michael-hart
· 10 years ago
df1e16d
Added missing newline, corrected changes
by michael-hart
· 10 years ago
b5c4480
Update multibackend.py
by michael-hart
· 10 years ago
48060f2
flake8
by michael-hart
· 10 years ago
bdceabc
Added code and tests of EC public keys
by michael-hart
· 10 years ago
0a4c401
Corrected tests
by michael-hart
· 10 years ago
254811f
Added all changes lost in merge reset
by michael-hart
· 10 years ago
2ca8991
Part 1 of rebase, with corrections for pep8
by michael-hart
· 10 years ago
fe2cd08
Corrected tests
by michael-hart
· 10 years ago
801e8c1
Added all changes lost in merge reset
by michael-hart
· 10 years ago
b45731b
Part 1 of rebase, with corrections for pep8
by michael-hart
· 10 years ago
d07a002
In tests for setting SSL and SSL_CTX options, get current options first
by Paul Kehrer
· 10 years ago
190e0d4
Added missing newline, corrected changes
by michael-hart
· 10 years ago
f5362b2
Update multibackend.py
by michael-hart
· 10 years ago
0520a25
Merge pull request #1354 from alex/cleanup-travis-install
by Paul Kehrer
· 10 years ago
8f6096c
Remove (apparently) unneeded line
by Alex Gaynor
· 10 years ago
2b6682c
Merge pull request #1351 from alex/pypy-2.4
by Paul Kehrer
· 10 years ago
a8a3afb
Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography into public_key_pem
by michael-hart
· 10 years ago
606f5f6
flake8
by michael-hart
· 10 years ago
8fee604
Added code and tests of EC public keys
by michael-hart
· 10 years ago
15b59ee
Corrected tests
by michael-hart
· 10 years ago
5e80fcc
Added all changes lost in merge reset
by michael-hart
· 10 years ago
b72f0f1
Part 1 of rebase, with corrections for pep8
by michael-hart
· 10 years ago
2f3ac85
bleh update first
by Alex Gaynor
· 10 years ago
030f26b
bump pyenv version
by Alex Gaynor
· 10 years ago
5ab32d0
Merge pull request #1350 from michael-hart/ec_vectors
by Alex Gaynor
· 10 years ago
61a5bc1
fixes #1340 -- use pypy 2.4.0 now that it's out
by Alex Gaynor
· 10 years ago
00ef605
Added missing vector file
by michael-hart
· 10 years ago
b53fab7
Corrected tests
by michael-hart
· 10 years ago
cd76c42
Added all changes lost in merge reset
by michael-hart
· 10 years ago
ebcb0a2
Merge pull request #1349 from reaperhulk/more-ctx-mger
by Alex Gaynor
· 10 years ago
a3204ba
Part 1 of rebase, with corrections for pep8
by michael-hart
· 10 years ago
610da6e
switch truncate_digest_for_ecdsa to context manager
by Paul Kehrer
· 10 years ago
d314460
Merge pull request #1347 from reaperhulk/doc-cleanup
by Alex Gaynor
· 10 years ago
903a2b4
Merge pull request #1344 from reaperhulk/bn-ctx-fix
by Alex Gaynor
· 10 years ago
9f7ad19
small cleanup to docs
by Paul Kehrer
· 10 years ago
cede72d
Merge pull request #1341 from michael-hart/ec_vectors
by Paul Kehrer
· 10 years ago
49b9fdf
try/finally the bn_ctx manager
by Paul Kehrer
· 10 years ago
1a7bdab
switch to a BN_CTX context manager.
by Paul Kehrer
· 10 years ago
7289496
Updated spelling_wordlist.txt
by michael-hart
· 10 years ago
3a55b55
extraneous newline murdered
by Paul Kehrer
· 10 years ago
17b4aa4
put BN_CTX_end in a finally to ensure it is invoked
by Paul Kehrer
· 10 years ago
d5701ed
start and end BN_CTX so BN_CTX can track func owner of temporary BNs
by Paul Kehrer
· 10 years ago
83c67e1
Update spelling_wordlist.txt
by michael-hart
· 10 years ago
59f7219
Update test-vectors.rst
by michael-hart
· 10 years ago
2e1f738
Test Vector changes
by michael-hart
· 10 years ago
506f65b
Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcm
by Alex Gaynor
· 10 years ago
7a5629a
Merge pull request #1332 from michael-hart/add_to_authors
by Alex Gaynor
· 10 years ago
5f47335
Merge pull request #1328 from michael-hart/master
by Paul Kehrer
· 10 years ago
acda044
Added PKCS8 encoded private keys to tests
by Michael Hart
· 10 years ago
9a11c00
resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04
by Paul Kehrer
· 10 years ago
d5565f3
Added to AUTHORS.rst
by Michael
· 10 years ago
ed2a510
Reorganised imports
by Michael
· 10 years ago
Next »