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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
let's deprecate some hashes we should never have exposed (#3584)
Paul Kehrer
2017-05-23
1
-16
/
+0
*
Document DH in serialization (#3569)
Aviv Palivoda
2017-05-23
1
-1
/
+10
*
Let's help out the newbies (#3572)
Cory Benfield
2017-05-22
1
-2
/
+5
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-14
/
+19
*
add a changelog entry for finalize_with_tag and move the note (#3531)
Paul Kehrer
2017-05-02
1
-4
/
+4
*
postpone GCM authentication tag requirement until finalization (#3421)
Philipp Gesang
2017-05-02
1
-8
/
+48
*
Update symmetric-encryption.rst (#3479)
gdmnbt
2017-03-23
1
-0
/
+1
*
fix typo (#3442)
Ofek Lev
2017-03-12
1
-1
/
+1
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
1
-2
/
+10
*
Update NIST urls in docs (#3418)
Alex Gaynor
2017-02-27
2
-3
/
+3
*
SHA-1 is broken, run for the hills (#3417)
Alex Gaynor
2017-02-23
1
-15
/
+16
*
Use HTTPS urls for a few more websites (#3416)
Alex Gaynor
2017-02-23
1
-1
/
+1
*
Two random grammar fixes (#3402)
Alex Gaynor
2017-02-18
1
-1
/
+1
*
add support for update_into on CipherContext (#3190)
Paul Kehrer
2017-02-16
1
-0
/
+43
*
DH serialization (#3297)
Aviv Palivoda
2017-02-07
1
-0
/
+46
*
Scrypt docs code example contradict RFC 7914 (#3302) (#3303)
Nick Badger
2016-12-10
1
-12
/
+14
*
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
*
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
/
+16
*
Last pass over fixing the links (#3224)
Alex Gaynor
2016-11-06
1
-1
/
+1
*
Link to our implementation of scrypt, now that we have it (#3189)
Alex Gaynor
2016-10-07
1
-2
/
+2
*
EC samples for verifying a singature, + serialization (#3076)
Alex Railean
2016-09-25
1
-0
/
+79
*
Fix typo in `symmetric-encryption.rst` (#3138)
Alex Chan
2016-09-04
1
-1
/
+1
*
Add bounds checking for Scrypt parameters. (#3130)
Terry Chia
2016-09-02
1
-0
/
+3
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-0
/
+107
*
some docs cleanups + changelog (#3122)
Alex Gaynor
2016-08-30
1
-3
/
+2
*
Mention that blake2 is not vulnerable to length-extension attacks (#3118)
Alex Gaynor
2016-08-29
1
-1
/
+4
*
blake2b/blake2s support (#3116)
Paul Kehrer
2016-08-28
1
-0
/
+31
*
Fix docs to clarify the less than 256 limit for Padding(). (#3099)
Terry Chia
2016-08-24
1
-2
/
+2
*
Update example code to use recommended 160 bits (#3088)
Dave Brondsema
2016-08-16
1
-2
/
+2
*
Remove provider language from docs (#3072)
Gabriel Orisaka
2016-07-31
8
-68
/
+54
*
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
*
A few small cleanups (#3046)
Alex Gaynor
2016-07-18
1
-2
/
+2
*
Add flag to toggle key length check for HOTP and TOTP. (#3012)
Terry Chia
2016-07-16
1
-2
/
+22
*
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
[prev]
[next]