Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
90fab1bf918fee37d6d0e15a05cc00fc6d42c2dc
/
docs
/
x509
077d89d
line length
by Alex Gaynor
· 9 years ago
60df494
Fix what appears to be a typo
by Alex Gaynor
· 9 years ago
f5bc3eb
backticks
by Paul Kehrer
· 10 years ago
58ddc11
support unrecognized extensions in x509
by Paul Kehrer
· 10 years ago
1628b5c
language update
by Paul Kehrer
· 10 years ago
14fd697
add UnrecognizedExtension class
by Paul Kehrer
· 10 years ago
e5f152b
support CRL entry extension encoding in the RevokedCertificateBuilder
by Paul Kehrer
· 10 years ago
23c0bbc
add invaliditydate class for crl entry extensions
by Paul Kehrer
· 10 years ago
7058ece
switch CRLReason to use a class
by Paul Kehrer
· 10 years ago
49bb756
start switching the CRL entry extensions to be full-fledged classes
by Paul Kehrer
· 10 years ago
4f76921
Merge pull request #2574 from reaperhulk/rename-crlextension
by Alex Gaynor
· 10 years ago
c6242dc
rename CRLExtensionOID to CRLEntryExtensionOID
by Paul Kehrer
· 10 years ago
4c7fd5f
support revoked certificates in CertificateRevocationListBuilder
by Paul Kehrer
· 10 years ago
c33ffd7
RevokedCertificateBuilder
by Paul Kehrer
· 10 years ago
426b48d
add extension support to the CRLBuilder
by Paul Kehrer
· 10 years ago
0325b9d
update docs with review feedback
by Paul Kehrer
· 10 years ago
bfac2d1
CertificateRevocationListBuilder
by Paul Kehrer
· 10 years ago
e32b994
update the language
by Paul Kehrer
· 10 years ago
3b95cd7
CRLNumber needs to be a class for reasons.
by Paul Kehrer
· 10 years ago
51f39cb
support parsing CRL extensions in the OpenSSL backend
by Paul Kehrer
· 10 years ago
54a837d
add a CRL public_bytes method
by Paul Kehrer
· 10 years ago
a2293c8
added business category oid
by Alex Gaynor
· 10 years ago
45e507f
added two more oids
by Alex Gaynor
· 10 years ago
1d3f2bf
Fixed #2531 -- added missing EV oid
by Alex Gaynor
· 10 years ago
c47b252
Have CertificateBuilder docs create self-signed cert
by Cory Benfield
· 10 years ago
ab20939
expose tbs_certrequest_bytes and signature on CertificateSigningRequest
by Paul Kehrer
· 10 years ago
6abe2bb
add tbsCertList and signature interfaces to CRLs
by Erik Trauschke
· 10 years ago
d289805
rename tbs_certificate to tbs_certificate_bytes, add a comment
by Paul Kehrer
· 10 years ago
d91e7c1
add support for Certificate signature and tbs_certificate
by Paul Kehrer
· 10 years ago
1cb9e55
inline some type declarations in the docs
by Paul Kehrer
· 10 years ago
47c32ba
document the constructors for our extensions and general names
by Paul Kehrer
· 10 years ago
dcdf967
move revoked_certificate assignment in the doctests
by Paul Kehrer
· 10 years ago
32bbfe0
remove convenience functions for revoked extensions
by Erik Trauschke
· 10 years ago
c8ab2ea
Merge branch 'master' into crl_ossl_backend
by Erik Trauschke
· 10 years ago
c219b96
Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend
by Erik Trauschke
· 10 years ago
77f5a25
use X509ExtensionParser for Revoked extensions
by Erik Trauschke
· 10 years ago
b14f7d1
doctest fix
by Erik Trauschke
· 10 years ago
3cdabaf
fix indentations
by Erik Trauschke
· 10 years ago
a529203
Merge pull request #2412 from alex/correct-syntax
by Paul Kehrer
· 10 years ago
7f1aa4e
nuke trailing whitespace
by Benjamin Peterson
· 10 years ago
4c2561a
Use the right reST syntax for these
by Alex Gaynor
· 10 years ago
9ed312b
use :returns: and put annotation in the correct place
by Benjamin Peterson
· 10 years ago
87494d1
Indicate the return type of CertificateBuilder.sign
by Benjamin Peterson
· 10 years ago
2c145cc
document the extension type requirement a bit better
by Paul Kehrer
· 10 years ago
dc57040
OpenSSL backend code for CRLs
by Erik Trauschke
· 10 years ago
f648734
Fixed #2318 -- added the missing critical flag to the x509 tutorial
by Alex Gaynor
· 10 years ago
e782061
Write as binary
by Tim Buchwaldt
· 10 years ago
a5e999a
Update tutorial.rst as it was missing an import
by Abhijeet Rastogi
· 10 years ago
46c3e70
Fixed a pair of examples in teh docs
by Alex Gaynor
· 10 years ago
6a603eb
Added ::versionadded 1.1 tag to get_extension_for_class
by Phoebe Queen
· 10 years ago
019b7f8
added docs for get_extension_for_class
by Phoebe Queen
· 10 years ago
246daf7
make import consistent
by Paul Kehrer
· 10 years ago
21bdd1b
update tutorial to use namespace OIDs
by Paul Kehrer
· 10 years ago
e27f658
update x509 reference to use namespaced OIDs
by Paul Kehrer
· 10 years ago
cc67182
address review comments
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
d5bf17a
Merge pull request #2204 from reaperhulk/ski-classmethod
by Alex Gaynor
· 10 years ago
eb9ec00
add more prose about how the digest is generated
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
14f0bd0
add ExtensionType interface
by Paul Kehrer
· 10 years ago
822f3d3
add oid attribute to all extension types
by Paul Kehrer
· 10 years ago
d4a7f06
rename to classmethod to from_public_key
by Paul Kehrer
· 10 years ago
f22f612
add SubjectKeyIdentifier.create_from_public_key
by Paul Kehrer
· 10 years ago
9add80e
reorder CertificateBuilder sign arguments
by Paul Kehrer
· 10 years ago
a0f00f4
Merge remote-tracking branch 'upstream/master' into cert-builder
by Ian Cordasco
· 10 years ago
b7530a4
Use :doc: instead of :ref: for random-numbers
by Ian Cordasco
· 10 years ago
1517a4b
Add sign_x509_certificate to MultiBackend
by Ian Cordasco
· 10 years ago
17c8900
Add note to serial_number parameter about entropy
by Ian Cordasco
· 10 years ago
8f57142
Update the docs to be more accurate
by Ian Cordasco
· 10 years ago
85fc4d5
Minor pep8 and doc fixes
by Ian Cordasco
· 10 years ago
24283d2
typo fix
by Paul Kehrer
· 10 years ago
c4e6194
add missing extensions documentation to CertificateSigningRequest
by Paul Kehrer
· 10 years ago
c9682ad
Fix up parameter names in the docs
by Ian Cordasco
· 10 years ago
c5e1c25
Document other two parameters from sign method
by Ian Cordasco
· 10 years ago
893246f
Remove CertificateBuilder.version
by Ian Cordasco
· 10 years ago
7644383
Fix documentation referring to CertificateBuilder.set_version
by Ian Cordasco
· 10 years ago
0092a0b
Remove unnecessary helper functions
by Ian Cordasco
· 10 years ago
9bbfcea
Adds certificate builder.
by Andre Caron
· 10 years ago
9ca4851
fix
by Alex Gaynor
· 10 years ago
d02bc12
fixed indent
by Alex Gaynor
· 10 years ago
5bcd8e8
line length and grammar
by Alex Gaynor
· 10 years ago
0c91ddc
spelling
by Alex Gaynor
· 10 years ago
11b00cd
Fixed #2091 -- describe how to generate a CSR.
by Alex Gaynor
· 10 years ago
856b87b
these were moved
by Alex Gaynor
· 10 years ago
4af5b37
Reorganize the x509 docs in prep for a tutorial
by Alex Gaynor
· 10 years ago