index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
hazmat
/
primitives
/
asymmetric
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)
Alex Gaynor
2017-09-20
2
-3
/
+3
*
Update the rest of the NIST urls to their new HTTPS homes (#3928)
Alex Gaynor
2017-09-20
1
-2
/
+2
*
Fix mistake in `RSAPublicKey.verify` documentation (#3872)
David Sanders
2017-08-20
1
-1
/
+1
*
update docs to reflect #3364 (#3786)
Paul Kehrer
2017-07-17
1
-1
/
+1
*
we forgot to document these DH methods (#3757)
Paul Kehrer
2017-07-06
1
-0
/
+27
*
doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)
Paul Kehrer
2017-06-24
4
-8
/
+25
*
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
Paul Kehrer
2017-06-24
1
-15
/
+13
*
changelog entry and a few updates to the new DH params docs (#3718)
Paul Kehrer
2017-06-24
2
-5
/
+6
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
2
-0
/
+110
*
be clearer that 65537 is the right answer (#3714)
Paul Kehrer
2017-06-23
1
-1
/
+2
*
fix typo in docs for curve name (#3705)
Paul Kehrer
2017-06-14
1
-1
/
+1
*
It's a method you must call (#3696)
Jean-Paul Calderone
2017-06-09
1
-1
/
+1
*
X25519 Support (#3686)
Paul Kehrer
2017-06-09
2
-0
/
+86
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
5
-196
/
+105
*
make signature and verification contexts error better re: prehashed (#3658)
Paul Kehrer
2017-06-02
1
-0
/
+12
*
Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622)
Paul Kehrer
2017-05-27
2
-3
/
+32
*
Put the exchange method on the correct interface (#3591)
Alex Gaynor
2017-05-24
1
-12
/
+12
*
Update the docs to not be redundant and wrong (#3593)
Paul Kehrer
2017-05-24
1
-3
/
+0
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
1
-0
/
+18
*
Document DH in serialization (#3569)
Aviv Palivoda
2017-05-23
1
-1
/
+10
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-14
/
+19
*
fix typo (#3442)
Ofek Lev
2017-03-12
1
-1
/
+1
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
1
-2
/
+10
*
Two random grammar fixes (#3402)
Alex Gaynor
2017-02-18
1
-1
/
+1
*
DH serialization (#3297)
Aviv Palivoda
2017-02-07
1
-0
/
+46
*
OpenSSL DH backend implementation [Second attempt] (#2914)
Aviv Palivoda
2016-11-26
1
-43
/
+120
*
update docs and changelog for prehashed support (#3268)
Paul Kehrer
2016-11-20
1
-3
/
+15
*
add support for prehashing in ECDSA sign/verify (#3267)
Paul Kehrer
2016-11-20
1
-1
/
+5
*
support prehashed sign/verify in DSA (#3266)
Paul Kehrer
2016-11-20
1
-2
/
+12
*
support RSA verify with prehashing (#3265)
Paul Kehrer
2016-11-20
2
-2
/
+19
*
support prehashing in RSA sign (#3238)
Paul Kehrer
2016-11-20
2
-1
/
+40
*
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
Paul Kehrer
2016-11-18
1
-3
/
+4
*
add ec.private_key_from_secret_and_curve (#3225)
Ofek Lev
2016-11-11
1
-0
/
+16
*
EC samples for verifying a singature, + serialization (#3076)
Alex Railean
2016-09-25
1
-0
/
+79
*
Clarify what to pass to the sign-function (#3066)
Loy
2016-07-30
1
-1
/
+1
*
Removed provider language from asymmetric primitives docs (#3052)
Gabriel Orisaka
2016-07-26
5
-132
/
+91
*
Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)
Dirkjan Ochtman
2016-07-19
1
-1
/
+3
*
One shot sign/verification ECDSA (#3029)
Aviv Palivoda
2016-07-02
2
-5
/
+46
*
one shot verify documentation fix (#3031)
Aviv Palivoda
2016-06-30
2
-4
/
+4
*
One shot sign/verify DSA (#3003)
Aviv Palivoda
2016-06-30
1
-0
/
+53
*
Fixed #3008 -- expose calculate max pss salt length (#3014)
Alex Gaynor
2016-06-27
1
-4
/
+17
*
rest syntax
Alex Gaynor
2016-06-27
1
-1
/
+1
*
Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)
Alex Gaynor
2016-06-25
1
-0
/
+10
*
Use `d` instead of `private_exponent` for consistency (#2991)
Dirkjan Ochtman
2016-06-22
1
-4
/
+4
*
Clean up some of the nonsense in our DSA docs. (#2969)
Alex Gaynor
2016-06-04
1
-5
/
+5
*
Add convenience methods to sign and verify w/ RSA (#2945)
Colleen Murphy
2016-06-04
1
-3
/
+73
*
Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959)
Alex Gaynor
2016-06-03
1
-1
/
+2
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
1
-0
/
+13
*
HTTPS some links, in the odd event users of a cryptographic library would car...
Alex Gaynor
2016-03-06
2
-2
/
+2
*
Minor doc tweak per issue #2694
Phoebe Queen
2016-01-29
1
-1
/
+5
[next]