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
*
update multibackend to remove deprecated methods
Paul Kehrer
2014-10-01
1
-45
/
+0
*
Remove DeprecatedIn05
Alex Gaynor
2014-09-30
1
-1
/
+0
*
Merge pull request #1375 from alex/bump-deprecation
Paul Kehrer
2014-09-30
1
-1
/
+1
|
\
|
*
Bump pending -> deprecated to for things deprecated in 0.6
Alex Gaynor
2014-09-30
1
-1
/
+1
*
|
remove deprecated DSA classes/methods and update tests
Paul Kehrer
2014-09-30
3
-277
/
+4
|
/
*
Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycle
Alex Gaynor
2014-09-30
3
-312
/
+1
|
\
|
*
remove rsa backend methods that are fully deprecated from backend
Paul Kehrer
2014-09-30
1
-33
/
+0
|
*
remove unused methods
Paul Kehrer
2014-09-29
1
-30
/
+0
|
*
Remove deprecated RSA methods from backends, update tests
Paul Kehrer
2014-09-29
2
-249
/
+1
*
|
open master for seventh release development
Paul Kehrer
2014-09-29
1
-1
/
+1
|
/
*
Bump version and set changelog date for 0.6 release
Paul Kehrer
2014-09-29
1
-1
/
+1
*
Move _ec_key_curve_sn to openssl/ec.py
Alex Stapleton
2014-09-28
2
-26
/
+28
*
Rename some ctx vars to ec_cdata
Alex Stapleton
2014-09-28
1
-16
/
+16
*
Remove curve parameter from OpenSSL EC keys
Alex Stapleton
2014-09-28
2
-28
/
+27
*
Merge pull request #1345 from reaperhulk/ec-withnumbers
Alex Gaynor
2014-09-27
3
-16
/
+76
|
\
|
*
refactor to use ctx manager and share logic with set_public_key_affine
Paul Kehrer
2014-09-27
2
-41
/
+28
|
*
Support EC WithNumbers on OpenSSL backend + tests
Paul Kehrer
2014-09-27
1
-2
/
+57
|
*
add EC WithNumbers interfaces and docs
Paul Kehrer
2014-09-27
1
-0
/
+18
*
|
EC public/private key loader functions try deprecated as fallback
Paul Kehrer
2014-09-27
1
-2
/
+8
*
|
return from deprecated method
Paul Kehrer
2014-09-27
1
-1
/
+1
*
|
multibackend deprecated method needs to call the backend deprecated method
Paul Kehrer
2014-09-27
1
-2
/
+20
*
|
deprecate backend method names for elliptic curve number loading
Paul Kehrer
2014-09-27
4
-6
/
+44
|
/
*
Merge pull request #1346 from reaperhulk/fix-pkcs8-ec-load
Alex Gaynor
2014-09-26
2
-6
/
+56
|
\
|
*
use NID_undef instead of literal value
Paul Kehrer
2014-09-26
1
-1
/
+1
|
*
fix indentation
Paul Kehrer
2014-09-26
1
-8
/
+8
|
*
add curve name parsing to public key loader
Paul Kehrer
2014-09-26
1
-15
/
+19
|
*
CURVE_TYPES back to private, removed unneeded point creation
Paul Kehrer
2014-09-26
2
-5
/
+2
|
*
Process curve name when loading EC keys. Fixes #1336
Paul Kehrer
2014-09-26
2
-3
/
+52
*
|
Renamed _bn_ctx_manager().
Alex Gaynor
2014-09-26
2
-4
/
+4
|
/
*
Update multibackend.py
michael-hart
2014-09-26
1
-0
/
+2
*
Added code and tests of EC public keys
michael-hart
2014-09-26
1
-0
/
+6
*
Added all changes lost in merge reset
michael-hart
2014-09-26
1
-1
/
+1
*
Part 1 of rebase, with corrections for pep8
michael-hart
2014-09-26
1
-1
/
+1
*
Added all changes lost in merge reset
michael-hart
2014-09-26
1
-2
/
+2
*
Part 1 of rebase, with corrections for pep8
michael-hart
2014-09-26
4
-2
/
+48
*
switch truncate_digest_for_ecdsa to context manager
Paul Kehrer
2014-09-25
1
-9
/
+13
*
try/finally the bn_ctx manager
Paul Kehrer
2014-09-24
1
-3
/
+5
*
switch to a BN_CTX context manager.
Paul Kehrer
2014-09-24
1
-9
/
+11
*
extraneous newline murdered
Paul Kehrer
2014-09-24
1
-1
/
+0
*
put BN_CTX_end in a finally to ensure it is invoked
Paul Kehrer
2014-09-24
1
-14
/
+16
*
start and end BN_CTX so BN_CTX can track func owner of temporary BNs
Paul Kehrer
2014-09-24
1
-0
/
+4
*
Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcm
Alex Gaynor
2014-09-17
2
-0
/
+20
|
\
|
*
resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04
Paul Kehrer
2014-09-12
1
-0
/
+8
|
*
moved GCM tests to be run against all backends, added radar bug numbers
Paul Kehrer
2014-09-11
1
-0
/
+2
|
*
Fix two bugs with CommonCrypto GCM that can result in invalid output.
Paul Kehrer
2014-09-11
1
-0
/
+10
*
|
Further formatting changes
michael-hart
2014-09-12
1
-1
/
+1
*
|
Corrected formatting
unknown
2014-09-12
1
-1
/
+2
*
|
Adjusted formatting and added EC check
unknown
2014-09-12
1
-1
/
+1
*
|
Implemented support for loading EC private keys
unknown
2014-09-11
1
-0
/
+5
|
/
*
multibacken for docs
Alex Gaynor
2014-09-08
1
-2
/
+13
[next]