Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
94c6960ca70b3e5b2fcf8bed8aaf2fd983f8c1c5
/
tests
94c6960
Extended key usage support for the openssl backend
by Paul Kehrer
· 10 years ago
fdec095
Merge pull request #1890 from reaperhulk/add-eq-ne-eku
by Alex Gaynor
· 10 years ago
b047617
add eq/ne to ExtendedKeyUsage
by Paul Kehrer
· 10 years ago
43ffcc2
Merge pull request #1881 from reaperhulk/san-rfc822name
by Alex Gaynor
· 10 years ago
e3a330c
missed a u
by Paul Kehrer
· 10 years ago
e06cab4
add support for rfc822name general names
by Paul Kehrer
· 10 years ago
8bbdc6f
add support for equality testing to x509.Certificate
by Paul Kehrer
· 10 years ago
2187a05
add support for directory name general names
by Paul Kehrer
· 10 years ago
a5f030c
add support for ipaddress to general name parsing
by Paul Kehrer
· 10 years ago
d12bd10
Merge pull request #1874 from eeshangarg/starter-project-1870-2
by Alex Gaynor
· 10 years ago
f123415
Replace the remaining occurrences of six.u with the u prefix
by Eeshan Garg
· 10 years ago
424c0e2
Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives
by Eeshan Garg
· 10 years ago
b8ef82e
add URI general name support
by Paul Kehrer
· 10 years ago
4db9662
support registeredID general name in OpenSSL backend
by Paul Kehrer
· 10 years ago
0a621bf
return only an int for unsupported general name type, update docs
by Paul Kehrer
· 10 years ago
bed0735
update exception to contain detail
by Paul Kehrer
· 10 years ago
9089c91
handle otherName, x400Address, and ediPartyName in OpenSSL backend
by Paul Kehrer
· 10 years ago
e37ca98
Merge pull request #1857 from reaperhulk/san-check-list-elements
by Alex Gaynor
· 10 years ago
d04b39b
add a check to require that the list passed to SAN is all general names
by Paul Kehrer
· 10 years ago
40f8338
Support Subject Alternative Name in the OpenSSL backend
by Paul Kehrer
· 10 years ago
2eb4ed9
AuthorityKeyIdentifier support
by Paul Kehrer
· 10 years ago
702ef6a
Merge pull request #1783 from reaperhulk/san-class
by Alex Gaynor
· 10 years ago
b372e67
improve KeyUsage repr
by Paul Kehrer
· 10 years ago
27c750d
Merge pull request #1848 from reaperhulk/invalid-token
by Alex Gaynor
· 10 years ago
31bdf79
Add GeneralName and SubjectAlternativeName classes
by Paul Kehrer
· 10 years ago
c2d903b
Work around pyasn1's willingness to return endOfOctets in DER parsing
by Geoffrey Thomas
· 10 years ago
e079c55
Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.twofactor
by Steven Buss
· 10 years ago
5508ee2
keyusage support in the OpenSSL backend
by Paul Kehrer
· 10 years ago
d459a8a
Merge pull request #1814 from reaperhulk/keyusage-repr
by Alex Gaynor
· 10 years ago
e613e5d
let's make that repr actually good
by Paul Kehrer
· 10 years ago
1fb35c9
add repr for x509 names
by Paul Kehrer
· 10 years ago
cbfb101
alter approach to just use digest, no hexdigest
by Paul Kehrer
· 10 years ago
ee99726
python 3.2 you are terrible
by Paul Kehrer
· 10 years ago
1eb82a6
add subjectkeyidentifier support
by Paul Kehrer
· 10 years ago
23d10c3
add extendedkeyusage repr
by Paul Kehrer
· 10 years ago
ac3e5bb
add repr to KeyUsage
by Paul Kehrer
· 10 years ago
cecbbba
add keyusage extension
by Paul Kehrer
· 10 years ago
ffa2a15
add extendedkeyusage extension
by Paul Kehrer
· 10 years ago
1effb6e
add load_der_x509_csr to support loading DER encoded CSRs
by Paul Kehrer
· 10 years ago
b759e29
add test for invalid PEM CSR
by Paul Kehrer
· 10 years ago
31e3988
rename request to CSR
by Paul Kehrer
· 10 years ago
dc480ad
basic support for parsing x509 requests
by Paul Kehrer
· 10 years ago
de813ea
rename test class name
by Paul Kehrer
· 10 years ago
fa56a23
basicConstraints support for OpenSSL X509 backend
by Paul Kehrer
· 10 years ago
fbb7ac8
add x509 extensions class and basic tests (no extensions supported)
by Paul Kehrer
· 10 years ago
51924aa
allow zero value bn using _bn_to_int in the openssl backend
by Paul Kehrer
· 10 years ago
a5c6e9a
use kwargs for BasicConstraints creation
by Paul Kehrer
· 10 years ago
8589466
rework BasicConstraints and Extension.
by Paul Kehrer
· 10 years ago
8cf2642
basic constraints class & extensions interface
by Paul Kehrer
· 10 years ago
038e61a
pep8! *shakes fist at the sky*
by Paul Kehrer
· 10 years ago
919a5b2
DER serialization of DSA private keys
by Paul Kehrer
· 10 years ago
81d069d
support DER encoded EC private key serialization
by Paul Kehrer
· 10 years ago
22d25d5
support RSA DER private key serialization
by Paul Kehrer
· 10 years ago
b9287ca
Merge pull request #1741 from reaperhulk/serialize-der-public-keys
by Alex Gaynor
· 10 years ago
fcadda6
Fixed the deprecation warnings being triggered by the tests
by Alex Gaynor
· 10 years ago
1955ebf
support DER serialization of public keys
by Paul Kehrer
· 10 years ago
a5515c7
DSA public key serialization
by Paul Kehrer
· 10 years ago
6a49021
make tests properly skip on OpenSSLs without EC support
by Paul Kehrer
· 10 years ago
419615b
serialize EC public keys
by Paul Kehrer
· 10 years ago
3f157e0
support RSA public key serialization
by Paul Kehrer
· 10 years ago
c5cdc4e
support "PKCS1" RSA public keys
by Paul Kehrer
· 10 years ago
ec34263
serialize DSA private keys
by Paul Kehrer
· 10 years ago
f1c7b74
format to privateformat
by Paul Kehrer
· 10 years ago
61ecd27
skip those tests if ec unsupported
by Paul Kehrer
· 10 years ago
fb9410d
add support for serialization of EC private keys
by Paul Kehrer
· 10 years ago
db9d97f
s/Format/PrivateFormat
by Paul Kehrer
· 10 years ago
6bb9624
Merge pull request #1503 from reaperhulk/serialize-some-keys
by Alex Stapleton
· 10 years ago
223a8f0
change as_bytes to private_bytes, link more things
by Paul Kehrer
· 10 years ago
20456e9
add exact byte test
by Paul Kehrer
· 10 years ago
4443184
DH numbers
by Alex Stapleton
· 11 years ago
858dd3f
listify a parametrized test
by Paul Kehrer
· 10 years ago
8aad028
rename dump to as_bytes
by Paul Kehrer
· 10 years ago
199dc27
address review comments
by Paul Kehrer
· 10 years ago
f83e25c
Support for traditional OpenSSL and PKCS8 RSA private key serialization
by Paul Kehrer
· 10 years ago
45827ae
Fixed the use of deprecated names in the serialization tests
by Alex Gaynor
· 10 years ago
97f475d
Updated RSA and DSA tests for moved classes
by Alex Gaynor
· 10 years ago
32c57df
This module has been renamed.
by Alex Gaynor
· 10 years ago
15c7f6f
Merge pull request #1610 from reaperhulk/load-der-keys
by Alex Gaynor
· 10 years ago
d8a1d0e
remove unneeded parens
by Paul Kehrer
· 10 years ago
e8179e7
Pass the sys.path into the subprocess
by Donald Stufft
· 10 years ago
1b2a616
Merge pull request #1651 from reaperhulk/x509-signature-algorithm
by Alex Gaynor
· 10 years ago
99a249d
support DER public and private key loading in the openssl backend
by Paul Kehrer
· 11 years ago
3801532
Allow the OpenSSL version string to begin with LibreSSL
by Steven McDonald
· 10 years ago
64ddb7a
move asymmetric padding interface to primitives.asymmetric.padding
by Paul Kehrer
· 10 years ago
99c1b80
Merge pull request #1659 from reaperhulk/move-cipher-interfaces
by Alex Stapleton
· 10 years ago
e0a879f
Fixed new flake8 warnings from teh latest version
by Alex Gaynor
· 10 years ago
7c5c9fe
export interfaces from base in ciphers, update docs
by Paul Kehrer
· 10 years ago
8802a5b
implement signature_hash_algorithm instead
by Paul Kehrer
· 10 years ago
56da2a5
add support for signature_algorithm in x509.Certificate
by Paul Kehrer
· 11 years ago
b8dc2f0
Merge pull request #1612 from reaperhulk/x509-dn
by Alex Gaynor
· 10 years ago
8b21a4a
simplify things based on review feedback
by Paul Kehrer
· 10 years ago
53d8d49
make x509.Name iterable and address other review feedback
by Paul Kehrer
· 10 years ago
513b7cb
move cipher and mode interfaces
by Paul Kehrer
· 11 years ago
601278a
move hash interfaces
by Paul Kehrer
· 11 years ago
e901d64
refactor x509.Name to use get_attributes_by_oid
by Paul Kehrer
· 11 years ago
719d536
X509 distinguished name parsing support in the OpenSSL backend
by Paul Kehrer
· 11 years ago
a498be8
add repr for x509.NameAttribute
by Paul Kehrer
· 11 years ago
3bc87ab
move EC interfaces
by Paul Kehrer
· 11 years ago
a56ff41
Added test coverage for missing branch.
by Alex Gaynor
· 11 years ago
806bfb2
rename Attribute to NameAttribute and remove name from OID
by Paul Kehrer
· 11 years ago
Next »