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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Crypto Docs Get Cryptography (#4850)
Alex Gaynor
2019-04-17
3
-3
/
+3
*
update ed25519 docs to note we support openssh serialization (#4814)
Paul Kehrer
2019-03-18
1
-5
/
+12
*
poly1305 support (#4802)
Paul Kehrer
2019-03-09
2
-0
/
+88
*
remove maccontext (#4803)
Paul Kehrer
2019-03-07
2
-39
/
+6
*
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
*
update the thread link (#4748)
Paul Kehrer
2019-02-03
1
-10
/
+9
*
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
*
shake128/256 support (#4611)
Paul Kehrer
2019-01-19
1
-0
/
+30
*
support byteslike in KBKDFHMAC (#4711)
Paul Kehrer
2019-01-17
1
-1
/
+2
*
support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)
Paul Kehrer
2019-01-17
1
-3
/
+6
*
support byteslike for OTP (#4710)
Paul Kehrer
2019-01-17
1
-6
/
+8
*
Support byteslike in HKDF and PBKDF2HMAC (#4707)
Paul Kehrer
2019-01-17
1
-2
/
+4
*
support byteslike in hmac update (#4705)
Paul Kehrer
2019-01-17
1
-1
/
+2
*
support bytes-like keys in CMAC and HMAC contexts (#4701)
Paul Kehrer
2019-01-16
1
-1
/
+2
*
add support for byteslike password/data to load_{pem,der}_private_key (#4693)
Paul Kehrer
2019-01-16
1
-4
/
+8
*
support byteslike in aead for key and nonce (#4695)
Paul Kehrer
2019-01-15
1
-10
/
+18
*
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
*
Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)
Alex Gaynor
2019-01-12
1
-1
/
+1
*
Use the contents of the ecrypt docs from the University website (#4673)
Alex Gaynor
2019-01-02
3
-3
/
+3
*
Update URL to EFF (#4672)
Alex Gaynor
2019-01-01
1
-1
/
+1
*
Fixed anchor for URL (#4670)
Alex Gaynor
2019-01-01
1
-1
/
+1
*
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
*
allow bytes-like for key/iv/data for symmetric encryption (#4621)
Paul Kehrer
2018-12-09
1
-25
/
+44
*
make the same doc changes to DH as we did for ECDH (#4631)
Paul Kehrer
2018-12-09
1
-6
/
+50
*
Update link to MS docs (#4632)
Alex Gaynor
2018-12-09
1
-1
/
+1
*
PKCS12 Basic Parsing (#4553)
Paul Kehrer
2018-11-28
1
-0
/
+37
*
X448 support (#4580)
Paul Kehrer
2018-11-22
2
-0
/
+105
*
add sha3 support (#4573)
Paul Kehrer
2018-11-22
1
-0
/
+37
*
add SHA512/224 and SHA512/256 support (#4575)
Paul Kehrer
2018-11-12
1
-0
/
+14
*
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
*
OpenPGP's website is also HTTPS! (#4518)
Alex Gaynor
2018-10-24
1
-1
/
+1
*
Colin's website went HTTPS! (#4515)
Alex Gaynor
2018-10-24
2
-3
/
+3
*
a few docs fixes and language improvements (#4472)
Paul Kehrer
2018-09-14
2
-7
/
+7
*
Refs #4375 -- integrate wycheproof AES CCM tests (#4379)
Alex Gaynor
2018-08-02
1
-1
/
+1
*
min_tag_length is an int (#4351)
Paul Kehrer
2018-07-17
1
-1
/
+1
*
raise ValueError on zero length GCM IV (#4348)
Paul Kehrer
2018-07-17
1
-1
/
+2
*
disallow implicit tag truncation with finalize_with_tag (#4342)
Paul Kehrer
2018-07-17
1
-0
/
+1
[next]