Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
53706565bc1df0898f9e65046429129c4822a354
5370656
cover some missing lines in dsa multibackend
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
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
e3aa9f8
Merge pull request #974 from reaperhulk/padding-docs
by Alex Gaynor
· 11 years ago
c6f1956
document exceptions for padding
by Paul Kehrer
· 11 years ago
db1524b
Merge pull request #962 from reaperhulk/rsa-enc
by Alex Gaynor
· 11 years ago
b30402c
Merge pull request #972 from public/padding-docs
by Paul Kehrer
· 11 years ago
425fc04
Update padding docs
by Alex Stapleton
· 11 years ago
575a7f5
Use AlreadyFinalized not ValueError
by Alex Stapleton
· 11 years ago
e6e1b41
Merge pull request #958 from public/openssl-loading-backend-iface
by Paul Kehrer
· 11 years ago
4f03418
Merge pull request #970 from reaperhulk/tiny-fix
by Alex Stapleton
· 11 years ago
458c09b
Rename OpenSSLSerializationBackend
by Alex Stapleton
· 11 years ago
2809176
Merge pull request #971 from alex/fix-travis-install
by Alex Stapleton
· 11 years ago
4229bc0
Fix installation on travis. Curl doesn't follow redirects
by Alex Gaynor
· 11 years ago
be4e43a
backend->self in a few places
by Paul Kehrer
· 11 years ago
bfc444e
Merge pull request #969 from reaperhulk/update-changelog
by Alex Gaynor
· 11 years ago
5ffb04c
Merge pull request #968 from alex/typo-fixes
by Paul Kehrer
· 11 years ago
462bd60
Fix some typos.
by Alex Gaynor
· 11 years ago
857c0e9
update some decryption tests
by Paul Kehrer
· 11 years ago
e86d882
move ct length check into decrypt function, address review comments
by Paul Kehrer
· 11 years ago
68f1e0c
Merge pull request #967 from skeuomorf/more-bindings
by Alex Stapleton
· 11 years ago
9fea6d0
Add bindings for DSA_sign and DSA_verify
by Mohammed Attia
· 11 years ago
deaafe7
Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible
by Alex Gaynor
· 11 years ago
dd75a3f
Merge pull request #966 from reaperhulk/more-i2d-bindings
by Alex Gaynor
· 11 years ago
1f2cf3d
set defaults on build_ffi
by Paul Kehrer
· 11 years ago
a179ff8
fix a style violation
by Paul Kehrer
· 11 years ago
31d449e
add more d2i/i2d bindings because sometimes you just don't want bios
by Paul Kehrer
· 11 years ago
236893e
expand build_ffi helper function
by Paul Kehrer
· 11 years ago
c83e6ef
another style fix in the rsa tests that I missed last time...
by Paul Kehrer
· 11 years ago
cfa077f
Merge pull request #964 from alex/i-hate-strings
by Paul Kehrer
· 11 years ago
4ce810e
improve style in test, update docs for rsa encryption review
by Paul Kehrer
· 11 years ago
6ff1348
determine operation type by isinstance on the key
by Paul Kehrer
· 11 years ago
c84b3fb
change doctest to codeblock until we add multibackend support for encrypt
by Paul Kehrer
· 11 years ago
4721d63
update changelog
by Paul Kehrer
· 11 years ago
4e602f3
RSA encryption support
by Paul Kehrer
· 11 years ago
4789cc0
add SEED to changelog since it was forgotten
by Paul Kehrer
· 11 years ago
dcf63ab
Merge pull request #963 from alex/docs-typo
by Paul Kehrer
· 11 years ago
4492562
No more comma seperated string strings
by Alex Gaynor
· 11 years ago
Next »