Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
daefd3fbff9b83b1d714e93e46abcdc152873b80
daefd3f
reorganize try block for test generation
by Paul Kehrer
· 11 years ago
f93d824
filter backends during initial generation to elide tests entirely
by Paul Kehrer
· 11 years ago
2f23463
Merge pull request #1434 from alex/requires-backend-interface
by Paul Kehrer
· 11 years ago
f281dae
Merge pull request #1433 from alex/match-interface-names
by Paul Kehrer
· 11 years ago
2607ab5
public API only
by Alex Gaynor
· 11 years ago
276ba5a
flatten line
by Alex Gaynor
· 11 years ago
055631d
Fix to handle multiple instances of @pytest.mark_requires_backend_interface
by Alex Gaynor
· 11 years ago
7aab8b4
Change how we represented that a test requires a backend.
by Alex Gaynor
· 11 years ago
4549ff3
Changed methods on interface providers to have argument names match the interface.
by Alex Gaynor
· 11 years ago
a05af52
Merge pull request #1431 from alex/fix-typos
by Paul Kehrer
· 11 years ago
c7233f1
Merge pull request #1430 from alex/its-a-mac
by Paul Kehrer
· 11 years ago
40ebc39
Merge pull request #1428 from alex/shorten-ec
by Paul Kehrer
· 11 years ago
64375de
Merge pull request #1427 from reaperhulk/fix-indentation
by Alex Gaynor
· 11 years ago
09dd287
Fixed a few typos
by Alex Gaynor
· 11 years ago
218f7fb
Fixed #1429 -- mark these classes as implementing the MACContext interface
by Alex Gaynor
· 11 years ago
b79f3ee
Simplify the implementation of the EC curve keys
by Alex Gaynor
· 11 years ago
94a8c31
fix overindent
by Paul Kehrer
· 11 years ago
60d8640
Merge pull request #1426 from alex/read-only-property
by Paul Kehrer
· 11 years ago
c6f85a7
Merge pull request #1425 from reaperhulk/fix-missing-method
by Alex Gaynor
· 11 years ago
f28f8ee
oops, fix recursion
by Alex Gaynor
· 11 years ago
2d8b996
Added a utility for implementing a read only property of another field
by Alex Gaynor
· 11 years ago
6eed9d0
add load_dsa_parameter_numbers on multibackend
by Paul Kehrer
· 11 years ago
6ec1b7b
Merge pull request #1422 from alex/multi-fernet
by David Reid
· 11 years ago
4c82513
added docs stuff on when added
by Alex Gaynor
· 11 years ago
c34893c
Merge branch 'master' into multi-fernet
by Alex Gaynor
· 11 years ago
126afca
Merge pull request #1423 from alex/pr/1396
by Paul Kehrer
· 11 years ago
41b33b7
flake8 + cleanup
by Alex Gaynor
· 11 years ago
4f286ce
Handle non-iterable arguments reasonable
by Alex Gaynor
· 11 years ago
d5b592d
improved the error message
by Alex Gaynor
· 11 years ago
7d15688
A few docs formatting nits
by Alex Gaynor
· 11 years ago
ff5ec86
Add to changelog. Document deprecation.
by Terry Chia
· 11 years ago
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
e148d01
Added docs for multifernet
by Alex Gaynor
· 11 years ago
7b593e1
Fixes #1327 -- adds multifernet
by Alex Gaynor
· 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
Next »