Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
6955ea32cdfbc8719c5f4ae9c55c989787553a97
6955ea3
Recommend that recipes include a version
by Alex Gaynor
· 12 years ago
8eda240
Merge pull request #327 from reaperhulk/gcm-lower-limit-tag
by Alex Gaynor
· 12 years ago
048d6cb
a few more doc changes to gcm tag info
by Paul Kehrer
· 12 years ago
fc73e2d
prose updates for GCM tag
by Paul Kehrer
· 12 years ago
a7fbf07
doc updates
by Paul Kehrer
· 12 years ago
ca73504
add note regarding not truncating tags
by Paul Kehrer
· 12 years ago
f7b4ede
restrict gcm tags to a minimum of 4 bytes in length
by Paul Kehrer
· 12 years ago
9b7624e
Merge pull request #326 from public/unsupported-hmac-hash
by Alex Gaynor
· 12 years ago
447d64f
Raise UnsupportedAlgorithm when initing HMACs
by Alex Stapleton
· 12 years ago
4447e5a
Merge pull request #324 from public/unsupported-hash
by Alex Gaynor
· 12 years ago
72d3b80
Merge pull request #323 from reaperhulk/fix-tests-multi-backend
by Alex Gaynor
· 12 years ago
1b1327c
Raise UnsupportedAlgorithm when initing Hash()
by Alex Stapleton
· 12 years ago
687d0f8
use both kwargs and named args in lambdas for clarity
by Paul Kehrer
· 12 years ago
a620b7d
don't modify params on parametrized tests
by Paul Kehrer
· 12 years ago
9b9318d
Merge pull request #321 from alex/docstring-cleanup
by Paul Kehrer
· 12 years ago
764b54a
Make these examples consistent
by Alex Gaynor
· 12 years ago
cde832d
Merge pull request #320 from alex/cleanup-asn1-crap
by Paul Kehrer
· 12 years ago
67539c0
Clean up some docstrings
by Alex Gaynor
· 12 years ago
99fdc80
Attempt to handle the fact that based on defines ASN1_ITEM_EXP might be something else
by Alex Gaynor
· 12 years ago
552b042
Merge pull request #317 from alex/no-stdbool
by Paul Kehrer
· 12 years ago
41e604d
flake8 fix
by Alex Gaynor
· 12 years ago
ccfa889
Removed usage of stdbool for Windows which doesn't have C99
by Alex Gaynor
· 12 years ago
740e430
Merge pull request #313 from dreid/block-cipher-algorithm
by Alex Gaynor
· 12 years ago
668d480
BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1.
by David Reid
· 12 years ago
ebf83a0
Merge pull request #303 from alex/no-more-generator
by David Reid
· 12 years ago
875b36b
Merge branch 'master' into no-more-generator
by Alex Gaynor
· 12 years ago
a4aa420
Merge pull request #311 from alex/rework-index
by David Reid
· 12 years ago
be98053
A foolish consistency is a really cool idea -- Samuel Clemens
by Alex Gaynor
· 12 years ago
2cfbc12
Be consistent
by Alex Gaynor
· 12 years ago
df8bfea
DOn't assume people know that contraction
by Alex Gaynor
· 12 years ago
7c06746
Rework the index to give people a better lay of the land
by Alex Gaynor
· 12 years ago
ffb7726
Merge pull request #308 from alex/rename-bindings
by Donald Stufft
· 12 years ago
a14c0fe
Merge pull request #309 from alex/test-latex
by Paul Kehrer
· 12 years ago
960cf5e
Test that docs compile under latex as well --needed for PDF building
by Alex Gaynor
· 12 years ago
0e9c4d1
Merge pull request #307 from alex/prefer-doctest
by Paul Kehrer
· 12 years ago
ca4a22b
Merge pull request #283 from juliankrause/constant_time
by Paul Kehrer
· 12 years ago
383a04c
Remove plural.
by Julian Krause
· 12 years ago
d83c590
Need to include the imports
by Alex Gaynor
· 12 years ago
41e5ab6
Also rename teh tests
by Alex Gaynor
· 12 years ago
f8796b1
Renamed bindings to backends
by Alex Gaynor
· 12 years ago
989061d
Prefer executable code examples
by Alex Gaynor
· 12 years ago
b9dd85c
Merge pull request #306 from alex/document-coverage
by Paul Kehrer
· 12 years ago
f3f0018
Document the need for test coverage
by Alex Gaynor
· 12 years ago
887d274
Merge pull request #305 from alex/show-the-backend
by Paul Kehrer
· 12 years ago
f7ef426
Merge pull request #304 from alex/not-as-true
by Paul Kehrer
· 12 years ago
f56444d
Always show where a baackend comes form in the docs
by Alex Gaynor
· 12 years ago
73cf187
This warning doesn't add much value anymore
by Alex Gaynor
· 12 years ago
4eec0bb
pep8
by Alex Gaynor
· 12 years ago
21919e2
Make this less invasive
by Alex Gaynor
· 12 years ago
e5c5eec
Clean up test generation to not use generators anymore and use parametrization
by Alex Gaynor
· 12 years ago
848f770
Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post.
by Julian Krause
· 12 years ago
db042cd
Merge pull request #302 from alex/beef-up-the-index
by Paul Kehrer
· 12 years ago
ed139e7
Merge pull request #301 from alex/typo
by Paul Kehrer
· 12 years ago
31df535
More info in teh index
by Alex Gaynor
· 12 years ago
2a5b4a8
Fixed a mis-spelled word
by Alex Gaynor
· 12 years ago
29b4a93
Merge pull request #300 from dreid/supress-openssl-osx-deprecation-warnings
by Alex Gaynor
· 12 years ago
6c0eef7
Merge pull request #299 from alex/api-style-guide
by Paul Kehrer
· 12 years ago
2bc3334
alex parens.
by David Reid
· 12 years ago
c4f9b1d
formatting more consistent with other cffi secitons.
by David Reid
· 12 years ago
76ec340
Attempt to fix nebulous indentation complaints and also re-set after the includes.
by David Reid
· 12 years ago
2cfff24
Supress the deprecation warnings by including an __APPLE__ only preamble.
by David Reid
· 12 years ago
2e1d5ae
Merge branch 'master' into api-style-guide
by Alex Gaynor
· 12 years ago
7d78a5b
Merge pull request #298 from alex/fix-headers
by Paul Kehrer
· 12 years ago
e21b0b2
Several policy reccomendations for API design
by Alex Gaynor
· 12 years ago
5246e2d
Fixed headers in docs
by Alex Gaynor
· 12 years ago
4474be6
Merge pull request #297 from alex/https-links
by David Reid
· 12 years ago
d6dfa80
Merge pull request #234 from alex/padding-fixes
by David Reid
· 12 years ago
e77386f
Merge pull request #296 from reaperhulk/osx-openssl-ugh
by Alex Gaynor
· 12 years ago
ae9dc8b
Use the HTTPS verion of the link to cffi
by Alex Gaynor
· 12 years ago
878adad
remove two ENGINE_set_default_* functions default OS X OpenSSL lacks
by Paul Kehrer
· 12 years ago
5ee0d32
Merge pull request #293 from reaperhulk/engine-set-defaults
by David Reid
· 12 years ago
0f13c47
add ENGINE set default methods
by Paul Kehrer
· 12 years ago
af3ce2e
Merge pull request #291 from reaperhulk/load-private-key-bindings
by Alex Gaynor
· 12 years ago
65c9171
add additional bindings to load private keys
by Paul Kehrer
· 12 years ago
29d6de5
Merge pull request #289 from reaperhulk/bunch-o-bindings
by Alex Gaynor
· 12 years ago
80544fb
add publickey_dup
by Paul Kehrer
· 12 years ago
ac1bd5d
add new error constants
by Paul Kehrer
· 12 years ago
494b574
add dec2bn
by Paul Kehrer
· 12 years ago
ba72c38
Merge pull request #288 from alex/more-docs
by Paul Kehrer
· 12 years ago
953ebf8
Improved the docs -- more glossary entries, more advice for writing docs
by Alex Gaynor
· 12 years ago
44f391a
Merge pull request #287 from reaperhulk/rsa-enc-dec-bindings
by Alex Gaynor
· 12 years ago
5762b47
remove RSA PSS constant (for now), de-opaque RSA *
by Paul Kehrer
· 12 years ago
ffdecbf
expand rsa bindings
by Paul Kehrer
· 12 years ago
9c74b18
Merge pull request #286 from alex/code-duplication
by Paul Kehrer
· 12 years ago
b5c4891
Merge pull request #285 from reaperhulk/fix-282
by Alex Gaynor
· 12 years ago
a07925a
update docs to explain tag requirements and valueerror
by Paul Kehrer
· 12 years ago
8b02863
Rreduce code duplication
by Alex Gaynor
· 12 years ago
d6f14da
Improve documentation.
by Julian Krause
· 12 years ago
07c36ba
Merge pull request #284 from alex/oops
by Paul Kehrer
· 12 years ago
b91221d
raise ValueErrors when supplying/not supplying tags for GCM
by Paul Kehrer
· 12 years ago
0d23e94
Don't show so much stuff
by Alex Gaynor
· 12 years ago
289b600
Merge pull request #281 from alex/be-more-specific
by Paul Kehrer
· 12 years ago
9c3088f
Beginnings of a constant_time module.
by Julian Krause
· 12 years ago
d4f9383
Be more specific about when you can trust authentication on GCM
by Alex Gaynor
· 12 years ago
3029fe4
Merge pull request #176 from reaperhulk/gcm-support
by David Reid
· 12 years ago
6728437
link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM
by Paul Kehrer
· 12 years ago
cd28a7c
remove AEADDecryptionContext references from GCM docs
by Paul Kehrer
· 12 years ago
5578c66
improve language for gcm docs
by Paul Kehrer
· 12 years ago
128b948
remove AEADDecryptionContext per review.
by Paul Kehrer
· 12 years ago
89d19a4
rename ModeWithAAD to ModeWithAuthenticationTag
by Paul Kehrer
· 12 years ago
Next »