Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
da74298444b38c71fd7c78f7c00f15521807a623
/
docs
da74298
update our docs for the testing matrix to be accurate
by Paul Kehrer
· 10 years ago
a26c13a
We test on 3.5
by Alex Gaynor
· 10 years ago
84cd139
We ship statically linked wheels for OS X as well
by Alex Gaynor
· 10 years ago
c79a81c
appeasement
by Alex Gaynor
· 10 years ago
16b67fc
some commas that look correct
by Alex Gaynor
· 10 years ago
ace036d
Some cleanups
by Alex Gaynor
· 10 years ago
53c8f6a
Add X963KDF from ANSI X9.63:2001
by Simo Sorce
· 10 years ago
b7af2f5
add docs on how to upgrade OpenSSL on OS X and windows builders
by Paul Kehrer
· 10 years ago
5a5d26c
Fixes #2353 -- document that we need PyPy 2.6+
by Alex Gaynor
· 10 years ago
e69da95
Add NIST Vectors for ANSI X9.63 KDF
by Simo Sorce
· 10 years ago
4816ab3
Correct order of parameters in documentation
by Matěj Grabovský
· 10 years ago
1e071ac
rework OS X install docs to describe static/dynamic linking
by Paul Kehrer
· 10 years ago
209e630
Merge branch 'master' into docs-fix
by Paul Kehrer
· 10 years ago
8d242c7
fix a docs typo and convert it to a doctest to prevent future problems
by Paul Kehrer
· 10 years ago
f648734
Fixed #2318 -- added the missing critical flag to the x509 tutorial
by Alex Gaynor
· 10 years ago
f3e8aae
Merge pull request #2304 from Ayrx/fernet-docs-kdf
by Paul Kehrer
· 10 years ago
69382a0
Add bcrypt to word list.
by Terry Chia
· 10 years ago
b1903b0
Mention bcrypt and scrypt.
by Terry Chia
· 10 years ago
40d56b2
line length
by Alex Gaynor
· 10 years ago
fd07919
spelling
by Alex Gaynor
· 10 years ago
72ccef5
Fixed #2270 -- update citation to something that works
by Alex Gaynor
· 10 years ago
7126e61
Fix imports and wordings.
by Terry Chia
· 10 years ago
4678604
Add Django to wordlist.
by Terry Chia
· 10 years ago
d9f8bfa
Fixed PBKDF2 class target.
by Terry Chia
· 10 years ago
1ef3aa3
Fix link.
by Terry Chia
· 10 years ago
b964a5c
Add some text regarding using passwords with Fernet.
by Terry Chia
· 10 years ago
e87027f
Merge pull request #2297 from fxfitz/patch-1
by Alex Gaynor
· 10 years ago
e782061
Write as binary
by Tim Buchwaldt
· 10 years ago
238c191
Update fernet.rst - removed a word!
by Fran Fitzpatrick
· 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
0a12276
Merge pull request #2267 from queenp/iss2255
by Paul Kehrer
· 10 years ago
6a603eb
Added ::versionadded 1.1 tag to get_extension_for_class
by Phoebe Queen
· 10 years ago
0e708a8
Update the docs for the correct RFC in more places
by Alex Gaynor
· 10 years ago
5ec74d1
Merge pull request #2250 from reaperhulk/fix-2246
by Alex Gaynor
· 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
31c5c33
resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
by Paul Kehrer
· 10 years ago
0de6120
add versionadded to the get_provision_uri methods on TOTP/HOTP
by Paul Kehrer
· 10 years ago
4c360e4
Document how to get a random number as an integer, fixes #2190
by Alex Gaynor
· 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
b27568b
Merge pull request #2217 from reaperhulk/extensions-oids
by Alex Gaynor
· 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
1ae7653
rename sign_x509_certificate backend method to create_x509_certificate
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
0d62a07
add missing sign_x509_certificate X509Backend interface docs
by Paul Kehrer
· 10 years ago
d4a7f06
rename to classmethod to from_public_key
by Paul Kehrer
· 10 years ago
4113d5b
add intermediate CA vector for future AuthorityKeyIdentifier testing
by Paul Kehrer
· 10 years ago
f22f612
add SubjectKeyIdentifier.create_from_public_key
by Paul Kehrer
· 10 years ago
b45c79b
Merge pull request #2196 from reaperhulk/reorder-certbuilder-args
by Alex Gaynor
· 10 years ago
9add80e
reorder CertificateBuilder sign arguments
by Paul Kehrer
· 10 years ago
05db69f
Merge pull request #2191 from tdsmith/patch-1
by Alex Gaynor
· 10 years ago
91596e2
Make Homebrew install instructions more generic
by tim smith
· 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
93b5e3e
Merge pull request #2188 from reaperhulk/improve-changelog
by Alex Gaynor
· 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
0f98436
add test vector from #2183
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
6608b7e
remove windows link type, update docs
by Paul Kehrer
· 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
b32b005
fixed this doc too
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
907cc81
Merge pull request #2108 from mail-in-a-box/master
by Paul Kehrer
· 10 years ago
d2afad3
special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated
by Joshua Tauberer
· 10 years ago
18b6fc8
additional tests and doc spelling error fix for OtherName
by Joshua Tauberer
· 10 years ago
2ee5e3c
parse SAN otherNames into OtherName instances rather than raising an exception
by Joshua Tauberer
· 10 years ago
d0b376b
Document that public_bytes on certs and CSRs are new in 1.0
by Alex Gaynor
· 10 years ago
abfb699
Merge pull request #2113 from reaperhulk/new-gn-types
by Alex Gaynor
· 10 years ago
0ed3d91
add SAN ediPartyName and x400Address test vectors
by Paul Kehrer
· 10 years ago
8ea90ef
docs changes based on feedback
by Paul Kehrer
· 10 years ago
4cfd01d
relink some things
by Paul Kehrer
· 10 years ago
15a1b59
move PublicKeyWithSerialization methods to PublicKey
by Paul Kehrer
· 10 years ago
9479414
Merge pull request #2110 from reaperhulk/remove-with-numbers
by Alex Gaynor
· 10 years ago
47e1b60
add some more detail.
by Paul Kehrer
· 10 years ago
c7de254
remove docs for WithNumbers classes that are removed in 1.0
by Paul Kehrer
· 10 years ago
451c8df
add some documentation around the requirement for xcode cli tools on mac
by Paul Kehrer
· 10 years ago
Next »