Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
f21ffff2d2bc916b70e66810b4582a604f03965f
/
tests
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
191e6e9
error if private_value is <= 0 in ec.derive_private_key (#3273)
by Paul Kehrer
· 9 years ago
80ec631
add support for prehashing in ECDSA sign/verify (#3267)
by Paul Kehrer
· 9 years ago
6012ccf
support prehashed sign/verify in DSA (#3266)
by Paul Kehrer
· 9 years ago
f555c74
support RSA verify with prehashing (#3265)
by Paul Kehrer
· 9 years ago
033bd71
support prehashing in RSA sign (#3238)
by Paul Kehrer
· 9 years ago
533a3c9
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
by Paul Kehrer
· 9 years ago
e9b87d5
Raise padding block_size limit to what is allowed by the specs. (#3108)
by Terry Chia
· 9 years ago
9977786
workaround for application bundling tools (#3235)
by Paul Kehrer
· 9 years ago
3a15b03
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
by Paul Kehrer
· 9 years ago
d862933
C locking callback (#3226)
by Alex Gaynor
· 9 years ago
f6f238e
add alternate signature OID for RSA with SHA1 + test and vector (#3227)
by Paul Kehrer
· 9 years ago
c816735
add ec.private_key_from_secret_and_curve (#3225)
by Ofek Lev
· 9 years ago
01ee6f5
Name: add support for multi-value RDNs (#3202)
by Fraser Tweedale
· 9 years ago
02467dd
Make DistributionPoint relative_name a set of NameAttribute (#3210)
by Fraser Tweedale
· 9 years ago
b924696
Fixes #3211 -- fixed hkdf's output with short length (#3215)
by Alex Gaynor
· 9 years ago
3feeec8
support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182)
by Paul Kehrer
· 9 years ago
9e66d10
reduce a bit of duplication in x509 tests (#3183)
by Paul Kehrer
· 9 years ago
8b8d51b
1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)
by Paul Kehrer
· 9 years ago
eba7171
fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)
by Paul Kehrer
· 9 years ago
adaf3b0
make this test assert the right thing. (#3133)
by Alex Gaynor
· 9 years ago
8b89bcc
support random_serial_number in the CertificateBuilder (#3132)
by Paul Kehrer
· 9 years ago
a2d0da9
Add bounds checking for Scrypt parameters. (#3130)
by Terry Chia
· 9 years ago
d8a27df
Scrypt Implementation (#3117)
by Terry Chia
· 9 years ago
c7b29b8
add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)
by Paul Kehrer
· 9 years ago
21353a4
fix an overindented line. not sure why our linters didn't catch this (#3123)
by Paul Kehrer
· 9 years ago
3c35ef1
Add a register_interface_if decorator. (#3120)
by Terry Chia
· 9 years ago
306ce51
blake2b/blake2s support (#3116)
by Paul Kehrer
· 9 years ago
07ea3cd
OpenSSL 1.1.0 support (#2826)
by Paul Kehrer
· 9 years ago
40f1999
Allow passing iterators where collections are expected (#3078)
by Marti
· 9 years ago
8e66ca6
CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920)
by InvalidInterrupt
· 9 years ago
9e75830
Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067)
by Коренберг Марк
· 9 years ago
4739cfc
Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041)
by Marti
· 9 years ago
0edf799
Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)
by Dirkjan Ochtman
· 9 years ago
69617ca
Add flag to toggle key length check for HOTP and TOTP. (#3012)
by Terry Chia
· 9 years ago
3e3444f
Use a series of constants for OpenSSL version checks (#3037)
by Alex Gaynor
· 9 years ago
dbb64bd
disable blowfish in commoncrypto backend for key lengths under 64-bit (#3040)
by Paul Kehrer
· 9 years ago
2120a8e
One shot sign/verification ECDSA (#3029)
by Aviv Palivoda
· 9 years ago
f67429b
One shot sign/verify DSA (#3003)
by Aviv Palivoda
· 9 years ago
17097bf
Fixed #3008 -- expose calculate max pss salt length (#3014)
by Alex Gaynor
· 9 years ago
c3058a3
Complete the removal of the string '0.9.8' (#3005)
by Alex Gaynor
· 9 years ago
e7111c3
Remove a binding and comments that reference 0.9.8 (#2984)
by Alex Gaynor
· 9 years ago
1252dec
Drop OpenSSL 0.9.8 (#2978)
by Alex Gaynor
· 9 years ago
34d5c39
Add convenience methods to sign and verify w/ RSA (#2945)
by Colleen Murphy
· 9 years ago
4f125c1
RSA OAEP SHA2 Support (#2956)
by Paul Kehrer
· 9 years ago
815a24b
added a repr to the dsa numbers classes (#2961)
by Alex Gaynor
· 9 years ago
Next »