index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptography
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
this constant is undefined in 1.0.0
Paul Kehrer
2014-03-02
1
-1
/
+0
*
|
|
Merge pull request #703 from alex/change-exceptino-type
Paul Kehrer
2014-03-02
1
-3
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Switch to TypeError
Alex Gaynor
2014-03-01
1
-1
/
+1
|
*
|
Change exception in use
Alex Gaynor
2014-03-01
1
-3
/
+2
*
|
|
Consume errors on InvalidSignature
Alex Stapleton
2014-03-01
1
-0
/
+2
*
|
|
raise InternalError
Alex Stapleton
2014-03-01
1
-0
/
+2
*
|
|
Style tweaks
Alex Stapleton
2014-03-01
1
-3
/
+3
*
|
|
Use a namedtuple to keep errors in
Alex Stapleton
2014-03-01
1
-2
/
+7
*
|
|
Get rid of handle_errors
Alex Stapleton
2014-03-01
1
-36
/
+37
|
/
/
*
|
Use buffer of EVP_MAX_MD_SIZE bytes for digests
Alex Stapleton
2014-03-01
1
-4
/
+4
*
|
Merge pull request #698 from reaperhulk/hash-fix
Alex Gaynor
2014-02-28
1
-2
/
+3
|
\
\
|
*
|
be more pedantic in checking the written size of the digest (refs #696)
Paul Kehrer
2014-02-28
1
-2
/
+3
*
|
|
this is not a buflen, it is an outlen. refs #696
Paul Kehrer
2014-02-28
2
-6
/
+6
|
/
/
*
|
assert another thing
Paul Kehrer
2014-02-27
1
-0
/
+1
*
|
assert some things
Paul Kehrer
2014-02-27
1
-2
/
+10
*
|
address some review comments
Paul Kehrer
2014-02-26
1
-0
/
+1
*
|
fix docs, port some review comments forward to the new PR
Paul Kehrer
2014-02-25
1
-3
/
+3
*
|
add RSA verification support
Paul Kehrer
2014-02-25
3
-1
/
+110
|
/
*
Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only
Alex Gaynor
2014-02-25
5
-1
/
+150
|
\
|
*
some error msg improvements
Paul Kehrer
2014-02-25
1
-3
/
+3
|
*
address review comments
Paul Kehrer
2014-02-25
1
-1
/
+4
|
*
change the rest of the UnsupportedAsymmetricPadding instances
Paul Kehrer
2014-02-24
1
-2
/
+2
|
*
rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding
Paul Kehrer
2014-02-24
2
-2
/
+2
|
*
remove rsa_cdata_from_public_key (unused until verify PR)
Paul Kehrer
2014-02-23
1
-7
/
+0
|
*
more pep8
Paul Kehrer
2014-02-23
1
-1
/
+0
|
*
add basic multibackend so we can do signatures using default_backend
Paul Kehrer
2014-02-23
1
-0
/
+7
|
*
add RSA PKCS1 signing (and structure for PSS + verification)
Paul Kehrer
2014-02-23
4
-1
/
+148
*
|
Do some nitpicking cleanup of the twofactor code and documentation.
David Reid
2014-02-25
2
-2
/
+0
*
|
Merge pull request #637 from Ayrx/totp-impl
David Reid
2014-02-25
2
-5
/
+43
|
\
\
|
*
|
Fixed whitespace issue pointed out by flake8
Ayrx
2014-02-25
1
-1
/
+1
|
*
|
Fixed documentation
Ayrx
2014-02-25
1
-1
/
+1
|
*
|
Added __future__ import statement
Ayrx
2014-02-25
1
-0
/
+2
|
*
|
Small fixes
Ayrx
2014-02-25
1
-6
/
+4
|
*
|
Added TOTP implementation and tests.
Ayrx
2014-02-25
2
-5
/
+43
*
|
|
this macro should return a long
Paul Kehrer
2014-02-25
1
-1
/
+1
*
|
|
Remove comments
Fedor Brunner
2014-02-25
1
-5
/
+1
*
|
|
Add OpenSSL bindings for TLS Finished message.
Fedor Brunner
2014-02-25
1
-0
/
+10
|
/
/
*
|
some style fixes suggested by pep8-naming
Paul Kehrer
2014-02-24
2
-3
/
+3
*
|
Fix issues found in hotp with new flake8 configuration.
David Reid
2014-02-24
1
-2
/
+2
|
/
*
add missing future import to hotp
Paul Kehrer
2014-02-23
1
-0
/
+2
*
Style nit
Alex Gaynor
2014-02-22
1
-2
/
+2
*
Merge pull request #665 from public/evp-pkey-attributes
Paul Kehrer
2014-02-22
2
-0
/
+15
|
\
|
*
Bind X509 attribute methods for EVP_PKEYs
Alex Stapleton
2014-02-22
2
-0
/
+15
*
|
PKCS8 bindings that let you specify the encryption
Alex Stapleton
2014-02-22
1
-0
/
+4
|
/
*
Remove backend arg from the backend interface
Alex Stapleton
2014-02-21
1
-1
/
+1
*
Include 'self' in the interface
Alex Gaynor
2014-02-21
1
-1
/
+1
*
Merge pull request #619 from public/openssl-key-loading-interfaces
Paul Kehrer
2014-02-21
1
-0
/
+9
|
\
|
*
OpenSSL "traditional" key format loading...
Alex Stapleton
2014-02-20
1
-0
/
+9
*
|
Merge pull request #660 from reaperhulk/osrandom-more-robust
Alex Gaynor
2014-02-20
2
-2
/
+13
|
\
\
|
*
|
c89, thanks microsoft...
Paul Kehrer
2014-02-20
1
-4
/
+5
[prev]
[next]