Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
681fca8f43f9cbed97ce2df0b871447953c7edda
681fca8
Rearange sentence on recommendation of @jacobian
by Alex Gaynor
· 12 years ago
be60d70
alphabetize
by Alex Gaynor
· 12 years ago
937451e
Merge branch 'master' into fernet
by Alex Gaynor
· 12 years ago
fbd7ffc
Merge pull request #376 from reaperhulk/more-engine-methods
by Alex Gaynor
· 12 years ago
718bb42
missed some param names (C style fix)
by Paul Kehrer
· 12 years ago
3c661e0
add the rest of the engine methods
by Paul Kehrer
· 12 years ago
9fd3be3
Merge pull request #372 from exarkun/tlsv1.1-tlsv1.2
by Alex Gaynor
· 12 years ago
d69cb49
fix bogus merge
by Jean-Paul Calderone
· 12 years ago
6eb15b0
Switch to long for these stand-in constants as suggested by reaperhulk to avoid compiler warnings
by Jean-Paul Calderone
· 12 years ago
9236a34
merge origin/master
by Jean-Paul Calderone
· 12 years ago
5132c2f
Merge pull request #373 from alex/restore-symbol
by Paul Kehrer
· 12 years ago
0cbe7a1
Restore exposing a symbol when it's available. Refs #351
by Alex Gaynor
· 12 years ago
e951cbc
Optionally bind some TLSv1_1 and TLSv1_2 features
by Jean-Paul Calderone
· 12 years ago
c9e4128
Merge pull request #369 from public/signed-time_t
by Paul Kehrer
· 12 years ago
5adecf8
Merge pull request #370 from alex/wider-types
by Paul Kehrer
· 12 years ago
6d43f5b
Make some types wider to be warning free on OS X
by Alex Gaynor
· 12 years ago
3f806cd
Merge pull request #368 from reaperhulk/more-warnings-fixes
by Alex Gaynor
· 12 years ago
ddc4e3a
time_t is signed
by Alex Stapleton
· 12 years ago
fe7cc94
remove some consts in the function arg declarations
by Paul Kehrer
· 12 years ago
b443931
Merge pull request #367 from alex/x509-revoked-stack
by Paul Kehrer
· 12 years ago
dec26e5
Port the STACK_OF(X509_REVOKED) stuff to use the same pattern @exarkun figured out for X509
by Alex Gaynor
· 12 years ago
79615c1
Merge pull request #364 from exarkun/certificates-and-stuff
by Alex Gaynor
· 12 years ago
15b90a7
Merge pull request #365 from public/const-string-literal
by Paul Kehrer
· 12 years ago
ec79c43
clean up the comments a bit
by Jean-Paul Calderone
· 12 years ago
b14472f
Switch other spellings of this type from `struct stack_st_X509` to `Cryptography_STACK_OF_X590` (and similar for X509_NAME)
by Jean-Paul Calderone
· 12 years ago
7db4239
move these type definitions to perhaps-more-appropriate modules
by Jean-Paul Calderone
· 12 years ago
f8475f4
This bit is important as well.
by Jean-Paul Calderone
· 12 years ago
f536049
Put back these other functions now that they ought to work.
by Jean-Paul Calderone
· 12 years ago
2382869
Merge remote-tracking branch 'origin/master' into certificates-and-stuff
by Jean-Paul Calderone
· 12 years ago
30f22f1
typedef has to come before function prototype that relies on it; only place that can happen is if the typedef is in INCLUDES woops
by Jean-Paul Calderone
· 12 years ago
5785971
Merge pull request #366 from public/sk_X509_EXTENSION_delete-is-not-void
by Alex Gaynor
· 12 years ago
6c56e25
simplify a bit - just try tackling one problem at a time. and add some more typedefs that maybe should help (still broken though)
by Jean-Paul Calderone
· 12 years ago
9020b48
String literals are const char*.
by Alex Stapleton
· 12 years ago
db78cfd
sk_X509_EXTENSION_delete returns X509_EXTENSION*
by Alex Stapleton
· 12 years ago
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
7c24387
expose SSL_get_peer_cert_chain, SSL_get_client_CA_list, and SSL_CTX_set_client_CA_list
by Jean-Paul Calderone
· 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
b9bc6c3
Switch to the newer, safer, API
by Alex Gaynor
· 12 years ago
4b31af7
Merge branch 'master' into fernet
by Alex Gaynor
· 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
Next »