Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
9f8069a68d3f752ff3dc5569c55f59b00b80f0e6
9f8069a
move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints
by Paul Kehrer
· 10 years ago
5abd17d
Merge pull request #2257 from reaperhulk/split-extensions-1
by Alex Gaynor
· 10 years ago
6b60277
Merge pull request #2256 from reaperhulk/ext-oid-tests
by Alex Gaynor
· 10 years ago
890cb7f
move AKI, SKI
by Paul Kehrer
· 10 years ago
6dd7fde
Merge pull request #2254 from reaperhulk/oid-backend
by Alex Gaynor
· 10 years ago
d44e413
switch tests to use ExtensionOID namespace
by Paul Kehrer
· 10 years ago
165ac67
Merge pull request #2253 from reaperhulk/name-oid-tests
by Alex Gaynor
· 10 years ago
6fb2172
switch the openssl backend to use the OID namespace
by Paul Kehrer
· 10 years ago
eba19e6
switch tests to use NameOID
by Paul Kehrer
· 10 years ago
fca629c
Merge pull request #2248 from reaperhulk/oid-the-rest
by Alex Gaynor
· 10 years ago
273e8f7
namespace the rest of the oids
by Paul Kehrer
· 10 years ago
f9aa0bc
Merge pull request #2247 from reaperhulk/oid-name
by Alex Gaynor
· 10 years ago
c4025e0
Merge pull request #2244 from reaperhulk/x509-gn-split
by Alex Gaynor
· 10 years ago
7fef534
namespace Name OIDs
by Paul Kehrer
· 10 years ago
77f9caf
Merge pull request #2245 from reaperhulk/oid-signaturealgorithm
by Alex Gaynor
· 10 years ago
3b9c235
remove extra _GENERAL_NAMES
by Paul Kehrer
· 10 years ago
02f8733
namespace oid signature algorithm
by Paul Kehrer
· 10 years ago
a54dac6
Merge pull request #2243 from reaperhulk/oid-extensions
by Alex Gaynor
· 10 years ago
7a9abce
split general names
by Paul Kehrer
· 10 years ago
c315c89
namespace OID extensions
by Paul Kehrer
· 10 years ago
40dbbea
Merge pull request #2242 from reaperhulk/x509-name-split
by Alex Gaynor
· 10 years ago
ed036d2
split Name from x509 module
by Paul Kehrer
· 10 years ago
a1584fd
Merge pull request #2239 from alex/finish-remove-duplication
by Paul Kehrer
· 10 years ago
e8e1487
Completed the removal of duplicate oids
by Alex Gaynor
· 10 years ago
261dbe3
Merge pull request #2238 from alex/reduce-duplication
by Paul Kehrer
· 10 years ago
3eb2736
De-duplicate OIDs for signatures
by Alex Gaynor
· 10 years ago
7e197ca
Merge pull request #2237 from alex/reduce-duplication
by Paul Kehrer
· 10 years ago
7f57e9b
Reduce the duplication in teh string versions of oids
by Alex Gaynor
· 10 years ago
9aa5650
Merge pull request #2236 from reaperhulk/x509-split
by Alex Gaynor
· 10 years ago
64431d0
start splitting the x509 module
by Paul Kehrer
· 10 years ago
d9df39a
Merge pull request #2233 from reaperhulk/encode-nocheck
by Alex Gaynor
· 10 years ago
5d37afc
Merge pull request #2232 from reaperhulk/encode-ian
by Alex Gaynor
· 10 years ago
c58d8bc
improve comment for ocsp_nocheck encoding
by Paul Kehrer
· 10 years ago
20175f8
pep8 fix
by Paul Kehrer
· 10 years ago
a03c325
move a test
by Paul Kehrer
· 10 years ago
f7d1b72
add support for OCSPNoCheck to the CertificateBuilder
by Paul Kehrer
· 10 years ago
69b64e4
support issuer alternative name encoding
by Paul Kehrer
· 10 years ago
8020e56
Merge pull request #2231 from reaperhulk/simplify-certbuilder
by Alex Gaynor
· 10 years ago
eb70179
Merge pull request #2234 from reaperhulk/versionadded
by Alex Gaynor
· 10 years ago
84e7f1e
move encode out of try blocks
by Paul Kehrer
· 10 years ago
0de6120
add versionadded to the get_provision_uri methods on TOTP/HOTP
by Paul Kehrer
· 10 years ago
91e385d
update changelog
by Paul Kehrer
· 10 years ago
e59fd22
simplify the CSRBuilder
by Paul Kehrer
· 10 years ago
08f950e
remove a lot of if/elif chains in the certificate builder
by Paul Kehrer
· 10 years ago
ba62a0b
Merge pull request #2230 from reaperhulk/encode-iap
by Alex Gaynor
· 10 years ago
aedeedb
fix unsupported test
by Paul Kehrer
· 10 years ago
683d4d8
support InhibitAnyPolicy in CertificateBuilder
by Paul Kehrer
· 10 years ago
57df485
Merge pull request #2229 from alex/py34-pep8
by Paul Kehrer
· 10 years ago
4a4bd3a
Merge pull request #2228 from alex/rand-int
by Paul Kehrer
· 10 years ago
abaf049
Merge pull request #2215 from reaperhulk/changelog-update
by Alex Gaynor
· 10 years ago
a6c3073
Merge pull request #2213 from reaperhulk/encode-aki
by Alex Gaynor
· 10 years ago
72500f8
use python34 for py3pep8. no sense advertising an out of date python
by Alex Gaynor
· 10 years ago
4c360e4
Document how to get a random number as an integer, fixes #2190
by Alex Gaynor
· 10 years ago
7a10862
Merge pull request #2226 from lluixhi/master
by Paul Kehrer
· 10 years ago
cbdc10b
add support for AuthorityKeyIdentifier in CertificateBuilder
by Paul Kehrer
· 10 years ago
c5f59da
Merge pull request #2210 from reaperhulk/aki-classmethod
by Alex Gaynor
· 10 years ago
8b4b416
Merge pull request #2227 from reaperhulk/cp-bindings
by Alex Gaynor
· 10 years ago
cc67182
address review comments
by Paul Kehrer
· 10 years ago
34b5fc9
more openssl bindings for encoding certificate policy structures
by Paul Kehrer
· 10 years ago
26ac47f
update prose for from_issuer_public_key
by Paul Kehrer
· 10 years ago
253929a
add AuthorityKeyIdentifier from_issuer_public_key
by Paul Kehrer
· 10 years ago
8c1c24c
Merge pull request #2208 from reaperhulk/encode-ski
by Alex Gaynor
· 10 years ago
2c9d6f1
add support for encoding SubjectKeyIdentifier to CertificateBuilder
by Paul Kehrer
· 10 years ago
62751e7
Fix build with LibreSSL >= 2.2.2
by Lluixhi Scura
· 10 years ago
d5bf17a
Merge pull request #2204 from reaperhulk/ski-classmethod
by Alex Gaynor
· 10 years ago
c9ee947
Merge pull request #2198 from reaperhulk/encode-crl
by Alex Gaynor
· 10 years ago
a39e3d1
py3 int.to_bytes is dead to me
by Paul Kehrer
· 10 years ago
e3bc1b2
Merge pull request #2225 from alex/error-message
by Paul Kehrer
· 10 years ago
0777325
move distpoint fullname/relativename to consts in backends.openssl.x509
by Paul Kehrer
· 10 years ago
dbd47de
update comment
by Paul Kehrer
· 10 years ago
eb9ec00
add more prose about how the digest is generated
by Paul Kehrer
· 10 years ago
679e8f5
refactor integer to bytes as utils.int_to_bytes
by Paul Kehrer
· 10 years ago
3b9517e
Provide a better error message here.
by Alex Gaynor
· 10 years ago
d298484
switch to _encode_general_names.
by Paul Kehrer
· 10 years ago
3b9b1f3
remove a double for loop that made literally no sense
by Paul Kehrer
· 10 years ago
c6cf8f3
modify a CRL encode test to have multiple full_names
by Paul Kehrer
· 10 years ago
93decfb
switch ReasonFlags bit string setting to use a dict mapping
by Paul Kehrer
· 10 years ago
bdf425c
support relativename encoding using X509_NAME
by Paul Kehrer
· 10 years ago
1cd8fee
add missing test
by Paul Kehrer
· 10 years ago
a4d5bab
support CRLDistributionPoints in the CertificateBuilder
by Paul Kehrer
· 10 years ago
b27568b
Merge pull request #2217 from reaperhulk/extensions-oids
by Alex Gaynor
· 10 years ago
73cd392
assert not remaining in SKI classmethod
by Paul Kehrer
· 10 years ago
3cee872
fix missed change for OID docs
by Paul Kehrer
· 10 years ago
b33de93
update oid attribute docs to say which OID it will return
by Paul Kehrer
· 10 years ago
2472d66
Merge pull request #2222 from reaperhulk/memleak-partdeux
by Alex Gaynor
· 10 years ago
87f9207
Merge pull request #2221 from reaperhulk/memleak
by Alex Gaynor
· 10 years ago
6477d48
X509_add_ext dupes the X509_EXTENSION when adding it. fix the leak
by Paul Kehrer
· 10 years ago
6d91746
fix a memory leak in certificate creation during extension creation
by Paul Kehrer
· 10 years ago
b4fdc5e
Merge pull request #2219 from reaperhulk/fix-2218
by Alex Gaynor
· 10 years ago
1ae7653
rename sign_x509_certificate backend method to create_x509_certificate
by Paul Kehrer
· 10 years ago
304d938
Merge pull request #2216 from reaperhulk/for-shame-sigmavirus
by Alex Gaynor
· 10 years ago
14f0bd0
add ExtensionType interface
by Paul Kehrer
· 10 years ago
822f3d3
add oid attribute to all extension types
by Paul Kehrer
· 10 years ago
0d62a07
add missing sign_x509_certificate X509Backend interface docs
by Paul Kehrer
· 10 years ago
e0ecfdc
list all the other extensions we support for CertificateBuilder
by Paul Kehrer
· 10 years ago
caace60
Merge pull request #2212 from reaperhulk/aki-bindings
by Alex Gaynor
· 10 years ago
3af3c13
add a few additional bindings for AuthorityKeyIdentifier in OpenSSL
by Paul Kehrer
· 10 years ago
d4a7f06
rename to classmethod to from_public_key
by Paul Kehrer
· 10 years ago
36db7c2
Merge pull request #2209 from reaperhulk/add-ca-vector
by Alex Gaynor
· 10 years ago
4113d5b
add intermediate CA vector for future AuthorityKeyIdentifier testing
by Paul Kehrer
· 10 years ago
Next »