index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #981 from alex/c-style-guide
Paul Kehrer
2014-04-30
1
-4
/
+4
|
\
|
*
Foolish hobgoblin is best hobgoblin.
Alex Gaynor
2014-04-30
1
-1
/
+1
|
*
Fix two more violations
Alex Gaynor
2014-04-30
1
-2
/
+2
|
*
Fixed C style guide violation
Alex Gaynor
2014-04-30
1
-2
/
+2
*
|
Merge pull request #980 from reaperhulk/dsa-sig-serializer
Alex Stapleton
2014-04-30
5
-5
/
+45
|
\
\
|
|
/
|
/
|
|
*
negative test
Paul Kehrer
2014-04-30
1
-0
/
+3
|
*
we should use der rather than ber
Paul Kehrer
2014-04-30
1
-1
/
+1
|
*
rename dss_sig_value -> der_encode_dsa_signature
Paul Kehrer
2014-04-30
2
-7
/
+9
|
*
make DSSSigValue class private
Paul Kehrer
2014-04-30
1
-2
/
+2
|
*
use pyasn1 for creating the dss-sig-value structure
Paul Kehrer
2014-04-30
5
-33
/
+15
|
*
dss_sig_value: Pure python conversion of (r, s) to byte stream
Paul Kehrer
2014-04-30
2
-5
/
+58
|
/
*
Merge pull request #979 from alex/short-link
Paul Kehrer
2014-04-29
1
-1
/
+1
|
\
|
*
Use the short name in the docs
Alex Gaynor
2014-04-29
1
-1
/
+1
|
/
*
Merge pull request #978 from alex/exception-import-fix
Paul Kehrer
2014-04-29
1
-12
/
+14
|
\
|
*
Don't import the exceptions module directly.
Alex Gaynor
2014-04-29
1
-12
/
+14
|
/
*
Merge pull request #974 from reaperhulk/padding-docs
Alex Gaynor
2014-04-27
1
-0
/
+4
|
\
|
*
document exceptions for padding
Paul Kehrer
2014-04-27
1
-0
/
+4
|
/
*
Merge pull request #962 from reaperhulk/rsa-enc
Alex Gaynor
2014-04-26
9
-35
/
+283
|
\
|
*
update some decryption tests
Paul Kehrer
2014-04-25
1
-3
/
+3
|
*
move ct length check into decrypt function, address review comments
Paul Kehrer
2014-04-25
2
-17
/
+12
|
*
another style fix in the rsa tests that I missed last time...
Paul Kehrer
2014-04-24
1
-2
/
+2
|
*
improve style in test, update docs for rsa encryption review
Paul Kehrer
2014-04-24
2
-2
/
+3
|
*
determine operation type by isinstance on the key
Paul Kehrer
2014-04-24
1
-13
/
+13
|
*
change doctest to codeblock until we add multibackend support for encrypt
Paul Kehrer
2014-04-24
1
-16
/
+16
|
*
update changelog
Paul Kehrer
2014-04-24
1
-0
/
+2
|
*
RSA encryption support
Paul Kehrer
2014-04-24
7
-30
/
+280
*
|
Merge pull request #972 from public/padding-docs
Paul Kehrer
2014-04-26
3
-8
/
+19
|
\
\
|
*
|
Update padding docs
Alex Stapleton
2014-04-26
1
-0
/
+9
|
*
|
Use AlreadyFinalized not ValueError
Alex Stapleton
2014-04-25
2
-8
/
+10
*
|
|
Merge pull request #958 from public/openssl-loading-backend-iface
Paul Kehrer
2014-04-25
8
-25
/
+35
|
\
\
\
|
*
|
|
Rename OpenSSLSerializationBackend
Alex Stapleton
2014-04-25
8
-25
/
+35
*
|
|
|
Merge pull request #970 from reaperhulk/tiny-fix
Alex Stapleton
2014-04-25
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
backend->self in a few places
Paul Kehrer
2014-04-25
1
-3
/
+3
*
|
|
|
Merge pull request #971 from alex/fix-travis-install
Alex Stapleton
2014-04-25
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix installation on travis. Curl doesn't follow redirects
Alex Gaynor
2014-04-25
1
-3
/
+3
*
|
|
|
Merge pull request #969 from reaperhulk/update-changelog
Alex Gaynor
2014-04-25
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
add SEED to changelog since it was forgotten
Paul Kehrer
2014-04-24
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #968 from alex/typo-fixes
Paul Kehrer
2014-04-25
3
-3
/
+3
|
\
\
\
|
*
|
|
Fix some typos.
Alex Gaynor
2014-04-25
3
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #967 from skeuomorf/more-bindings
Alex Stapleton
2014-04-25
1
-0
/
+4
|
\
\
\
|
*
|
|
Add bindings for DSA_sign and DSA_verify
Mohammed Attia
2014-04-25
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible
Alex Gaynor
2014-04-24
3
-6
/
+15
|
\
\
\
|
*
|
|
set defaults on build_ffi
Paul Kehrer
2014-04-24
3
-9
/
+2
|
*
|
|
expand build_ffi helper function
Paul Kehrer
2014-04-24
3
-6
/
+22
|
|
/
/
*
|
|
Merge pull request #966 from reaperhulk/more-i2d-bindings
Alex Gaynor
2014-04-24
1
-0
/
+10
|
\
\
\
|
*
|
|
fix a style violation
Paul Kehrer
2014-04-24
1
-2
/
+2
|
*
|
|
add more d2i/i2d bindings because sometimes you just don't want bios
Paul Kehrer
2014-04-24
1
-0
/
+10
|
|
/
/
*
|
|
Merge pull request #964 from alex/i-hate-strings
Paul Kehrer
2014-04-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
No more comma seperated string strings
Alex Gaynor
2014-04-24
1
-1
/
+1
*
|
|
Merge pull request #963 from alex/docs-typo
Paul Kehrer
2014-04-24
1
-8
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
[next]