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
*
issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045)
jschmidtlein
2019-11-04
1
-0
/
+6
*
fix copy pasta in example snippet (#5033)
Ofek Lev
2019-10-23
1
-2
/
+1
*
Improve documentation for ECDSA sign and verify (#4970)
Harry Stern
2019-08-16
1
-6
/
+17
*
Fix typo in docs hazmat Ed448 (#4886)
Stephen.Y
2019-05-10
1
-1
/
+1
*
Crypto Docs Get Cryptography (#4850)
Alex Gaynor
2019-04-17
2
-2
/
+2
*
update ed25519 docs to note we support openssh serialization (#4814)
Paul Kehrer
2019-03-18
1
-5
/
+12
*
support ed25519 openssh public keys (#4785)
Paul Kehrer
2019-02-27
1
-5
/
+2
*
ed448 support (#4610)
Paul Kehrer
2019-02-27
2
-0
/
+132
*
ed25519 support (#4114)
Paul Kehrer
2019-02-26
2
-0
/
+160
*
add an EC OID to curve dictionary mapping (#4759)
Paul Kehrer
2019-02-20
1
-0
/
+15
*
Updated link to PKCS#3 -- fixes #4671 (#4722)
Alex Gaynor
2019-01-21
1
-1
/
+1
*
deprecate encode_point and migrate all internal callers (#4720)
Paul Kehrer
2019-01-20
1
-0
/
+6
*
add support for encoding compressed points (#4638)
Paul Kehrer
2019-01-20
2
-4
/
+34
*
add support for byteslike password/data to load_{pem,der}_private_key (#4693)
Paul Kehrer
2019-01-16
1
-4
/
+8
*
support byteslike in X448PrivateKey.from_private_bytes (#4694)
Paul Kehrer
2019-01-15
1
-1
/
+2
*
add support for byteslike on password and data for pkcs12 loading (#4690)
Paul Kehrer
2019-01-15
1
-2
/
+4
*
Serialization x25519 (#4688)
Paul Kehrer
2019-01-14
1
-4
/
+84
*
support x448 public/private serialization both raw and pkcs8 (#4653)
Paul Kehrer
2019-01-13
2
-9
/
+106
*
Use the contents of the ecrypt docs from the University website (#4673)
Alex Gaynor
2019-01-02
3
-3
/
+3
*
deprecate old from_encoded_point (#4640)
Paul Kehrer
2018-12-11
1
-0
/
+5
*
Compressed point support (#4629)
Paul Kehrer
2018-12-11
1
-0
/
+21
*
make the same doc changes to DH as we did for ECDH (#4631)
Paul Kehrer
2018-12-09
1
-6
/
+50
*
PKCS12 Basic Parsing (#4553)
Paul Kehrer
2018-11-28
1
-0
/
+37
*
X448 support (#4580)
Paul Kehrer
2018-11-22
2
-0
/
+105
*
add a few more EC OIDs (#4572)
Paul Kehrer
2018-11-11
1
-0
/
+78
*
add EC OIDs (#4435)
Paul Kehrer
2018-10-30
1
-0
/
+32
*
change ECDH documentation to show both classical ECDH and ECDHE (#4530)
Paul Kehrer
2018-10-28
1
-6
/
+52
*
reorder curves to put binary (SECT) curves down at the bottom (#4529)
Paul Kehrer
2018-10-28
1
-48
/
+59
*
HTTPS one last URL (#4522)
Alex Gaynor
2018-10-25
1
-1
/
+1
*
Colin's website went HTTPS! (#4515)
Alex Gaynor
2018-10-24
1
-2
/
+2
*
a few docs fixes and language improvements (#4472)
Paul Kehrer
2018-09-14
1
-1
/
+1
*
document that an ECPublicNumbers object has some unexpected properties (#4319)
Paul Kehrer
2018-07-09
1
-0
/
+8
*
Add serialisation output examples (#4286)
Коренберг Марк
2018-06-26
1
-0
/
+24
*
switch to py3 on docs job (#4230)
Paul Kehrer
2018-05-12
2
-5
/
+5
*
Brainpool curves (#4129)
Paul Kehrer
2018-03-15
1
-0
/
+22
*
Document motivation for a KDF after key-exchange (#4005) (#4124)
Jeremy Lainé
2018-03-05
3
-5
/
+64
*
switch RSA OAEP examples to use SHA256 (#4117)
Paul Kehrer
2018-02-22
1
-4
/
+4
*
Reorder this to reflect Alex's Opinions On What Is Good (#4115)
Alex Gaynor
2018-02-22
1
-2
/
+2
*
DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068)
Paul Kehrer
2018-01-05
1
-9
/
+7
*
Add import default backend (#4061)
Pablo Lefort
2017-12-20
1
-0
/
+1
*
let's talk about bits baby (#3956)
Paul Kehrer
2017-10-11
3
-13
/
+13
*
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
[next]