Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
b50927e8dba16142205684ff9cdeab8b03d57b50
b50927e
Merge pull request #361 from reaperhulk/define-to-int
by Alex Gaynor
· 12 years ago
6032e18
Merge pull request #362 from exarkun/ssleay-version
by Paul Kehrer
· 12 years ago
6e1aec8
Merge pull request #363 from exarkun/sni-getservername
by Paul Kehrer
· 12 years ago
b4b58c3
add the missing SSL_get_servername prototype (already handled in the existing SNI conditional section)
by Jean-Paul Calderone
· 12 years ago
b232b62
expose SSLeay and SSLeay_version
by Jean-Paul Calderone
· 12 years ago
745ee07
Fix docs
by Paul Kehrer
· 12 years ago
ccd9c00
Convert #defines to explicit type declaration for consistency
by Paul Kehrer
· 12 years ago
28f1000
Merge pull request #360 from reaperhulk/c-style-part-deux
by Alex Gaynor
· 12 years ago
be5fa68
Merge pull request #357 from public/const-ASN1_ITEM_ptr
by Jean-Paul Calderone
· 12 years ago
1839b19
a few missed functions in the () -> (void) migration
by Paul Kehrer
· 12 years ago
f82a03a
Merge pull request #358 from reaperhulk/c-style-change
by Alex Gaynor
· 12 years ago
7ede6a4
Merge pull request #353 from reaperhulk/supported-mark
by Alex Gaynor
· 12 years ago
08d72a5
move macro from functions into macros where it belongs
by Paul Kehrer
· 12 years ago
9b51cc1
Merge pull request #356 from public/authors
by Alex Gaynor
· 12 years ago
01e9886
convert all functions without args from () to (void)
by Paul Kehrer
· 12 years ago
047dab8
update style guide docs to reflect change to (void)
by Paul Kehrer
· 12 years ago
b078d8e
re-add some removed generators to simplify patch
by Paul Kehrer
· 12 years ago
64db029
Merge pull request #337 from exarkun/some-typedef-fixes
by Alex Gaynor
· 12 years ago
ccf0d90
ASN1_ITEM_ptr always has a const return type
by Alex Stapleton
· 12 years ago
3f54e65
Add myself to AUTHORS
by Alex Stapleton
· 12 years ago
ec49550
change typeerror to valueerror
by Paul Kehrer
· 12 years ago
03c9ef4
Merge remote-tracking branch 'origin/master' into some-typedef-fixes
by Jean-Paul Calderone
· 12 years ago
2dd6cc8
expand the explanation for this workaround and switch XXX to TODO
by Jean-Paul Calderone
· 12 years ago
0ed1782
Merge pull request #355 from alex/style-fixes
by David Reid
· 12 years ago
c9aeb34
A handful of style fixes in the cffi bindings
by Alex Gaynor
· 12 years ago
39e818f
Merge pull request #335 from exarkun/pyopenssl-test_crypto-with-optionals
by Alex Gaynor
· 12 years ago
470a116
Use uintptr_t to get sufficiently wide storage for these types even on 32 bit Windows.
by Jean-Paul Calderone
· 12 years ago
3aa5b94
Shorten long lines
by Jean-Paul Calderone
· 12 years ago
c7dfd52
remove parameter names, fix some spacing
by Jean-Paul Calderone
· 12 years ago
37c88a0
Merge pull request #315 from juliankrause/verify
by Alex Gaynor
· 12 years ago
504e3cf
Merge remote-tracking branch 'origin/master' into pyopenssl-test_crypto-with-optionals
by Jean-Paul Calderone
· 12 years ago
08adc00
Merge remote-tracking branch 'origin/master' into some-typedef-fixes
by Jean-Paul Calderone
· 12 years ago
b808f8c
Remove verify from Hash.
by Julian Krause
· 12 years ago
831467c
Documentation clarity and grammer fixes.
by Julian Krause
· 12 years ago
5093d97
Update documentation on interface as well.
by Julian Krause
· 12 years ago
783479c
refactor all tests to use mark instead of generator skips
by Paul Kehrer
· 12 years ago
60fc8da
rename the method to be less horribly named
by Paul Kehrer
· 12 years ago
5a8fdf8
add mark that allows us to do skip tests on backends via decorators
by Paul Kehrer
· 12 years ago
b645521
Merge pull request #351 from reaperhulk/remove-old-constant
by Alex Gaynor
· 12 years ago
5f61765
remove SSL_OP_MSIE_SSLV2_RSA_PADDING
by Paul Kehrer
· 12 years ago
3d82d9c
Merge pull request #349 from reaperhulk/compile-warnings
by Alex Gaynor
· 12 years ago
b236b77
fix a style error
by Paul Kehrer
· 12 years ago
04fd62f
fix last warning (macro returns ASN1_ITEM_EXP *)
by Paul Kehrer
· 12 years ago
4bf5f32
2 more warnings fixed (on both 1.0.1e and 0.9.8y)
by Paul Kehrer
· 12 years ago
e62760a
Merge branch 'master' of https://github.com/pyca/cryptography into verify
by Julian Krause
· 12 years ago
a4a8a03
clean up warnings. 3 left on 1.0.1e, 21 left 0.9.8y (OS X)
by Paul Kehrer
· 12 years ago
c91fe6a
Clean up documentation and naming.
by Julian Krause
· 12 years ago
0865a8b
Merge pull request #347 from alex/better-error-emssage
by Paul Kehrer
· 12 years ago
348c80f
Merge pull request #346 from reaperhulk/mark-tests-2
by Alex Gaynor
· 12 years ago
2b3f942
Move stuff around and coverage
by Alex Gaynor
· 12 years ago
8d85b05
correct import style
by Paul Kehrer
· 12 years ago
6198da1
Update test
by Alex Gaynor
· 12 years ago
5a09c6e
Include teh name of the backend in the error message
by Alex Gaynor
· 12 years ago
0e7edfd
Merge branch 'master' into mark-tests-2
by Paul Kehrer
· 12 years ago
b7b7f65
Merge pull request #345 from reaperhulk/mark-tests
by Alex Gaynor
· 12 years ago
4f2b103
add all the markers to the tests
by Paul Kehrer
· 12 years ago
0cbcfa6
whoops, python 2.6 compatible format string
by Paul Kehrer
· 12 years ago
7e4bc6d
add test marks for various backend functionality
by Paul Kehrer
· 12 years ago
2a710fd
Merge pull request #343 from alex/fix-coverage
by Paul Kehrer
· 12 years ago
5d116f4
Merge pull request #342 from alex/reorganize-backend-docs
by Paul Kehrer
· 12 years ago
2a36dd1
Cover a missed branch
by Alex Gaynor
· 12 years ago
8f42fe4
Slightly reorganize and cleanuip the backend docs
by Alex Gaynor
· 12 years ago
c4088fb
Merge pull request #341 from alex/backwards-compat
by Paul Kehrer
· 12 years ago
1c9e57b
Rephrase
by Alex Gaynor
· 12 years ago
d43134a
Typo
by Alex Gaynor
· 12 years ago
6cf1e69
Note abotu development versions
by Alex Gaynor
· 12 years ago
f5415c8
Forgotten file
by Alex Gaynor
· 12 years ago
1a9bbf2
Document our API stability policy. Fixes #312
by Alex Gaynor
· 12 years ago
16512a6
Merge pull request #340 from reaperhulk/skip-checks-all-around
by Alex Gaynor
· 12 years ago
c80c68d
add more skip check lambdas
by Paul Kehrer
· 12 years ago
b148157
Merge pull request #339 from dreid/pytest-s
by Paul Kehrer
· 12 years ago
4dbed96
Merge pull request #338 from reaperhulk/hmac-supported-check
by Alex Gaynor
· 12 years ago
93a0b2f
Run py.test with catpure=no for more faster.
by David Reid
· 12 years ago
4f776c4
fix erroneous indent and add abstractmethod to HMACBackend
by Paul Kehrer
· 12 years ago
90ae866
add hmac_supported method to backend.
by Paul Kehrer
· 12 years ago
b8564e8
Merge pull request #334 from exarkun/misc-simple-extras-with-optionals
by Alex Gaynor
· 12 years ago
3d1d97f
merge base branch (misc-simple-extras-with-optionals)
by Jean-Paul Calderone
· 12 years ago
a4ccb41
Merge remote-tracking branch 'origin/master' into misc-simple-extras-with-optionals
by Jean-Paul Calderone
· 12 years ago
cf99cc7
Switch two types which were declared as opaque but are actually integers to an integer type so they can be passed to functions
by Jean-Paul Calderone
· 12 years ago
e73e89b
Merge remote-tracking branch 'mine/misc-simple-extras-with-optionals' into pyopenssl-test_crypto-with-optionals
by Jean-Paul Calderone
· 12 years ago
7b13645
revert the time_t and BN_ULONG fixes
by Jean-Paul Calderone
· 12 years ago
22af23e
Also make SSL_OP_NO_COMPRESSION optional
by Jean-Paul Calderone
· 12 years ago
84b1f53
Merge pull request #336 from alex/consistent-backend
by David Reid
· 12 years ago
0245a9a
Fix
by Alex Gaynor
· 12 years ago
f1ca56c
Make the naming of things in the OpenSSL backend more consistent
by Alex Gaynor
· 12 years ago
549ee71
Merge pull request #333 from alex/conditional-names-openssl
by David Reid
· 12 years ago
e9ed22a
Define the newly-required CONDITIONAL_NAMES
by Jean-Paul Calderone
· 12 years ago
834342b
A docstring
by Alex Gaynor
· 12 years ago
e7d5fdb
bind a few more things necessary for OpenSSL.crypto. Also tweak some existing definitions to be more functional.
by Jean-Paul Calderone
· 12 years ago
2ca30db
This name is alreayd known to be imported
by Alex Gaynor
· 12 years ago
ab51df1
Finish that conditional support
by Jean-Paul Calderone
· 12 years ago
21a3754
Try making SSL_MODE_RELEASE_BUFFERS conditional on whether the underlying OpenSSL library has this flag
by Jean-Paul Calderone
· 12 years ago
af09025
bind a few more assorted random simple things
by Jean-Paul Calderone
· 12 years ago
3e52645
Invert these dics for more readability
by Alex Gaynor
· 12 years ago
7938206
Reduce duplication
by Alex Gaynor
· 12 years ago
7dc4a12
Remove names from the backend that don't actually exist
by Alex Gaynor
· 12 years ago
05ef1d3
Merge pull request #154 from cyli/ssl_bindings
by Alex Gaynor
· 12 years ago
f8540eb
Remove SSL_CTX_clear_options, since it doesn't seem to be in openssl 0.9.8
by cyli
· 12 years ago
6fd76ba
Remove some extra parameters in function declarations
by cyli
· 12 years ago
b32c90c
Change the Cryptography-specific variable names
by cyli
· 12 years ago
Next »