index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
primitives
/
test_dh.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
update our test to be more robust wrt some changes from upstream (#4993)
Paul Kehrer
2019-09-11
1
-2
/
+9
*
add support for encoding compressed points (#4638)
Paul Kehrer
2019-01-20
1
-5
/
+18
*
support x448 public/private serialization both raw and pkcs8 (#4653)
Paul Kehrer
2019-01-13
1
-0
/
+31
*
Inline calls to bit_length now that it's trivial (#3966)
Alex Gaynor
2017-10-12
1
-2
/
+2
*
Remove DH generator size constraint (#3364)
mtury
2017-07-17
1
-1
/
+1
*
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
Paul Kehrer
2017-07-09
1
-1
/
+25
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
1
-0
/
+136
*
Add DERSerializationBackend to test_dh serialization tests (#3717)
Aviv Palivoda
2017-06-24
1
-1
/
+3
*
Don't skip DH tests when dhx unsupported and no dhx is required (#3484)
Aviv Palivoda
2017-05-19
1
-17
/
+35
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
1
-22
/
+143
*
DH serialization (#3297)
Aviv Palivoda
2017-02-07
1
-1
/
+244
*
OpenSSL DH backend implementation [Second attempt] (#2914)
Aviv Palivoda
2016-11-26
1
-12
/
+195
*
Fix dual license in test_dh.py
Jim Shaver
2015-05-24
1
-12
/
+3
*
DH numbers
Alex Stapleton
2015-02-26
1
-0
/
+113