Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
2d8e574e9dd1510783f12b7632b05622a16e82ef
/
docs
2d8e574
add some notes about when to use these classmethods
by Paul Kehrer
· 9 years ago
61ff356
Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier
by Paul Kehrer
· 9 years ago
6a070e2
le sigh
by Alex Gaynor
· 9 years ago
0fa997b
move links to the bottom
by Alex Gaynor
· 9 years ago
c77db59
Fixed #2776 -- added an FAQ on compilation errors on OS X
by Alex Gaynor
· 9 years ago
6422d83
HTTPS some links, in the odd event users of a cryptographic library would care about authentication, integrity, or confidentiality
by Alex Gaynor
· 9 years ago
a372db3
Merge pull request #2670 from joernheissler/x509_req_verify
by Paul Kehrer
· 9 years ago
5910e0f
Merge pull request #2725 from alex/security-docs
by Paul Kehrer
· 9 years ago
8c399cd
Delete a bunch of commented out defaults in docs/conf.py
by Alex Gaynor
· 9 years ago
4a6e2de
add another policy constraints test vector
by Paul Kehrer
· 9 years ago
c96ef9d
Merge pull request #2733 from reaperhulk/policy-constraints
by Alex Gaynor
· 9 years ago
648c0fb
try to improve the language
by Paul Kehrer
· 9 years ago
0ab8e9e
Document the vector
by Alex Gaynor
· 9 years ago
20f0df5
fix docs
by Paul Kehrer
· 9 years ago
159b3b5
add the oid required by the extensiontype interface
by Paul Kehrer
· 9 years ago
7e8fe9d
add policy constraints class
by Paul Kehrer
· 10 years ago
9c4c0dc
Added a word
by Alex Gaynor
· 9 years ago
f7721aa
Good clarification from @dstufft
by Alex Gaynor
· 9 years ago
ebcd037
spelling
by Alex Gaynor
· 9 years ago
940c92f
Several updates to our security docs:
by Alex Gaynor
· 9 years ago
357f977
Make the linkcheck builder more resillient against transient network errors.
by Alex Gaynor
· 9 years ago
077d89d
line length
by Alex Gaynor
· 9 years ago
60df494
Fix what appears to be a typo
by Alex Gaynor
· 9 years ago
09828cd
Clearly document that this is a good example
by Alex Gaynor
· 9 years ago
5e785b7
As always, recommend cryptoing while you crypto
by Alex Gaynor
· 10 years ago
2c1458e
Merge pull request #2701 from alex/document-key
by Paul Kehrer
· 10 years ago
b80a5ab
Fixed #2700 -- corrtected the create_hmac_ctx interface docs
by Alex Gaynor
· 10 years ago
e783fab
Minor doc tweak per issue #2694
by Phoebe Queen
· 10 years ago
be6dd9b
Formally deprecated support for OpenSSL 0.9.8
by Alex Gaynor
· 10 years ago
fbda8ce
Change method to property
by Joern Heissler
· 10 years ago
1bd77e2
Add verify method on CertificateSigningRequest
by Joern Heissler
· 10 years ago
4dcc0fe
Merge pull request #2624 from alex/2016
by Paul Kehrer
· 10 years ago
9d36129
Bump the copyright year
by Alex Gaynor
· 10 years ago
7105e7f
Merge pull request #2621 from reaperhulk/update-links
by Alex Gaynor
· 10 years ago
4741a3c
Merge pull request #2618 from reaperhulk/fix-2432
by Alex Gaynor
· 10 years ago
d9c7eeb
Merge pull request #2616 from reaperhulk/docs-accurate-osx
by Alex Gaynor
· 10 years ago
277b701
update some links with the redirects shown in the linkchecker
by Paul Kehrer
· 10 years ago
b29f464
disambiguate a version number
by Paul Kehrer
· 10 years ago
33151a4
Merge pull request #2615 from reaperhulk/doc-deprecations
by Alex Gaynor
· 10 years ago
d3a17c8
provide a bit more detail about the underlying public key formats
by Paul Kehrer
· 10 years ago
13e55df
make the os x install docs more accurate
by Paul Kehrer
· 10 years ago
56b360a
prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations
by Paul Kehrer
· 10 years ago
d4ea53b
add a small note about clearing the wheel cache
by Paul Kehrer
· 10 years ago
e22309c
Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux
by Alex Gaynor
· 10 years ago
b4dc88a
Better document the return type of serialization load functions
by Alex Gaynor
· 10 years ago
f5bc3eb
backticks
by Paul Kehrer
· 10 years ago
58ddc11
support unrecognized extensions in x509
by Paul Kehrer
· 10 years ago
7640889
Merge pull request #2604 from reaperhulk/unrecognized-extension-class
by Alex Gaynor
· 10 years ago
1628b5c
language update
by Paul Kehrer
· 10 years ago
66ca9f7
Merge pull request #2603 from reaperhulk/unrecognized-extension-vector
by Alex Gaynor
· 10 years ago
14fd697
add UnrecognizedExtension class
by Paul Kehrer
· 10 years ago
249d9be
new unsupported extension x509 test vector
by Paul Kehrer
· 10 years ago
d1349d3
Port a few cr.yp.to links to be HTTPS
by Alex Gaynor
· 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
aa8b0f4
add create_x509_revoked_certificate to x509backend interface
by Paul Kehrer
· 10 years ago
426b48d
add extension support to the CRLBuilder
by Paul Kehrer
· 10 years ago
7eaaf0c
fix rebase mistake in the docs
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
48f17cb
Merge pull request #2565 from reaperhulk/crl-interface
by Alex Gaynor
· 10 years ago
6b3184c
Use clearer language in the backend interface docs.
by Alex Gaynor
· 10 years ago
a3ef621
better language
by Paul Kehrer
· 10 years ago
07b7e7f
add create_x509_crl interface
by Paul Kehrer
· 10 years ago
355174a
remove all mac 0.9.8 tests
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
93df8b7
add new CRL test vector
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
9543a33
support CRLs with no revoked certificates
by Paul Kehrer
· 10 years ago
fc504fe
Merge pull request #2534 from alex/ev-oid
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
d242ebb
use the non-deprecated name for this function
by Alex Gaynor
· 10 years ago
1d3f2bf
Fixed #2531 -- added missing EV oid
by Alex Gaynor
· 10 years ago
869cfd9
port 1.1.2 changelog to master
by Paul Kehrer
· 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
6c83cc6
Also include arc4 in the toctree in test vectors
by Ehren Kret
· 10 years ago
48f1801
Fix pep8 lint errors
by Ehren Kret
· 10 years ago
e23c0b7
Reference arc4.rst from the test-vectors.rst page
by Ehren Kret
· 10 years ago
d01c20f
Add support for 160 bit ARC4 keys
by Ehren Kret
· 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
d3f4ecd
Merge pull request #2447 from reaperhulk/encode-decode-point
by Alex Gaynor
· 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
13d4e74
modify approach to use EllipticCurvePublicNumbers methods
by Paul Kehrer
· 10 years ago
e4150bc
remove support for null points, improve docs
by Paul Kehrer
· 10 years ago
3568563
rst continues to be a mystery
by Paul Kehrer
· 10 years ago
d9cfab3
fix some docs
by Paul Kehrer
· 10 years ago
467072f
add support for encoding/decoding elliptic curve points
by Paul Kehrer
· 10 years ago
Next »