Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
d2d800058f93f78e46afe504b5709b865b7af35d
/
tests
0654dc9
Fix a few new flake8 issues (#4008)
by Alex Gaynor
· 8 years ago
af6f990
Add Multifernet.rotate method (#3979)
by Chris Wolfe
· 8 years ago
31034a0
Inline calls to bit_length now that it's trivial (#3966)
by Alex Gaynor
· 8 years ago
a87daea
Debian sid is python3.6 now (#3968)
by Alex Gaynor
· 8 years ago
4cf6e78
expunge python 2.6 (#3962)
by Paul Kehrer
· 8 years ago
1b43b51
backwards incompatible change to UniformResourceIdentifier (#3954)
by Paul Kehrer
· 8 years ago
d3f73e0
backwards incompatible change to RFC822Name (#3953)
by Paul Kehrer
· 8 years ago
ed32105
Backwards incompatible change to DNSName (#3951)
by Paul Kehrer
· 8 years ago
a397d75
Add support for AES XTS (#3900)
by Paul Kehrer
· 8 years ago
62ebb42
add ChaCha20 support (#3919)
by Paul Kehrer
· 8 years ago
72c92f5
both parse and encode the ASN1 string type for Name attributes (#3896)
by Paul Kehrer
· 8 years ago
b76bcf8
FreshestCRL extension support (#3937)
by Paul Kehrer
· 8 years ago
5e3cc98
support delta crl indicator extension (#3936)
by Paul Kehrer
· 8 years ago
2931b86
parametrize a bunch of x509 extension tests that were identical (#3931)
by Paul Kehrer
· 8 years ago
409a0c8
implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)
by Paul Kehrer
· 8 years ago
5e9eeef
add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)
by Paul Kehrer
· 8 years ago
83bb406
add __hash__ to PolicyConstraints and Extension (#3917)
by Paul Kehrer
· 8 years ago
7b6be92
implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)
by Paul Kehrer
· 8 years ago
ab96a53
implement __hash__ on CertificatePolicies and its child classes (#3914)
by Paul Kehrer
· 8 years ago
979c263
add aki hash (#3910)
by Paul Kehrer
· 8 years ago
bdad051
name constraints __hash__ (#3912)
by Paul Kehrer
· 8 years ago
5402449
AIA hashing (#3911)
by Paul Kehrer
· 8 years ago
8c1f5ed
fix a bug with URI value when parsing a string with no hostname (#3909)
by Paul Kehrer
· 8 years ago
fbfc36d
implement __hash__ on all GeneralName types (#3907)
by Paul Kehrer
· 8 years ago
e00bad5
compare against bytes values, not the U-label decoded ones (#3906)
by Paul Kehrer
· 8 years ago
5d66966
[WIP] add support for the TLSFeature extension in x509 (#3899)
by Paul Kehrer
· 8 years ago
d4bde9c
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
by Paul Kehrer
· 8 years ago
ec0e1cc
move x509 tests into a module (#3889)
by Paul Kehrer
· 8 years ago
e2c1c0f
add blake2b/blake2s support for hmac (#3873)
by Paul Kehrer
· 8 years ago
6c02ee8
Add is_signature_valid method on CertificateRevocationList (#3849)
by Vincent Pelletier
· 8 years ago
3e15ca5
deprecate unicode input for RFC822Name (#3836)
by Paul Kehrer
· 8 years ago
6c29d74
deprecate auto-idna on UniformResourceIdentifier (#3832)
by Paul Kehrer
· 8 years ago
cdaf3ff
Begin the deprecation of auto-idna for x509.DNSName (#3830)
by Alex Gaynor
· 8 years ago
0d6aaf4
remove deprecated items (#3794)
by Paul Kehrer
· 8 years ago
cc12bea
Remove DH generator size constraint (#3364)
by mtury
· 8 years ago
a217358
add AESGCM AEAD support (#3785)
by Paul Kehrer
· 8 years ago
165743e
move tag_length to the AESCCM constructor (#3783)
by Paul Kehrer
· 8 years ago
1a2e817
AESCCM support (#3700)
by Paul Kehrer
· 8 years ago
dc6e762
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
by Paul Kehrer
· 8 years ago
9d5fc3e
use an instance in aead_cipher_supported (#3772)
by Paul Kehrer
· 8 years ago
0c9aed9
Fixed #3747 -- cache extensions on x.509 objects (#3769)
by Alex Gaynor
· 8 years ago
33574c6
change chacha20poly1305_supported to aead_cipher_supported (#3762)
by Paul Kehrer
· 8 years ago
ce69b82
don't parse SCTs on older openssl (#3749)
by Paul Kehrer
· 8 years ago
784e3bc
disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)
by Paul Kehrer
· 8 years ago
51f049a
Fixed a memory leak in EC private numbers (#3741)
by Alex Gaynor
· 8 years ago
f21ffff
Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)
by Alex Gaynor
· 8 years ago
6b08aba
Dh parameters serialization (#3504)
by Aviv Palivoda
· 8 years ago
1cff0c0
Add DERSerializationBackend to test_dh serialization tests (#3717)
by Aviv Palivoda
· 8 years ago
33a41e7
implement CCM vector parser (#3699)
by Paul Kehrer
· 8 years ago
a923b00
ed25519 vector loader (#3707)
by Paul Kehrer
· 8 years ago
312ed09
disallow empty string for NameAttribute (#3711)
by Paul Kehrer
· 8 years ago
3e357f7
X25519 Support (#3686)
by Paul Kehrer
· 8 years ago
7e53d91
ChaCha20Poly1305 support (#3680)
by Paul Kehrer
· 8 years ago
6a0718f
Refs #3461 -- parse SCTs from x.509 extension (#3480)
by Alex Gaynor
· 8 years ago
1a5d70e
deprecate signer/verifier on asymmetric keys (#3663)
by Paul Kehrer
· 8 years ago
e6055fb
call check_backend_support directly from backend fixture (#3666)
by Alex Gaynor
· 8 years ago
133a179
Switched our backend to be a normal fixture in tests (#3665)
by Alex Gaynor
· 8 years ago
26fcc5c
make signature and verification contexts error better re: prehashed (#3658)
by Paul Kehrer
· 8 years ago
d607dd7
Enlarge _oid2txt buffer to handle larger OIDs (#3612)
by Fraser Tweedale
· 8 years ago
7bc3686
move MACContext to mac.py and eliminate interfaces.py (#3631)
by Paul Kehrer
· 8 years ago
d36bef0
fix libressl error/refactor some error handling (#3609)
by Paul Kehrer
· 8 years ago
978a5e9
jurisdictionCountryName also must be PrintableString (#3516)
by Alex Gaynor
· 8 years ago
cd5b47f
Removed branches that are now unused (#3589)
by Alex Gaynor
· 8 years ago
416f526
add convenience methods for key_size on EC{Public,Private}Key (#3587)
by Paul Kehrer
· 8 years ago
6091e11
Bump the minimum PyPy/cffi version and simplify as a result (#3585)
by Alex Gaynor
· 8 years ago
95e513f
Close stdout and stderr when spawning a process (#3578)
by Alex Gaynor
· 8 years ago
222f59d
More deprecation warnings (#3579)
by Alex Gaynor
· 8 years ago
f9b3b15
Delete some code (#3563)
by Alex Gaynor
· 8 years ago
453d2ac
Fixed #3533 -- made GCM mode object immutable (#3553)
by Alex Gaynor
· 8 years ago
a4668c6
remove multibackend (#3555)
by Paul Kehrer
· 8 years ago
5103235
time to remove commoncrypto, fare thee well (#3551)
by Paul Kehrer
· 8 years ago
d08ddd5
Don't raise an UnsupportedExtension for critical extensions. (#3550)
by Alex Gaynor
· 8 years ago
d2574f5
Don't skip DH tests when dhx unsupported and no dhx is required (#3484)
by Aviv Palivoda
· 8 years ago
5ca9946
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539)
by Alex Gaynor
· 8 years ago
92f570e
use openssl constants (#3534)
by Paul Kehrer
· 8 years ago
2e84daa
postpone GCM authentication tag requirement until finalization (#3421)
by Philipp Gesang
· 8 years ago
0417d00
Don't compare cffi version using strings (#3524)
by Alex Gaynor
· 8 years ago
8d85b95
Attempt to simplify the libressl checing (#3482)
by Alex Gaynor
· 8 years ago
a783c57
Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)
by Alex Gaynor
· 8 years ago
d6d2527
Write a memory leak test for X.509 extensions (#3451)
by Alex Gaynor
· 8 years ago
41e8842
Improvements to the memleak tests (#3457)
by Alex Gaynor
· 8 years ago
5b8914a
Ec is a thing (#3453)
by Alex Gaynor
· 8 years ago
2e5f4ea
Memleak tests (#3140)
by Alex Gaynor
· 8 years ago
4bd9a07
reverts a change to our exceptions (#3429)
by Paul Kehrer
· 8 years ago
722235c
missing coverage for dh_x942_serialization_supported in MultiBackend (#3432)
by Paul Kehrer
· 8 years ago
e44efb6
DH subgroup order (q) (#3369)
by Aviv Palivoda
· 8 years ago
9b34ca9
add support for update_into on CipherContext (#3190)
by Paul Kehrer
· 8 years ago
a39b20d
Refactor binding initialization to allow specified errors (#3278)
by Paul Kehrer
· 8 years ago
4a90c25
switch the PEM password callback to a C implementation (#3382)
by Paul Kehrer
· 8 years ago
7a13085
enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)
by Paul Kehrer
· 9 years ago
0e6a129
replace pyasn1 with asn1crypto (#3361)
by Ofek Lev
· 9 years ago
6723a12
DH serialization (#3297)
by Aviv Palivoda
· 9 years ago
d74ba32
add memory limit check for scrypt (#3328)
by Paul Kehrer
· 9 years ago
5685baa
add openssl_version_number & doc openssl_version_text (#3329)
by Paul Kehrer
· 9 years ago
0e8cdf1
Drop 1.0.0 (#3312)
by Alex Gaynor
· 9 years ago
874445a
fix a regression in int_from_bytes (#3316)
by Paul Kehrer
· 9 years ago
2e71776
New osrandom_engine in C (#3229)
by Christian Heimes
· 9 years ago
0cf3690
friendly error if you put a date too far in the future on windows (#3279)
by Paul Kehrer
· 9 years ago
495f21a
OpenSSL DH backend implementation [Second attempt] (#2914)
by Aviv Palivoda
· 9 years ago
29b2ebc
Error out on OpenSSL 1.0.0 by default (#3276)
by Alex Gaynor
· 9 years ago
Next »