Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
1977a605c5ac83dce0e717ca37f99eab48b73ada
/
docs
1977a60
Rephrase to keep the spell checker happy
by Alex Stapleton
· 11 years ago
68bba2d
Limitations
by Alex Stapleton
· 11 years ago
4db32f7
a few more import order fixes for upcoming flake8-import-order
by Paul Kehrer
· 11 years ago
798c034
document the ValueError
by Paul Kehrer
· 11 years ago
06aa796
RSA PSS signature support
by Paul Kehrer
· 11 years ago
c5fffd3
Standardise on sentence case for titles
by Alex Stapleton
· 11 years ago
38c4263
Merge pull request #792 from reaperhulk/rsa-pss-verify
by Alex Gaynor
· 11 years ago
a38e8e5
link to Colin Percival re: recommended RSA signature padding
by Paul Kehrer
· 11 years ago
edacb14
Update the docs.
by Mohammed Attia
· 11 years ago
763c621
move PSS to top of docs
by Paul Kehrer
· 11 years ago
b5936a7
add RSA PSS verification support
by Paul Kehrer
· 11 years ago
e171c5f
Merge pull request #807 from Ayrx/add-backend-check-to-rsa
by Paul Kehrer
· 11 years ago
1e7ce06
Merge pull request #806 from Ayrx/add-backend-check-to-cipher
by Paul Kehrer
· 11 years ago
77fdd4e
Merge pull request #805 from Ayrx/add-backend-check-to-hmac
by Paul Kehrer
· 11 years ago
f886a82
Added backend check to rsa primitives
by Ayrx
· 11 years ago
f56c54e
Added backend check to cipher primitives
by Ayrx
· 11 years ago
ecac029
Added backend check to hmac primitives
by Ayrx
· 11 years ago
b482ca1
Added backend check to hash primitives
by Ayrx
· 11 years ago
106cc54
Merge pull request #775 from reaperhulk/rsa-mgf1-class
by Alex Gaynor
· 11 years ago
7b9d924
Merge pull request #802 from public/platforms
by Paul Kehrer
· 11 years ago
13432b2
Tweak wording
by Alex Stapleton
· 11 years ago
b10e954
Alphabetise
by Alex Stapleton
· 11 years ago
bd0c7a6
Document Python versions too
by Alex Stapleton
· 11 years ago
b468417
Document the platforms we test on
by Alex Stapleton
· 11 years ago
6870241
Added backend check to kdf primitives
by Ayrx
· 11 years ago
30e574e
Added backend check to twofactor primitives
by Ayrx
· 11 years ago
26e5d3f
document MAX_LENGTH
by Paul Kehrer
· 11 years ago
3f6d7e7
fix vector generation/verification scripts for IDEA
by Paul Kehrer
· 11 years ago
7ba0c01
add IDEA support for CBC, CFB, OFB + tests for all IDEA
by Paul Kehrer
· 11 years ago
e5dc122
basic IDEA ECB support for OpenSSL backend
by Paul Kehrer
· 11 years ago
c99c214
Merge pull request #396 from reaperhulk/idea-bespoke-vectors
by Hynek Schlawack
· 11 years ago
24d5db8
style fixes
by Paul Kehrer
· 11 years ago
a5f0037
close the open files in generate/verify
by Paul Kehrer
· 11 years ago
db6fab5
add MGF1 class, docs, tests
by Paul Kehrer
· 11 years ago
933afee
Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface
by Alex Gaynor
· 11 years ago
b116bfd
Merge pull request #770 from reaperhulk/document-some-versions
by Alex Gaynor
· 11 years ago
06c7793
add mgf1_hash_supported to the RSABackend interface
by Paul Kehrer
· 11 years ago
12649af
document our oldest supported openssl and deny older support
by Paul Kehrer
· 11 years ago
7ba305b
Merge pull request #765 from public/doc-tweaks
by Paul Kehrer
· 11 years ago
5cb80e2
Merge pull request #766 from public/more-doc-tweaks
by Paul Kehrer
· 11 years ago
7904346
Update HMAC and Digest docs.
by Alex Stapleton
· 11 years ago
092351d
Various "improvements" to the symmetric docs
by Alex Stapleton
· 11 years ago
838e1ac
Merge pull request #761 from alex/missing-future-license
by Paul Kehrer
· 11 years ago
c37feed
Added future imports and licenses that are missing
by Alex Gaynor
· 11 years ago
ae28ca2
update headers, add verification code
by Paul Kehrer
· 11 years ago
c44e0f0
Added note in documentation about OS X version support
by Ayrx
· 11 years ago
bf2a9d9
Merge branch 'master' into idea-bespoke-vectors
by Paul Kehrer
· 11 years ago
2a69b48
whoops
by Alex Gaynor
· 11 years ago
c6a6f31
Convert stuff
by Alex Gaynor
· 11 years ago
826b374
Merge pull request #719 from skeuomorf/master
by Paul Kehrer
· 11 years ago
8566cac
Merge pull request #723 from reaperhulk/nist-rsa-vectors
by Alex Gaynor
· 11 years ago
29aa3aa
Merge remote-tracking branch 'upstream/master'
by Mohammed Attia
· 11 years ago
71acc67
Change DSAParams to DSAParameters
by Mohammed Attia
· 11 years ago
7a1738a
Typo fixes
by Mohammed Attia
· 11 years ago
243fd3d
Merge pull request #724 from alex/audit
by Donald Stufft
· 11 years ago
97e888f
Merge pull request #395 from reaperhulk/idea-vectors
by Donald Stufft
· 11 years ago
0df8c97
grammar. an thing.
by Alex Gaynor
· 11 years ago
92ddd76
On the suggestion of @zooko, note that we have not been audited
by Alex Gaynor
· 11 years ago
7f0039c
add vector sources
by Paul Kehrer
· 11 years ago
cb9a6c2
Change keypair to key pair to pass the sphinx spelling test
by Mohammed Attia
· 11 years ago
604c78f
Define DSA in the documentation
by Mohammed Attia
· 11 years ago
7032451
Annotate aliases in the DSA documentation
by Mohammed Attia
· 11 years ago
b416715
Added documentation for the DSA interfaces
by Mohammed Attia
· 11 years ago
9ab901d
Updated documentation for HOTP and TOTP TypeError
by Ayrx
· 11 years ago
f791410
add vector source data for IDEA ECB to docs
by Paul Kehrer
· 11 years ago
2e77ceb
Merge pull request #709 from public/dsa-test-vectors
by Paul Kehrer
· 11 years ago
e7da0ab
DSA test vector docs
by Alex Stapleton
· 11 years ago
43b4f1c
Merge pull request #703 from alex/change-exceptino-type
by Paul Kehrer
· 11 years ago
537f1e0
Scrypt is a word
by Alex Gaynor
· 11 years ago
75e72ea
Added vectors for scrypt from the draft RFC
by Alex Gaynor
· 11 years ago
9b1a82e
Switch to TypeError
by Alex Gaynor
· 11 years ago
58ee8c5
Docs as well
by Alex Gaynor
· 11 years ago
d63cbd0
Fix ":param:" syntax in KDF docs
by Wouter Bolsterlee
· 11 years ago
adba07a
docs language improvement
by Paul Kehrer
· 11 years ago
fef1fbd
address some review comments
by Paul Kehrer
· 11 years ago
a0c157f
fix docs, port some review comments forward to the new PR
by Paul Kehrer
· 11 years ago
4c0b4a9
more kwargs
by Paul Kehrer
· 11 years ago
42b3713
add RSA verification support
by Paul Kehrer
· 11 years ago
d8c8f7c
Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only
by Alex Gaynor
· 11 years ago
3e4729a
Cite Thomas Ptacek for urandom
by Alex Gaynor
· 11 years ago
62a9217
reorganize docs slightly
by Paul Kehrer
· 11 years ago
fb843aa
Re-linewrap the symmetric encryption doc source
by Alex Gaynor
· 11 years ago
7c49d18
Do some nitpicking cleanup of the twofactor code and documentation.
by David Reid
· 11 years ago
72e7477
Fixed wrong param naming in totp documentation
by Ayrx
· 11 years ago
1f8a1e8
Fixed documentation
by Ayrx
· 11 years ago
3b6423d
Updated HOTP and TOTP doctests
by Ayrx
· 11 years ago
52e1e93
Added method definitions to TOTP documentation.
by Ayrx
· 11 years ago
cec584c
Updated secret key description
by Ayrx
· 11 years ago
341399d
Fixed documentation based on alexs' comments.
by Ayrx
· 11 years ago
f39716d
Small fixes
by Ayrx
· 11 years ago
7ea36ed
Added documentation for TOTP.
by Ayrx
· 11 years ago
5b6ce2a
some style fixes suggested by pep8-naming
by Paul Kehrer
· 11 years ago
0377f5a
rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding
by Paul Kehrer
· 11 years ago
69a6fad
Add changelog to toplevel, include in sdist
by Matthew Iversen
· 11 years ago
8dd9713
incorporate review feedback. kwarg!
by Paul Kehrer
· 11 years ago
4ccceaf
add RSA PKCS1 signing (and structure for PSS + verification)
by Paul Kehrer
· 11 years ago
f7cf6ab
Merge pull request #667 from public/pkcs8-test-keys
by Paul Kehrer
· 11 years ago
2154135
0.2.1 changelog
by Paul Kehrer
· 11 years ago
abec8a1
Document PKCS #8 key sources
by Alex Stapleton
· 11 years ago
c85157b
Merge pull request #619 from public/openssl-key-loading-interfaces
by Paul Kehrer
· 11 years ago
Next »