Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
cb0fa2e323fde10d5fa61bcc32d87a567690e34a
/
tests
cb0fa2e
KBKDF cleanup (#2929)
by Paul Kehrer
· 9 years ago
6d7fe00
NIST SP 800-108 Counter Mode KDF (#2748)
by Jared
· 9 years ago
502f8f3
Replacing test_osrandom_engine_is_default. (#2905)
by Andreas Moser
· 9 years ago
c16de48
Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)
by Alex Gaynor
· 9 years ago
cd258d5
Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865)
by Jared
· 9 years ago
70153dd
Handle two more error conditions correctly
by Alex Gaynor
· 9 years ago
beee981
Test deleting deprecated attributes.
by Cory Benfield
· 9 years ago
1a6628e
Merge pull request #2840 from alex/error-on-098
by Paul Kehrer
· 9 years ago
e85797b
py26
by Alex Gaynor
· 9 years ago
5930305
oops, flake8
by Alex Gaynor
· 9 years ago
b8b1d72
Instead of running a python -c, use pytest_report_header to indicate OpenSSL version
by Alex Gaynor
· 9 years ago
57eec7f
Use runtimeerror for this
by Alex Gaynor
· 9 years ago
3ee4fc7
test for verify_openssl_version
by Alex Gaynor
· 9 years ago
f790b42
Merge pull request #2736 from cedk/ANSI_X.923
by Paul Kehrer
· 9 years ago
70b3a7d
Add more tests since there is no more sub-classing
by Cédric Krier
· 9 years ago
1e03463
Fixed #2747 -- allow creating x509 exts with unknown extensions
by Alex Gaynor
· 9 years ago
61a16e7
support PolicyConstraints in the CertificateBuilder
by Paul Kehrer
· 9 years ago
c257109
Merge pull request #2815 from reaperhulk/error-on-unusual-encodings
by Alex Gaynor
· 9 years ago
bdc066d
py3 is a thing
by Paul Kehrer
· 9 years ago
83457cf
move NUMERICSTRING certificate test to test_openssl & make it more specific
by Paul Kehrer
· 9 years ago
2d0deb1
Merge pull request #2813 from reaperhulk/fix-2758
by Alex Gaynor
· 9 years ago
ab97332
raise type error rather than internalerror w/ unsupported asn1 in subject
by Paul Kehrer
· 9 years ago
61ff356
Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier
by Paul Kehrer
· 9 years ago
4d111d2
make multibackend error with an empty list. fixes #2717
by Paul Kehrer
· 9 years ago
1783335
use an error that's likely to be in all openssls we support
by Paul Kehrer
· 9 years ago
73672c7
review feedback + make the test actually test a thing
by Paul Kehrer
· 9 years ago
d76bd66
only call ERR_error_string if we're going to raise InternalError
by Paul Kehrer
· 9 years ago
acfb618
require mode nonce/iv/tag data to be bytes
by Paul Kehrer
· 9 years ago
4fc597d
pass bytes to modes/algorithms like we should
by Paul Kehrer
· 9 years ago
a372db3
Merge pull request #2670 from joernheissler/x509_req_verify
by Paul Kehrer
· 9 years ago
40087ae
Merge pull request #2766 from reaperhulk/fix-2665
by Alex Gaynor
· 9 years ago
641149c
raise ValueError if > 2 byte value for NameAttribute with CN OID
by Paul Kehrer
· 9 years ago
1c6155a
Merge pull request #2762 from alex/dedupe-doubles
by Paul Kehrer
· 9 years ago
53e7b24
standard future import
by Alex Gaynor
· 9 years ago
77ae0cd
turns out you have to _commit_ the file you wrote. who knew!
by Alex Gaynor
· 9 years ago
59518a0
Un-double the test doubles
by Alex Gaynor
· 9 years ago
b94f92c
make the test function name make sense
by Alex Gaynor
· 9 years ago
b5ca8fe
move key
by Alex Gaynor
· 9 years ago
70a29e7
wrap some very long lines
by Alex Gaynor
· 9 years ago
d7f3726
Added a failing test case for #2760
by Alex Gaynor
· 9 years ago
23b0984
Send stderr someplace
by Alex Gaynor
· 9 years ago
ebb7fa1
added another test
by Alex Gaynor
· 9 years ago
94f9ea2
Add padding check for ANSI X.923
by Cédric Krier
· 9 years ago
bf0f464
Added support for padding ANSI X.923
by Cédric Krier
· 9 years ago
3f040c4
better name for this test
by Alex Gaynor
· 9 years ago
99d90e8
whitespace
by Alex Gaynor
· 9 years ago
a988560
Fixed #2732 -- added support for x.509 policy constraints extension
by Alex Gaynor
· 9 years ago
c96ef9d
Merge pull request #2733 from reaperhulk/policy-constraints
by Alex Gaynor
· 9 years ago
7e8fe9d
add policy constraints class
by Paul Kehrer
· 10 years ago
de3aa05
Don't try to use hypothesis on Python 2.6, upstream dropped support
by Alex Gaynor
· 9 years ago
9882a4e
Actually allocate a buffer that is the correct size.
by Tristan Seligmann
· 10 years ago
0a0293e
Refs #2578 -- implement __hash__ on InhibitAnyPolicy
by Eeshan Garg
· 10 years ago
d8e0d85
Refs #2578 -- implement __hash__ on AccessDescription
by Eeshan Garg
· 10 years ago
a83913f
support rsa key generation testing when key is not serializable
by Paul Kehrer
· 10 years ago
a418e96
fernet fix: ignore the timestamp entirely when no ttl is set
by Paul Kehrer
· 10 years ago
fbda8ce
Change method to property
by Joern Heissler
· 10 years ago
3066bf4
resolve the TODO, random block sizes
by Alex Gaynor
· 10 years ago
1bd77e2
Add verify method on CertificateSigningRequest
by Joern Heissler
· 10 years ago
b301627
Added hypothesis tests for padding
by Alex Gaynor
· 10 years ago
4177717
Write some tests for skip conditions in tests.
by Alex Gaynor
· 10 years ago
8ca72cf
give a real EVP_PKEY with an invalid default key type to the test
by Paul Kehrer
· 10 years ago
8c66f74
opaque EVP_PKEY since EVP_PKEY_id exists
by Paul Kehrer
· 10 years ago
0d943bb
refactor the init validation of AuthorityKeyIdentifier
by Paul Kehrer
· 10 years ago
9d8390c
Merge pull request #2635 from alex/rfc-hash
by Paul Kehrer
· 10 years ago
d1b5681
Implement __hash__ on UniformResourceIdentifier
by Alex Gaynor
· 10 years ago
b642dee
Implement __hash__ on RFC822Name
by Alex Gaynor
· 10 years ago
e22309c
Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux
by Alex Gaynor
· 10 years ago
e69c5fe
don't allow UnrecognizedExtension with get_extension_for_class
by Paul Kehrer
· 10 years ago
58ddc11
support unrecognized extensions in x509
by Paul Kehrer
· 10 years ago
50e9dd8
py3 repr will be different
by Paul Kehrer
· 10 years ago
14fd697
add UnrecognizedExtension class
by Paul Kehrer
· 10 years ago
7721785
move test
by Paul Kehrer
· 10 years ago
9413994
pep8 fix, rename test, add a comment to explain it
by Paul Kehrer
· 10 years ago
b4ff118
Move private key initialization out of pytest.raises block
by Christopher Grebs
· 10 years ago
cb77736
Fix test again and add pytest.raises statement
by Christopher Grebs
· 10 years ago
b6b810a
Fixed test scenario to use different key.
by Christopher Grebs
· 10 years ago
525f713
Add simple test that would fail on decryption
by Christopher Grebs
· 10 years ago
fb7659c
Merge pull request #2598 from reaperhulk/index-cp
by Alex Gaynor
· 10 years ago
8b69cb9
Merge pull request #2597 from reaperhulk/index-cdp
by Alex Gaynor
· 10 years ago
e8db7bd
support indexing in CertificatePolicies
by Paul Kehrer
· 10 years ago
ee2e92d
support indexing in CDP
by Paul Kehrer
· 10 years ago
ad4b359
support indexing in AIA
by Paul Kehrer
· 10 years ago
58fb257
Merge pull request #2595 from alex/crl-reason-hash
by Paul Kehrer
· 10 years ago
b25888d
Merge pull request #2594 from reaperhulk/hash-bc
by Alex Gaynor
· 10 years ago
07d5cae
Refs #2578 -- implement __hash__ on CRLReason
by Alex Gaynor
· 10 years ago
b39af8d
hash ne test
by Paul Kehrer
· 10 years ago
2eb69f6
implement hash on basicconstraints
by Paul Kehrer
· 10 years ago
9d34531
Support EC and DSA signing of CRLs in the OpenSSL backend
by Paul Kehrer
· 10 years ago
7dfaa40
add test for invalid extension type
by Paul Kehrer
· 10 years ago
e5f152b
support CRL entry extension encoding in the RevokedCertificateBuilder
by Paul Kehrer
· 10 years ago
3a6631c
Merge pull request #2588 from reaperhulk/move-tests
by Alex Gaynor
· 10 years ago
991cc0e
move two tests to the openssl backend tests where they belong
by Paul Kehrer
· 10 years ago
5c999d3
make CertificateIssuer and IssuerAlternativeName indexable
by Paul Kehrer
· 10 years ago
f0dd2e7
A handful of small cleanups and simplifications
by Alex Gaynor
· 10 years ago
15bd026
Merge pull request #2585 from reaperhulk/san-iterable
by Alex Gaynor
· 10 years ago
945ee6e
Merge pull request #2583 from alex/ski-hash
by Paul Kehrer
· 10 years ago
8adb596
support indexing on GeneralNames and SubjectAlternativeName
by Paul Kehrer
· 10 years ago
410fe35
Refs #2578 -- implement __hash__ on SubjectKeyIdentifier
by Alex Gaynor
· 10 years ago
3bcd2d7
Merge pull request #2581 from reaperhulk/crlentry-invaliditydate
by Alex Gaynor
· 10 years ago
c0297dd
...pep8
by Paul Kehrer
· 10 years ago
Next »