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
*
allow asn1 times of 1950-01-01 and later. (#4728)
Paul Kehrer
2019-01-22
3
-8
/
+37
*
allow 32-bit platforms to encode certs with dates > unix epoch (#4727)
Paul Kehrer
2019-01-21
1
-8
/
+13
*
deprecate encode_point and migrate all internal callers (#4720)
Paul Kehrer
2019-01-20
1
-1
/
+2
*
add support for encoding compressed points (#4638)
Paul Kehrer
2019-01-20
4
-22
/
+107
*
shake128/256 support (#4611)
Paul Kehrer
2019-01-19
3
-3
/
+97
*
support byteslike in KBKDFHMAC (#4711)
Paul Kehrer
2019-01-17
1
-0
/
+8
*
support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)
Paul Kehrer
2019-01-17
3
-0
/
+59
*
support byteslike for OTP (#4710)
Paul Kehrer
2019-01-17
2
-0
/
+11
*
normalize KBKDF tests (#4708)
Paul Kehrer
2019-01-17
1
-38
/
+37
*
Support byteslike in HKDF and PBKDF2HMAC (#4707)
Paul Kehrer
2019-01-17
2
-0
/
+33
*
support bytes-like for X25519PrivateKey.from_private_bytes (#4698)
Paul Kehrer
2019-01-17
1
-0
/
+9
*
x448 and x25519 should enforce key lengths in backend (#4703)
Paul Kehrer
2019-01-17
2
-1
/
+21
*
support byteslike in hmac update (#4705)
Paul Kehrer
2019-01-17
1
-1
/
+1
*
support byteslike in hash updates (#4702)
Paul Kehrer
2019-01-16
1
-0
/
+12
*
support bytes-like keys in CMAC and HMAC contexts (#4701)
Paul Kehrer
2019-01-16
2
-0
/
+23
*
add support for byteslike password/data to load_{pem,der}_private_key (#4693)
Paul Kehrer
2019-01-16
1
-0
/
+49
*
turn off hypothesis deadlines, enforced by default in 4.0 (#4696)
Paul Kehrer
2019-01-16
2
-2
/
+2
*
support byteslike in aead for key and nonce (#4695)
Paul Kehrer
2019-01-15
1
-0
/
+45
*
support byteslike in X448PrivateKey.from_private_bytes (#4694)
Paul Kehrer
2019-01-15
1
-0
/
+12
*
add support for byteslike on password and data for pkcs12 loading (#4690)
Paul Kehrer
2019-01-15
1
-0
/
+13
*
Serialization x25519 (#4688)
Paul Kehrer
2019-01-14
3
-9
/
+179
*
support x448 public/private serialization both raw and pkcs8 (#4653)
Paul Kehrer
2019-01-13
6
-8
/
+281
*
add signature_hash_algorithm to OCSPResponse (#4681)
Paul Kehrer
2019-01-10
1
-18
/
+32
*
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
[next]