Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
31956ca61833965b9e85ee4a30742462d5e127ab
31956ca
style fixes and conditional binding for SSL_OP_ALLOW_UNSAFE_RENEGOTIATION
by Paul Kehrer
· 11 years ago
8772e58
Add macro to get secure renegotiation support
by PhiBo
· 11 years ago
b5cfa8d
Add support for SSL_get_ciphers()
by PhiBo
· 11 years ago
6b0dcf7
Merge pull request #1011 from Ayrx/add-release-item
by Alex Stapleton
· 11 years ago
eced8b7
Added item to post-release tasks
by Ayrx
· 11 years ago
5689737
Merge pull request #1010 from alex/deprecated
by Paul Kehrer
· 11 years ago
0891547
Whoopsie daysie.
by Alex Gaynor
· 11 years ago
6b9d6b2
Always use deprecated_call
by Alex Gaynor
· 11 years ago
192ac59
Here too
by Alex Gaynor
· 11 years ago
9c0fcd9
Switch tests to pass salt length to the right place, except where actually testing the deprecation support
by Alex Gaynor
· 11 years ago
94e4053
Merge pull request #1009 from reaperhulk/fix-artifact-download
by Alex Gaynor
· 11 years ago
58f1101
Fix jenkins artifact download for release automation
by Paul Kehrer
· 11 years ago
13936fd
Merge pull request #1008 from alex/style-fix
by Paul Kehrer
· 11 years ago
190ecf7
Style guide fix in the docs
by Alex Gaynor
· 11 years ago
1c851f6
Merge pull request #1007 from alex/warning-stacklevel
by Paul Kehrer
· 11 years ago
a323ede
Merge pull request #1005 from reaperhulk/update-deprecation
by Alex Gaynor
· 11 years ago
18e036d
Warn at the right stacklevel
by Alex Gaynor
· 11 years ago
bac18fc
Merge pull request #1004 from reaperhulk/reopen-master
by Alex Gaynor
· 11 years ago
62e5003
update deprecation warnings from 0.4 release for 0.5
by Paul Kehrer
· 11 years ago
0520c29
Merge pull request #1003 from reaperhulk/bump-version
by Alex Stapleton
· 11 years ago
50a0485
update versions and reopen master
by Paul Kehrer
· 11 years ago
9586201
bump version to 0.4
by Paul Kehrer
· 11 years ago
7029a4f
Merge pull request #1002 from public/doc-tweaks-4
by Alex Gaynor
· 11 years ago
06e5bde
Merge pull request #1001 from alex/conda-docs
by David Reid
· 11 years ago
d694838
linkfiy
by Alex Gaynor
· 11 years ago
19e97bd
Fix some typos in the docs
by Alex Stapleton
· 11 years ago
f65cba2
typo
by Alex Gaynor
· 11 years ago
d8fc257
More details
by Alex Gaynor
· 11 years ago
8019b8b
Conda is a word I guess
by Alex Gaynor
· 11 years ago
eb50a2c
Fixed #1000 -- document the conda issue and workaround
by Alex Gaynor
· 11 years ago
421e30d
Merge pull request #999 from alex/remove-out-of-date-comment
by Paul Kehrer
· 11 years ago
9a44485
Merge pull request #998 from reaperhulk/dsa-multibackend
by Alex Gaynor
· 11 years ago
9416b2d
Removed out of date comment
by Alex Gaynor
· 11 years ago
5370656
cover some missing lines in dsa multibackend
by Paul Kehrer
· 11 years ago
865db9d
Merge pull request #997 from public/dsa-sign-buflen
by Paul Kehrer
· 11 years ago
d955cf8
convert dsa examples to doctest
by Paul Kehrer
· 11 years ago
80950e5
update changelog to add DSA sig/verify support information
by Paul Kehrer
· 11 years ago
29c3008
expand DSA multibackend support
by Paul Kehrer
· 11 years ago
a66f96c
Make sure the signature is truncated properly
by Alex Stapleton
· 11 years ago
d80ff2d
Merge pull request #996 from alex/wordwrap
by Alex Stapleton
· 11 years ago
cd58b93
Wordwrap some stuff in the changelog
by Alex Gaynor
· 11 years ago
c7f3d97
Merge pull request #991 from reaperhulk/dsa-sign
by Alex Gaynor
· 11 years ago
262e005
add test to cover missed line
by Paul Kehrer
· 11 years ago
dc0077b
this isn't an invalidsignature
by Paul Kehrer
· 11 years ago
913ac19
remove an unneeded line in the example
by Paul Kehrer
· 11 years ago
0b3ff3b
DSA signing support (this is mostly skeuomorf's work, credit to him)
by Paul Kehrer
· 11 years ago
8c977a3
Merge pull request #993 from reaperhulk/really-fix-ecdh
by Alex Gaynor
· 11 years ago
ef6c31f
CentOS, does my offering please you?
by Paul Kehrer
· 11 years ago
b423383
Merge pull request #992 from reaperhulk/fix-ecdh
by Alex Gaynor
· 11 years ago
b6f987c
ifndef and ifdef aren't the same thing
by Paul Kehrer
· 11 years ago
0f600c5
ecdh wasn't actually included so it wasn't being compiled
by Paul Kehrer
· 11 years ago
85f5c32
Merge pull request #990 from reaperhulk/docs-fix
by Alex Gaynor
· 11 years ago
bea7cdc
Merge pull request #989 from ashfall/ecdh-bindings
by Paul Kehrer
· 11 years ago
c5331de
Fix alignment and close an #ifdef
by Ashwini Oruganti
· 11 years ago
3d75429
document that the OpenSSL backend conforms to the CMACBackend interface
by Paul Kehrer
· 11 years ago
7d47b98
Merge pull request #982 from reaperhulk/dsa-verify
by David Reid
· 11 years ago
e43fffb
Define CONDITIONAL_NAMES
by Ashwini Oruganti
· 11 years ago
d2e6563
Customize
by Ashwini Oruganti
· 11 years ago
42a5093
And then the FUNCTIONS
by Ashwini Oruganti
· 11 years ago
377b4db
And then the TYPES
by Ashwini Oruganti
· 11 years ago
7f39ebc
Merge pull request #988 from exarkun/ssl-state-string
by Paul Kehrer
· 11 years ago
8fc0296
Fill in the INCLUDES part
by Ashwini Oruganti
· 11 years ago
5e66092
Basic skeleton for ECDH bindings
by Ashwini Oruganti
· 11 years ago
6df1e3d
SSL_state_string_long to support pyOpenSSL `Connection.state_string`
by Jean-Paul Calderone
· 11 years ago
f58d1ab
add check to ensure only invalid ASN1 gives InvalidSignature in DSA
by Paul Kehrer
· 11 years ago
d94bc7b
Merge pull request #987 from ashfall/dh-bindings
by Paul Kehrer
· 11 years ago
0450a14
Fix another function signature
by ashfall
· 11 years ago
2d6ea66
Address review comments, fix signatures that the docs lied about
by ashfall
· 11 years ago
e0aeaf8
update docs
by Paul Kehrer
· 11 years ago
21babbb
updates for review feedback
by Paul Kehrer
· 11 years ago
010bce2
Add some functions from DH docs
by ashfall
· 11 years ago
7c5f131
move use after finalize to its own test
by Paul Kehrer
· 11 years ago
e0f4be0
improve some formatting
by Paul Kehrer
· 11 years ago
44eca4c
Merge pull request #985 from Ayrx/document-preferred-mac
by Alex Stapleton
· 11 years ago
323b8e3
Added link to crypto.se answer
by Ayrx
· 11 years ago
023a40e
Added note about preferred MAC algorithm
by Ayrx
· 11 years ago
27209ee
dsa_hash_supported needs to chech hash_supported
by Paul Kehrer
· 11 years ago
401164c
Merge pull request #981 from alex/c-style-guide
by Paul Kehrer
· 11 years ago
b403787
add interface docs for dsa_params_supported
by Paul Kehrer
· 11 years ago
3cbe11a
remove hash check in verifier as this isn't a proper restriction
by Paul Kehrer
· 11 years ago
43dc276
remove dsa_signature_from_components since it's no longer needed
by Paul Kehrer
· 11 years ago
ddc2221
restructure some tests, add skip, use der_encode_dsa_signature
by Paul Kehrer
· 11 years ago
244d5fd
fix pep8 violation
by Paul Kehrer
· 11 years ago
59edb61
Add DSA verification docs
by Mohammed Attia
· 11 years ago
643b314
Add verification tests
by Mohammed Attia
· 11 years ago
8ae64e4
Add DSA verification
by Mohammed Attia
· 11 years ago
506192b
Foolish hobgoblin is best hobgoblin.
by Alex Gaynor
· 11 years ago
6f44c85
Fix two more violations
by Alex Gaynor
· 11 years ago
5aa7737
Fixed C style guide violation
by Alex Gaynor
· 11 years ago
461e837
Merge pull request #980 from reaperhulk/dsa-sig-serializer
by Alex Stapleton
· 11 years ago
be8ce55
negative test
by Paul Kehrer
· 11 years ago
a409ae1
we should use der rather than ber
by Paul Kehrer
· 11 years ago
14951f4
rename dss_sig_value -> der_encode_dsa_signature
by Paul Kehrer
· 11 years ago
d0dc6a3
make DSSSigValue class private
by Paul Kehrer
· 11 years ago
d3e3df9
use pyasn1 for creating the dss-sig-value structure
by Paul Kehrer
· 11 years ago
3fc686e
dss_sig_value: Pure python conversion of (r, s) to byte stream
by Paul Kehrer
· 11 years ago
26f2d53
Merge pull request #979 from alex/short-link
by Paul Kehrer
· 11 years ago
fdf6330
Use the short name in the docs
by Alex Gaynor
· 11 years ago
0c1cf7f
Merge pull request #978 from alex/exception-import-fix
by Paul Kehrer
· 11 years ago
2912cc7
Don't import the exceptions module directly.
by Alex Gaynor
· 11 years ago
Next »