Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c7c82f3849f33d34637fa133fc906efbc4fd6aef
c7c82f3
Add to changelog. Document deprecation.
by Terry Chia
· 11 years ago
73cb687
Remove algorithm property from MACContext and alias CMACContext.
by Terry Chia
· 11 years ago
0fc591f
Add missing period.
by Terry Chia
· 11 years ago
cc5e445
Add docs.
by Terry Chia
· 11 years ago
9985ff7
Ooops.
by Terry Chia
· 11 years ago
0d7439d
Add MACContext and make HMAC and CMAC to use it.
by Terry Chia
· 11 years ago
a31e26f
Merge pull request #1420 from alex/document-pq-things
by Paul Kehrer
· 11 years ago
75c0246
Merge pull request #1421 from alex/fix-bug
by Paul Kehrer
· 11 years ago
461c8d2
eep, stray space
by Alex Gaynor
· 11 years ago
a1a21f4
Fixed an issue in fernet where the wrong exception would occur on an all-nulls input.
by Alex Gaynor
· 11 years ago
962f66e
Merge pull request #1419 from alex/cleanup-fernet
by Paul Kehrer
· 11 years ago
9c2cdcd
Merge pull request #1418 from alex/fix-ec-complains
by Paul Kehrer
· 11 years ago
a438e83
Document the change in ``p`` and ``q``s lengths in the CHANGELOG
by Alex Gaynor
· 11 years ago
f63ace8
Merge pull request #1417 from reaperhulk/fix-interface
by Alex Gaynor
· 11 years ago
732fbec
Move the supported marks to class level for fernet
by Alex Gaynor
· 11 years ago
b796621
Do these checks in pure python eagerly.
by Alex Gaynor
· 11 years ago
eccf37f
Fixes #1416 -- replaced assertions with error checking in EC key from numbers.
by Alex Gaynor
· 11 years ago
0123d4c
Merge pull request #1415 from alex/assert-simplification
by Paul Kehrer
· 11 years ago
514f7d9
add missing signer/verifier to DSAPublicKey and DSAPrivateKey ifaces
by Paul Kehrer
· 11 years ago
641ad58
Merge pull request #1414 from reaperhulk/new-nids
by Alex Gaynor
· 11 years ago
5d135e0
Split this assert into two.
by Alex Gaynor
· 11 years ago
13d64e0
remove nids not universally available in all our versions
by Paul Kehrer
· 11 years ago
375e3ab
compilation fixes
by Paul Kehrer
· 11 years ago
90dd243
start adding NIDs we'll need for X509
by Paul Kehrer
· 11 years ago
1f8a604
Merge pull request #1412 from reaperhulk/update-osx-flags
by Alex Stapleton
· 11 years ago
bf88065
Merge pull request #1399 from skeuomorf/skeuomorf-gpg-fingerprint
by Alex Stapleton
· 11 years ago
6c55a50
Merge pull request #1410 from reaperhulk/port-changelog
by Alex Stapleton
· 11 years ago
0647b1a
Merge pull request #1411 from reaperhulk/update-openssls
by Alex Stapleton
· 11 years ago
a5a432a
update OpenSSL versions we test against in the docs
by Paul Kehrer
· 11 years ago
555b150
add 0.6.1 changelog to master
by Paul Kehrer
· 11 years ago
beb719a
we shouldn't need the unused arguments flags any more.
by Paul Kehrer
· 11 years ago
5f168ad
Merge pull request #1407 from alex/happy-freebsd
by Paul Kehrer
· 11 years ago
16f7b13
Make FreeBSD happy with this constant
by Alex Gaynor
· 11 years ago
303955c
Merge pull request #1405 from alex/fix-pkcs12-decrypt-failures
by Paul Kehrer
· 11 years ago
41fbdd3
upgrade openssl to 1.0.1j on travis
by Alex Gaynor
· 11 years ago
cb6c4c1
Also handle the changes in the PKCS1v15 errors
by Alex Gaynor
· 11 years ago
1e77fa0
Handle PKCS12 decrypt failures with OpenSSL 1.0.1j
by Alex Gaynor
· 11 years ago
90a4538
Add gpg key fingerprint for skeuomorf
by Mohammed Attia
· 11 years ago
b38ae0a
Merge pull request #1398 from reaperhulk/fix-1389
by Alex Gaynor
· 11 years ago
26c5c42
if EC_KEY_check_key fails consume errors off stack (+ add test)
by Paul Kehrer
· 11 years ago
c979926
Merge pull request #1397 from alex/looser-dsa
by Paul Kehrer
· 11 years ago
5f80ba1
Fixed #1392 -- allow more combinations of p and q's bit lengths
by Alex Gaynor
· 11 years ago
ec60cd4
Merge pull request #1395 from Ayrx/update-faq
by Paul Kehrer
· 11 years ago
1329a85
Remove outdated information from FAQ.
by Terry Chia
· 11 years ago
368af30
Merge pull request #1393 from alex/clean-up-error-message
by Alex Stapleton
· 11 years ago
b19a930
Merge pull request #1391 from alex/clean-up-test
by Paul Kehrer
· 11 years ago
9d82f66
Improved error message
by Alex Gaynor
· 11 years ago
b399220
Remove the EC PARAMETERS section from the PEM
by Alex Gaynor
· 11 years ago
58c46c2
Merge pull request #1384 from reaperhulk/fix-1382
by Alex Gaynor
· 11 years ago
bb20dd5
update comment with info re: 0.9.8
by Paul Kehrer
· 11 years ago
b181f2a
add the missing file. i are senior dvlpr
by Paul Kehrer
· 11 years ago
f80e287
enable truncation for DSA digests prior to signing
by Paul Kehrer
· 11 years ago
65cc34d
Merge pull request #1383 from maxking/master
by Alex Gaynor
· 11 years ago
1710712
Add license to cryptography_vectors tarball; solves #1377
by maxking
· 11 years ago
a7165c4
Merge pull request #1381 from alex/stop-generating-keys
by Paul Kehrer
· 11 years ago
3b22845
Replace key generation with fixture usage in some tests
by Alex Gaynor
· 11 years ago
72d5b28
Merge pull request #1379 from reaperhulk/update-multibackend-deprecation
by Alex Gaynor
· 11 years ago
db72657
update multibackend to remove deprecated methods
by Paul Kehrer
· 11 years ago
c37ad57
Merge pull request #1378 from alex/remove-deprecated
by Paul Kehrer
· 11 years ago
5e8d30b
Remove DeprecatedIn05
by Alex Gaynor
· 11 years ago
35bb1ae
Merge pull request #1375 from alex/bump-deprecation
by Paul Kehrer
· 11 years ago
5ea5fa7
Merge pull request #1376 from reaperhulk/advance-dsa-deprecation-cycle
by Alex Gaynor
· 11 years ago
3654d2f
remove deprecated DSA classes/methods and update tests
by Paul Kehrer
· 11 years ago
1b27197
Bump pending -> deprecated to for things deprecated in 0.6
by Alex Gaynor
· 11 years ago
d9f3eda
Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycle
by Alex Gaynor
· 11 years ago
12ff164
remove rsa backend methods that are fully deprecated from backend interface
by Paul Kehrer
· 11 years ago
ef1c9bd
fix a coverage miss
by Paul Kehrer
· 11 years ago
3a660c0
Merge pull request #1370 from reaperhulk/master-open-for-business
by Alex Gaynor
· 11 years ago
f59ad86
remove unused methods
by Paul Kehrer
· 11 years ago
e055b27
remove docs for fully deprecated classes/methods
by Paul Kehrer
· 11 years ago
b64bf82
Remove deprecated RSA methods from backends, update tests
by Paul Kehrer
· 11 years ago
9868133
open master for seventh release development
by Paul Kehrer
· 11 years ago
b2ab5ef
Merge pull request #1369 from reaperhulk/sixth-release
by Alex Gaynor
· 11 years ago
c3f11d8
Bump version and set changelog date for 0.6 release
by Paul Kehrer
· 11 years ago
9952434
Merge pull request #1367 from alex/line-length
by Paul Kehrer
· 11 years ago
1cbe0a0
Merge pull request #1368 from reaperhulk/update-doc8
by Alex Gaynor
· 11 years ago
cd34ca6
re-add line I accidentally removed by hitting dd one too many times
by Paul Kehrer
· 11 years ago
b525adf
add an ignore path for doc8 + fix a long line causing failures
by Paul Kehrer
· 11 years ago
1e9e7bd
Merge pull request #1366 from reaperhulk/rebase-setup-fix
by Donald Stufft
· 11 years ago
b366f39
Wrap lines appropriately
by Alex Gaynor
· 11 years ago
97f4530
Fix PEP-8 violations
by Peter Odding
· 11 years ago
6c1e9ef
Fix for keywords_with_side_effects() (compatibility with pip metadata discovery)
by Peter Odding
· 11 years ago
c9861f9
Simplify dummy commands (fix inheritance, remove finalize_options())
by Peter Odding
· 11 years ago
e914456
Bullet proof (?) detection of arguments that don't need setup_requires
by Peter Odding
· 11 years ago
dcce080
Bug fix for implementation of dummy commands
by Peter Odding
· 11 years ago
3ae89a5
Replace commands that depend on setup_requires with no-op that raises error
by Peter Odding
· 11 years ago
63ce5df
PEP-8 fixes pointed out by Travis CI
by Peter Odding
· 11 years ago
e327cf1
Change nested dictionary literal to match house style
by Peter Odding
· 11 years ago
51ec05f
Make sys.argv an argument of keywords_with_side_effects()
by Peter Odding
· 11 years ago
c9b83f7
Work around for side effects in setup.py script
by Peter Odding
· 11 years ago
147805a
Merge pull request #1359 from alex/purge-pypi
by Paul Kehrer
· 11 years ago
b42eb9d
Merge pull request #1364 from public/remove-curve
by Paul Kehrer
· 11 years ago
b44158e
Added an explanatory comment.
by Alex Gaynor
· 11 years ago
77de1fc
Merge pull request #1365 from reaperhulk/fix-ecnumbers-changelog
by Alex Gaynor
· 11 years ago
5f11d8d
fix links to ECWithNumbers classes in changelog
by Paul Kehrer
· 11 years ago
2d2ee52
Move _ec_key_curve_sn to openssl/ec.py
by Alex Stapleton
· 11 years ago
9c2227b
Rename some ctx vars to ec_cdata
by Alex Stapleton
· 11 years ago
68c9826
Remove curve parameter from OpenSSL EC keys
by Alex Stapleton
· 11 years ago
8a36630
Merge pull request #1361 from reaperhulk/more-changelog
by Alex Gaynor
· 11 years ago
5a47738
Merge pull request #1345 from reaperhulk/ec-withnumbers
by Alex Gaynor
· 11 years ago
Next »