index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptography
/
hazmat
/
primitives
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
Paul Kehrer
2016-11-18
1
-7
/
+4
*
Raise padding block_size limit to what is allowed by the specs. (#3108)
Terry Chia
2016-11-15
1
-2
/
+2
*
add ec.private_key_from_secret_and_curve (#3225)
Ofek Lev
2016-11-11
1
-0
/
+13
*
Fixes #3211 -- fixed hkdf's output with short length (#3215)
Alex Gaynor
2016-11-06
1
-1
/
+1
*
Add bounds checking for Scrypt parameters. (#3130)
Terry Chia
2016-09-02
1
-0
/
+10
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-0
/
+49
*
blake2b/blake2s support (#3116)
Paul Kehrer
2016-08-28
1
-0
/
+42
*
Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)
Dirkjan Ochtman
2016-07-19
1
-1
/
+1
*
Add flag to toggle key length check for HOTP and TOTP. (#3012)
Terry Chia
2016-07-16
2
-4
/
+6
*
One shot sign/verification ECDSA (#3029)
Aviv Palivoda
2016-07-02
1
-0
/
+12
*
One shot sign/verify DSA (#3003)
Aviv Palivoda
2016-06-30
1
-0
/
+12
*
Fixed #3008 -- expose calculate max pss salt length (#3014)
Alex Gaynor
2016-06-27
1
-0
/
+12
*
Use `d` instead of `private_exponent` for consistency (#2991)
Dirkjan Ochtman
2016-06-22
1
-2
/
+2
*
Add convenience methods to sign and verify w/ RSA (#2945)
Colleen Murphy
2016-06-04
1
-0
/
+12
*
added a repr to the dsa numbers classes (#2961)
Alex Gaynor
2016-06-03
1
-0
/
+13
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
1
-12
/
+25
*
Fixing typo in asymmetric utils (#2947)
Chelsea Winfree
2016-06-02
1
-4
/
+2
*
KBKDF cleanup (#2929)
Paul Kehrer
2016-05-29
1
-1
/
+1
*
NIST SP 800-108 Counter Mode KDF (#2748)
Jared
2016-05-29
1
-0
/
+148
*
Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)
Alex Gaynor
2016-04-30
1
-0
/
+6
*
Handle two more error conditions correctly
Alex Gaynor
2016-04-02
1
-0
/
+6
*
Merge pull request #2736 from cedk/ANSI_X.923
Paul Kehrer
2016-03-16
1
-47
/
+125
|
\
|
*
Don't use subclass
Cédric Krier
2016-03-14
1
-88
/
+112
|
*
Make _padding and _check_padding abstractmethod
Cédric Krier
2016-02-27
1
-2
/
+10
|
*
Add padding check for ANSI X.923
Cédric Krier
2016-02-27
1
-1
/
+3
|
*
Factorize out common byte padding
Cédric Krier
2016-02-27
1
-18
/
+33
|
*
Added support for padding ANSI X.923
Cédric Krier
2016-02-27
1
-4
/
+33
*
|
improved language
Paul Kehrer
2016-03-07
1
-1
/
+1
*
|
require mode nonce/iv/tag data to be bytes
Paul Kehrer
2016-03-07
1
-0
/
+21
*
|
We wrote a function, now use it
Alex Gaynor
2016-03-06
1
-12
/
+2
*
|
Correct the error string for a message
Alex Gaynor
2016-02-28
1
-1
/
+1
|
/
*
Add support for 160 bit ARC4 keys
Ehren Kret
2015-11-28
1
-1
/
+1
*
add ellipticcurvepublicnumbers repr
Paul Kehrer
2015-10-28
1
-0
/
+6
*
address review feedback
Paul Kehrer
2015-10-28
1
-5
/
+2
*
modify approach to use EllipticCurvePublicNumbers methods
Paul Kehrer
2015-10-27
2
-34
/
+28
*
remove support for null points, improve docs
Paul Kehrer
2015-10-27
1
-4
/
+4
*
add support for encoding/decoding elliptic curve points
Paul Kehrer
2015-10-26
1
-0
/
+34
*
update a comment
Paul Kehrer
2015-10-22
1
-2
/
+3
*
AES keywrap support
Paul Kehrer
2015-10-21
1
-0
/
+84
*
better document hte iface
Alex Gaynor
2015-10-17
1
-0
/
+7
*
unused import
Alex Gaynor
2015-10-17
1
-1
/
+0
*
a refactor to the API
Alex Gaynor
2015-10-17
1
-21
/
+1
*
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
Simo Sorce
2015-10-17
1
-0
/
+25
*
Kill Key Exchange as a separate interface
Simo Sorce
2015-10-15
1
-18
/
+0
*
Introduce Key Exchange Agreements interface
Simo Sorce
2015-10-07
1
-0
/
+18
*
Add X963KDF from ANSI X9.63:2001
Simo Sorce
2015-09-24
1
-0
/
+70
*
resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
Paul Kehrer
2015-08-10
1
-0
/
+26
*
Fixes #2199 -- allow SSH keys to have spaces in their comments
Alex Gaynor
2015-08-03
1
-2
/
+2
*
Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers
Alex Gaynor
2015-07-12
1
-0
/
+14
*
move PublicKeyWithSerialization methods to PublicKey
Paul Kehrer
2015-07-04
3
-9
/
+9
[prev]
[next]