Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
f2e34bee281c38e782af9d99a44ffe6210c04184
f2e34be
Merge pull request #492 from public/py-thread-safe
by Alex Gaynor
· 12 years ago
29446cd
Remove the contenious test of contention
by Alex Stapleton
· 12 years ago
5fb7eb4
Backticks
by Alex Stapleton
· 12 years ago
12532f6
Merge pull request #505 from alex/system-error
by Paul Kehrer
· 12 years ago
81744df
Typo fix
by Alex Gaynor
· 12 years ago
0d62fb0
Switch to using our own InternalError, instead of SystemError
by Alex Gaynor
· 12 years ago
bb41bf4
Merge pull request #504 from alex/syntax-highlight
by Paul Kehrer
· 12 years ago
917e82e
Mark that tehse are console sections so they syntax highlight
by Alex Gaynor
· 12 years ago
29ffbd9
Merge pull request #450 from reaperhulk/fix-444
by Alex Gaynor
· 12 years ago
017f0b0
add instructions on how to install openssl via homebrew
by Paul Kehrer
· 12 years ago
8caeb8d
add env so homebrew instructions work in fish as well as bash on OS X
by Paul Kehrer
· 12 years ago
57e280b
add doc info about how to link against homebrew OpenSSL on OS X
by Paul Kehrer
· 12 years ago
7ce51f2
Split a test in half
by Alex Stapleton
· 12 years ago
fcae150
Some docs
by Alex Stapleton
· 12 years ago
06649cf
Also test the locking cb directly
by Alex Stapleton
· 12 years ago
17ed58d
Python implementation of OpenSSL locking callback
by Alex Stapleton
· 12 years ago
adbe080
Merge pull request #499 from alex/windows-openssl
by Paul Kehrer
· 12 years ago
99f9279
Merge pull request #322 from reaperhulk/windows-support
by Alex Gaynor
· 12 years ago
b495790
add windows support to changelog
by Paul Kehrer
· 12 years ago
8942efa
remove advapi32 until we need it (for cryptgenrandom)
by Paul Kehrer
· 12 years ago
f84ca67
add library switch for windows support
by Paul Kehrer
· 12 years ago
46ffbfb
Merge pull request #500 from dreid/hkdf-vectors
by Paul Kehrer
· 12 years ago
f5e2b4d
Merge pull request #501 from alex/document-primitives
by Donald Stufft
· 12 years ago
b32b491
DOcument the primitives used in Fernet
by Alex Gaynor
· 12 years ago
ec73839
SHA256 vectors.
by David Reid
· 12 years ago
580e883
Add HKDF vectors from RFC5869.
by David Reid
· 12 years ago
e7651de
Link the official page
by Alex Gaynor
· 12 years ago
a8fc6f3
Document where to get OpenSSL on windows
by Alex Gaynor
· 12 years ago
56f81ea
Merge pull request #498 from alex/redirect
by Paul Kehrer
· 12 years ago
3c1eb12
Capital S is the canonical URL
by Alex Gaynor
· 12 years ago
c60f4c7
Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindings
by Alex Gaynor
· 12 years ago
a6d794f
Merge pull request #496 from reaperhulk/pbkdf2-openssl-bindings
by Alex Gaynor
· 12 years ago
3ae3d90
add commoncrypto PBKDF2 bindings
by Paul Kehrer
· 12 years ago
2dc0c71
add PBKDF2 from OpenSSL (for future KDF to live alongside HKDF)
by Paul Kehrer
· 12 years ago
7f57186
Merge pull request #495 from reaperhulk/commoncrypto-gcm-backend
by David Reid
· 12 years ago
0437e8d
comma for flair
by Paul Kehrer
· 12 years ago
f839016
remove encrypt/decrypt attributes on CommonCrypto cipher classes
by Paul Kehrer
· 12 years ago
9eca43c
GCM support for CommonCrypto backend
by Paul Kehrer
· 12 years ago
cd9dc6d
add kCCModeGCM
by Paul Kehrer
· 12 years ago
692e3de
Merge pull request #494 from reaperhulk/commoncrypto-gcm-bindings
by Alex Gaynor
· 12 years ago
40c7f9e
GCM bindings for CommonCrypto
by Paul Kehrer
· 12 years ago
eddef3a
Merge pull request #493 from reaperhulk/aes-keywrap-bindings
by Alex Gaynor
· 12 years ago
0f82a66
support for aes keywrap (RFC 3394) in the bindings
by Paul Kehrer
· 12 years ago
272e748
Merge pull request #491 from alex/setuptools-installed
by Donald Stufft
· 12 years ago
597cc64
Starting now, setuptools should come with pip *fingerscrossed*
by Alex Gaynor
· 12 years ago
9261de9
Merge pull request #486 from reaperhulk/commoncrypto-cipher-backend
by Alex Gaynor
· 12 years ago
8d7b96e
missed one. of course.
by Paul Kehrer
· 12 years ago
b20689f
style nit fix
by Paul Kehrer
· 12 years ago
78456c7
Merge pull request #488 from dreid/privatize-register_cipher_adapter
by Alex Gaynor
· 12 years ago
7e33d1c
Merge pull request #489 from reaperhulk/travis-fun
by Alex Gaynor
· 12 years ago
1de55b7
Merge branch 'master' into commoncrypto-cipher-backend
by Paul Kehrer
· 12 years ago
5a24940
Moar backtick.
by David Reid
· 12 years ago
2084fa5
Add to changelog.
by David Reid
· 12 years ago
2c511bc
move some dashes around :)
by Paul Kehrer
· 12 years ago
9b1c2fc
experiment to disable duplicate cc test runs on osx and speed up travis
by Paul Kehrer
· 12 years ago
cd10571
Merge pull request #468 from reaperhulk/backend-flag-pytest
by David Reid
· 12 years ago
e2ad5ca
Remove register_cipher_adapter from the interface and the documentation.
by David Reid
· 12 years ago
5ab6a20
make register_cipher_adapter private and fix cryptorref release
by Paul Kehrer
· 12 years ago
ad4f646
expand tox backend example
by Paul Kehrer
· 12 years ago
580e992
Merge pull request #487 from alex/install-cc-bindings-osx
by Paul Kehrer
· 12 years ago
263a335
change cipher registry to store enums
by Paul Kehrer
· 12 years ago
defc7f0
On OS X at build time compile the CC bindings
by Alex Gaynor
· 12 years ago
4047694
add comment and change gc for cipher context
by Paul Kehrer
· 12 years ago
a33a5e3
add error handler
by Paul Kehrer
· 12 years ago
ed8d864
update changelog for commoncrypto backend
by Paul Kehrer
· 12 years ago
966821a
add cipher support to the commoncrypto backend
by Paul Kehrer
· 12 years ago
5f60acb
Merge pull request #485 from reaperhulk/common-crypto-cipher-bindings
by Alex Gaynor
· 12 years ago
2dbb63b
remove an extraneous linefeed
by Paul Kehrer
· 12 years ago
34fb5e5
Merge pull request #484 from reaperhulk/common-crypto-hmac
by Alex Gaynor
· 12 years ago
8a73608
reformat bindings and remove GCM for the moment
by Paul Kehrer
· 12 years ago
6665922
add cipher bindings for CommonCrypto
by Paul Kehrer
· 12 years ago
b74658e
doc updates
by Paul Kehrer
· 12 years ago
0192692
hmac support for commoncrypto
by Paul Kehrer
· 12 years ago
83a299c
Merge pull request #449 from reaperhulk/common-crypto-backend
by Alex Gaynor
· 12 years ago
6ce4bb7
added versionadded
by Paul Kehrer
· 12 years ago
6d913a6
changelog to note addition of commoncrypto backend with hash support
by Paul Kehrer
· 12 years ago
cfa2d62
fix docs
by Paul Kehrer
· 12 years ago
ab6fa0a
doc updates
by Paul Kehrer
· 12 years ago
5882361
update docs for name attribute
by Paul Kehrer
· 12 years ago
4925575
fix copy mistake in docs
by Paul Kehrer
· 12 years ago
d6b8dfa
increase indent and note the value of the attribute in the docs
by Paul Kehrer
· 12 years ago
b545e9e
move HashMethods to top level
by Paul Kehrer
· 12 years ago
33cd92d
privatize hash_mapping
by Paul Kehrer
· 12 years ago
16bf40c
rename a few things in an attempt to improve clarity
by Paul Kehrer
· 12 years ago
70b6cf8
stop using byte keys for no reason
by Paul Kehrer
· 12 years ago
12656e5
update docs, add name attribute to backend
by Paul Kehrer
· 12 years ago
d669cd3
Merge branch 'master' into common-crypto-backend
by Paul Kehrer
· 12 years ago
aed9e17
revert fixture decorator for now, switch to append. no more globals
by Paul Kehrer
· 12 years ago
4577c6b
Merge pull request #483 from public/struct-insides
by Paul Kehrer
· 12 years ago
259f30d
Expose the innards of DH and DSA
by Alex Stapleton
· 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
489c525
Merge pull request #481 from public/asym-bindings
by Paul Kehrer
· 12 years ago
955b4e5
Merge pull request #480 from public/opaque-typedefs
by Paul Kehrer
· 12 years ago
13c48f7
More bindings for asymmetric stuff
by Alex Stapleton
· 12 years ago
f72b557
Tell cffi these opaque types are pointers.
by Alex Stapleton
· 12 years ago
f6ff9a7
Merge pull request #473 from reaperhulk/remove-thread-state
by David Reid
· 12 years ago
e30d62c
rename variable to be less confusing and terrible
by Paul Kehrer
· 12 years ago
5b5b5b7
Merge pull request #478 from alex/document-cc-bindings
by David Reid
· 12 years ago
8ea6a82
Document when the common crypto bindings were added
by Alex Gaynor
· 12 years ago
Next »