Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
cfa2d6275e9c31e6fc61109e4853c5687d16532e
cfa2d62
fix docs
by Paul Kehrer
· 12 years ago
5882361
update docs for name attribute
by Paul Kehrer
· 12 years ago
aed9e17
revert fixture decorator for now, switch to append. no more globals
by Paul Kehrer
· 12 years ago
2502ce5
docs for explicit backend selection and document name attribute of backend
by Paul Kehrer
· 12 years ago
c421e63
modify backend selection to allow multiple backends via comma delimiter
by Paul Kehrer
· 12 years ago
681e7a5
better name for the variable
by Paul Kehrer
· 12 years ago
098579e
don't mutate _ALL_BACKENDS
by Paul Kehrer
· 12 years ago
c1fd2be
pass posargs via tox so --backend can be used for tox envs
by Paul Kehrer
· 12 years ago
34c075e
support --backend as a pytest flag to limit to one backend for testing
by Paul Kehrer
· 12 years ago
f290f7d
Merge pull request #448 from reaperhulk/travis-add-brew-osx
by Alex Gaynor
· 12 years ago
26287be
check if openssl is installed via homebrew on osx. install if not
by Paul Kehrer
· 12 years ago
a2fdd52
Merge pull request #467 from alex/validate-tag-len
by Paul Kehrer
· 12 years ago
007e5e1
Verify the tag len for GCM
by Alex Gaynor
· 12 years ago
64209e1
Merge pull request #465 from reaperhulk/comment-fix
by Alex Gaynor
· 12 years ago
e1e8e56
remove comment that's no longer needed
by Paul Kehrer
· 12 years ago
089a860
Merge pull request #464 from exarkun/faster-cffi-usage
by Paul Kehrer
· 12 years ago
8d04343
Make just one call to ffi.cdef for most of the definitions
by Jean-Paul Calderone
· 12 years ago
fa47000
Merge pull request #459 from public/use-pytest-fixture
by Alex Gaynor
· 12 years ago
0d58373
Use pytest.fixture for backends
by Alex Stapleton
· 12 years ago
1246a6e
Merge pull request #461 from reaperhulk/upgrade-cffi-dependency
by Alex Gaynor
· 12 years ago
2a8114f
Merge pull request #460 from reaperhulk/common-crypto-hmac-bindings
by Alex Gaynor
· 12 years ago
7fcaa37
drop to >= 0.8 to make pypy happy
by Paul Kehrer
· 12 years ago
c54c762
change to anonymous enum
by Paul Kehrer
· 12 years ago
a8dcf84
require cffi >= 0.8.1
by Paul Kehrer
· 12 years ago
8e306b7
remove extraneous spaces
by Paul Kehrer
· 12 years ago
d1de411
add hmac to commoncrypto binding
by Paul Kehrer
· 12 years ago
51d0794
Merge pull request #457 from reaperhulk/fix-456
by Alex Gaynor
· 12 years ago
985d99d
bytes byte back
by Paul Kehrer
· 12 years ago
ab2cfc7
add check to confirm we've loaded error strings
by Paul Kehrer
· 12 years ago
f523bad
Merge pull request #454 from alex/sphinx-spellcheck
by Paul Kehrer
· 12 years ago
7ce31c1
Merge pull request #458 from public/pem-errors
by Alex Gaynor
· 12 years ago
11a007a
Bind all the PEM errors
by Alex Stapleton
· 12 years ago
59075df
Spelling!
by Alex Gaynor
· 12 years ago
44957cd
oops, bytes plz
by Paul Kehrer
· 12 years ago
8212882
don't leak a context in the test
by Paul Kehrer
· 12 years ago
cf77d3a
add tests to the openssl backend to verify that we've registered
by Paul Kehrer
· 12 years ago
50e58d4
Nonsense I think we need.
by Alex Gaynor
· 12 years ago
d98b881
Merge pull request #455 from reaperhulk/init-ssl-stuff
by Alex Gaynor
· 12 years ago
29b40ea
This is a dep
by Alex Gaynor
· 12 years ago
2153c57
init the ssl library in the backend
by Paul Kehrer
· 12 years ago
5c0ec7c
Actuall install a thing
by Alex Gaynor
· 12 years ago
fc4e2b7
Try to run the spellchecker on travis
by Alex Gaynor
· 12 years ago
694dab0
Merge pull request #453 from alex/quote
by Paul Kehrer
· 12 years ago
9cd4b21
Use a normal quote here, not sure where the smart quote came from
by Alex Gaynor
· 12 years ago
f34bb4b
Merge pull request #452 from hynek/ssl-strings
by Donald Stufft
· 12 years ago
7d954bd
Expose ERR_load_SSL_strings
by Hynek Schlawack
· 12 years ago
c435957
remove unneeded openssl bottle
by Paul Kehrer
· 12 years ago
ccb4f6f
let's see what version of openssl is already installed on these slaves
by Paul Kehrer
· 12 years ago
fff077f
move script to separate file for readability
by Paul Kehrer
· 12 years ago
7267869
Merge pull request #447 from reaperhulk/test-marks
by David Reid
· 12 years ago
fbb128f
add brewed openssl to travis osx
by Paul Kehrer
· 12 years ago
0abdf87
add test marks to fernet so backends without cipher (or AES/CBC) will skip
by Paul Kehrer
· 12 years ago
f2870ea
Merge pull request #446 from alex/docs-fixup
by Paul Kehrer
· 12 years ago
9180ba5
Fix up a mistaken copy paste
by Alex Gaynor
· 12 years ago
0c7b560
Merge pull request #405 from reaperhulk/common-crypto-binding
by Alex Gaynor
· 12 years ago
588b0ac
Merge branch 'master' into common-crypto-binding
by Paul Kehrer
· 12 years ago
3d5913d
Merge pull request #445 from reaperhulk/more-travis-poking
by Alex Gaynor
· 12 years ago
3914dd0
temporary workaround for travis-ci bug
by Paul Kehrer
· 12 years ago
5b72188
Merge pull request #443 from alex/no-easy-install
by Paul Kehrer
· 12 years ago
e450f3f
Merge pull request #441 from alex/authors
by David Reid
· 12 years ago
4af8891
Style nit
by Alex Gaynor
· 12 years ago
dcbc911
easy_install is awful, don't use it
by Alex Gaynor
· 12 years ago
79a230f
refactor commoncrypto's is_available to check platform for now
by Paul Kehrer
· 12 years ago
7fccf4c
add CommonCrypto binding docs
by Paul Kehrer
· 12 years ago
5e612d0
add is_available() to CommonCrypto binding, use it for skipif
by Paul Kehrer
· 12 years ago
5001c3f
cover a missing branch in the commoncrypto bindings
by Paul Kehrer
· 12 years ago
cc4a42d
Add initial CommonCrypto bindings (no backend yet)
by Paul Kehrer
· 12 years ago
5a89426
Merge branch 'master' into authors
by Alex Gaynor
· 12 years ago
1f15f89
Merge pull request #425 from reaperhulk/travis-me-too
by David Reid
· 12 years ago
747beee
Simplify the authors section
by Alex Gaynor
· 12 years ago
2b58501
Merge pull request #440 from public/vanity
by Hynek Schlawack
· 12 years ago
dd5d28d
Add myself to __authors__
by Alex Stapleton
· 12 years ago
fc2fd05
Merge pull request #439 from reaperhulk/hmac-verify-text
by Alex Gaynor
· 12 years ago
288bae7
rewrite some text about the hmac verify method
by Paul Kehrer
· 12 years ago
d1d952d
add comment about why the travis exclude matrix is so large
by Paul Kehrer
· 12 years ago
607e423
Merge pull request #435 from reaperhulk/0.2-dev-open
by David Reid
· 12 years ago
6a05031
Merge pull request #438 from alex/more-prominent-verify
by David Reid
· 12 years ago
ec27647
Merge pull request #437 from rgbkrk/eggie
by Paul Kehrer
· 12 years ago
5bbcf76
Make verify on HMAC more prominent
by Alex Gaynor
· 12 years ago
0b06e55
support osx and linux on travis
by Paul Kehrer
· 12 years ago
2b64fe2
add 0.2 changelog section
by Paul Kehrer
· 12 years ago
2542583
Ignore all eggs
by Kyle Kelley
· 12 years ago
c958f0c
Merge pull request #434 from rgbkrk/minusix
by Alex Gaynor
· 12 years ago
47926ba
Merge pull request #433 from alex/pip-install-me-captain
by David Reid
· 12 years ago
08754db
update version to 0.2.dev1 in master
by Paul Kehrer
· 12 years ago
292902e
Document that we're on PyPI
by Alex Gaynor
· 12 years ago
ec68820
Merge pull request #431 from dreid/release-0.1
by Alex Gaynor
· 12 years ago
0e2ba5c
Merge pull request #432 from dreid/blame-dreid
by Alex Gaynor
· 12 years ago
d24af7e
Ignore six eggs, not a full dozen
by Kyle Kelley
· 12 years ago
232189f
I guess I should take some of the blame.
by David Reid
· 12 years ago
d873b4c
Prepare to release.
by David Reid
· 12 years ago
4177d48
Merge pull request #429 from alex/changelog
by David Reid
· 12 years ago
924599e
Reformat
by Alex Gaynor
· 12 years ago
7c6d7d6
Typo fix
by Alex Gaynor
· 12 years ago
3f23040
Fixed #428 -- added a changelog
by Alex Gaynor
· 12 years ago
4fb8dc8
Merge pull request #424 from reaperhulk/padding-info-for-all
by Alex Gaynor
· 12 years ago
14c302f
Merge pull request #423 from alex/ignore
by Paul Kehrer
· 12 years ago
fe2e3c2
add padding info to docs
by Paul Kehrer
· 12 years ago
c80ea85
These eggs are sometimes files. We still don't care.
by Alex Gaynor
· 12 years ago
43cf688
Merge pull request #418 from reaperhulk/move-contexts
by David Reid
· 12 years ago
Next »