index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTTPS a bunch of links in random places (#4666)
Alex Gaynor
2018-12-31
2
-5
/
+5
*
Support compressed points in the wycheproof tests (#4648)
Alex Gaynor
2018-12-18
1
-15
/
+5
*
handle empty byte string in from_encoded_point (#4649)
Paul Kehrer
2018-12-17
1
-0
/
+6
*
Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)
Marti Raudsepp
2018-12-18
1
-4
/
+4
*
deprecate old from_encoded_point (#4640)
Paul Kehrer
2018-12-11
1
-12
/
+16
*
Compressed point support (#4629)
Paul Kehrer
2018-12-11
1
-1
/
+75
*
allow bytes-like for key/iv/data for symmetric encryption (#4621)
Paul Kehrer
2018-12-09
2
-0
/
+54
*
Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)
Tux
2018-12-08
1
-0
/
+14
*
Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...
Marti Raudsepp
2018-12-08
2
-67
/
+46
*
remove idna as a primary dependency (#4624)
Paul Kehrer
2018-12-06
1
-4
/
+22
*
encode IssuingDistributionPoint (#4618)
Paul Kehrer
2018-12-02
2
-0
/
+182
*
allow multi-valued RDNs (#4616)
Paul Kehrer
2018-11-30
1
-0
/
+17
*
IssuingDistributionPoint support (parse only) (#4552)
Paul Kehrer
2018-11-30
1
-0
/
+288
*
PKCS12 Basic Parsing (#4553)
Paul Kehrer
2018-11-28
2
-0
/
+128
*
X448 support (#4580)
Paul Kehrer
2018-11-22
1
-0
/
+127
*
add sha3 support (#4573)
Paul Kehrer
2018-11-22
1
-0
/
+68
*
error if the key length for x25519 isn't 32 bytes (#4584)
Paul Kehrer
2018-11-12
1
-0
/
+7
*
add SHA512/224 and SHA512/256 support (#4575)
Paul Kehrer
2018-11-12
1
-0
/
+34
*
disable healthchecks on the rest of the hypothesis tests (#4579)
Paul Kehrer
2018-11-12
1
-1
/
+3
*
parametrize a bunch of tests (#4365)
Paul Kehrer
2018-11-04
1
-281
/
+58
*
suppress healthcheck too slow error (#4548)
Paul Kehrer
2018-10-30
1
-6
/
+2
*
Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)
Paul Kehrer
2018-10-29
1
-0
/
+154
*
create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)
Paul Kehrer
2018-10-29
1
-0
/
+18
*
OCSP response builder (#4485)
Paul Kehrer
2018-10-28
1
-0
/
+382
*
don't limit hypothesis's time to generate valid test permutations (#4525)
Paul Kehrer
2018-10-25
1
-1
/
+6
*
next_update is not a required field on OCSP responses (#4513)
Paul Kehrer
2018-10-23
1
-0
/
+8
*
OCSP response serialization (#4482)
Paul Kehrer
2018-10-06
1
-0
/
+19
*
support extensions in the OCSP request builder (#4481)
Paul Kehrer
2018-10-06
2
-0
/
+53
*
add OCSP basic response extension parsing (#4479)
Paul Kehrer
2018-10-06
1
-0
/
+15
*
support OCSP response parsing (#4452)
Paul Kehrer
2018-10-01
1
-0
/
+137
*
OCSP request extension parsing (#4464)
Paul Kehrer
2018-09-09
2
-0
/
+44
*
update pytest config (#4463)
Paul Kehrer
2018-09-06
3
-11
/
+12
*
don't sort the serial numbers in a parsed CRL (#4457)
Paul Kehrer
2018-09-04
1
-0
/
+29
*
Fixes #4333 -- added support for precert poison extension (#4442)
Alex Gaynor
2018-08-31
1
-0
/
+29
*
refactor ocsp request parsing and generation to support only one cert (#4439)
Paul Kehrer
2018-08-31
1
-69
/
+25
*
Fixed two memory leaks in x509 csr extensions (#4434)
Alex Gaynor
2018-08-31
1
-3
/
+56
*
fixed test name (#4433)
Alex Gaynor
2018-08-30
1
-1
/
+1
*
make an ocsp request (#4402)
Paul Kehrer
2018-08-30
1
-0
/
+64
*
1.1.0 locks (#4420)
Paul Kehrer
2018-08-29
1
-3
/
+6
*
remove freebsd11 builder (#4401)
Paul Kehrer
2018-08-15
1
-2
/
+0
*
OCSP request parsing (#4393)
Paul Kehrer
2018-08-15
1
-0
/
+115
*
sigh, missed one TLSv1 (#4392)
Alex Gaynor
2018-08-12
1
-1
/
+2
*
Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389)
Alex Gaynor
2018-08-12
2
-3
/
+5
*
Refs #4375 -- added ECDH EC point wycheproof tests (#4384)
Alex Gaynor
2018-08-06
1
-0
/
+41
*
Refs #4375 -- added RSA PSS wycheproof tests (#4381)
Alex Gaynor
2018-08-03
1
-1
/
+41
*
Refs #4375 -- integrate wycheproof AES CCM tests (#4379)
Alex Gaynor
2018-08-02
1
-1
/
+39
*
Updated wycheproof tests for new upstream vectors (#4378)
Alex Gaynor
2018-08-01
2
-8
/
+18
*
Use A-label strings in tests (#4374)
Tim Burke
2018-07-30
1
-2
/
+2
*
Test for expected CryptographyDeprecationWarnings (#4372)
Tim Burke
2018-07-28
3
-56
/
+48
*
Update comment (#4371)
Alex Gaynor
2018-07-26
1
-2
/
+2
[next]