Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
a9e31b35cb1cfd4489294b6f93eb8ea0f07641fb
/
docs
a9e31b3
commoncrypto backend docs
by Paul Kehrer
· 12 years ago
9180ba5
Fix up a mistaken copy paste
by Alex Gaynor
· 12 years ago
7fccf4c
add CommonCrypto binding docs
by Paul Kehrer
· 12 years ago
288bae7
rewrite some text about the hmac verify method
by Paul Kehrer
· 12 years ago
607e423
Merge pull request #435 from reaperhulk/0.2-dev-open
by David Reid
· 12 years ago
5bbcf76
Make verify on HMAC more prominent
by Alex Gaynor
· 12 years ago
2b64fe2
add 0.2 changelog section
by Paul Kehrer
· 12 years ago
47926ba
Merge pull request #433 from alex/pip-install-me-captain
by David Reid
· 12 years ago
292902e
Document that we're on PyPI
by Alex Gaynor
· 12 years ago
d873b4c
Prepare to release.
by David Reid
· 12 years ago
924599e
Reformat
by Alex Gaynor
· 12 years ago
7c6d7d6
Typo fix
by Alex Gaynor
· 12 years ago
3f23040
Fixed #428 -- added a changelog
by Alex Gaynor
· 12 years ago
fe2e3c2
add padding info to docs
by Paul Kehrer
· 12 years ago
43cf688
Merge pull request #418 from reaperhulk/move-contexts
by David Reid
· 12 years ago
af0b9f5
GCM does not require padding (removing from docs example)
by Paul Kehrer
· 12 years ago
ad6d164
move ciphercontext/aeadciphercontext to bottom of symmetric encryption
by Paul Kehrer
· 12 years ago
75832bc
Merge pull request #416 from dreid/improved-aead-examples
by Alex Gaynor
· 12 years ago
abb72d2
Make the example more complete and add some comments walking the user through some stuff.
by David Reid
· 12 years ago
78569d6
Try making the AEAD examples less dense.
by David Reid
· 12 years ago
bb996d7
also remove CAST5 docs
by Paul Kehrer
· 12 years ago
41c14d5
How to verify that your released correctly
by Alex Gaynor
· 12 years ago
fea893c
More stuff
by Alex Gaynor
· 12 years ago
b3794db
You need a gpg key to do a release
by Alex Gaynor
· 12 years ago
ce0b5a3
Update release docs
by Alex Gaynor
· 12 years ago
2f030ef
Merge branch 'master' into release-automation
by Alex Gaynor
· 12 years ago
7507a1a
Merge pull request #412 from alex/version-consistency
by David Reid
· 12 years ago
89063f6
Update procedure
by Alex Gaynor
· 12 years ago
2b22fae
Compute the version in the same way as setup.py does
by Alex Gaynor
· 12 years ago
3aa243c
Spell a word correctly
by Alex Gaynor
· 12 years ago
bf41d5c
Merge pull request #203 from alex/fernet
by David Reid
· 12 years ago
24c9a8d
Merge pull request #272 from alex/validate-iv
by David Reid
· 12 years ago
adbea0d
Merge pull request #391 from alex/spelling-fixes
by Paul Kehrer
· 12 years ago
1225270
Correct spelling, fix phrasing, line wrap.
by Alex Gaynor
· 12 years ago
267dbc9
Merge branch 'master' into validate-iv
by Alex Gaynor
· 12 years ago
5bae063
Merge branch 'master' into fernet
by Alex Gaynor
· 12 years ago
2d16012
Make capitalization in the glossary consistent and sort it
by Alex Gaynor
· 12 years ago
c368ac2
Split OpenSSL binding
by Alex Stapleton
· 12 years ago
d8614a2
Typo fix
by Alex Gaynor
· 12 years ago
2a160d6
Merge branch 'master' into validate-iv
by Alex Gaynor
· 12 years ago
77762bc
This page has been subsumed by the index
by Alex Gaynor
· 12 years ago
dd1f5c5
Bump the copyright year
by Alex Gaynor
· 12 years ago
09aa746
Remove this one weird debugger
by Alex Gaynor
· 12 years ago
681fca8
Rearange sentence on recommendation of @jacobian
by Alex Gaynor
· 12 years ago
e68d73e
Document compiling OpenSSL to avoid conflicts
by Alex Stapleton
· 12 years ago
937451e
Merge branch 'master' into fernet
by Alex Gaynor
· 12 years ago
9020b48
String literals are const char*.
by Alex Stapleton
· 12 years ago
745ee07
Fix docs
by Paul Kehrer
· 12 years ago
ccd9c00
Convert #defines to explicit type declaration for consistency
by Paul Kehrer
· 12 years ago
047dab8
update style guide docs to reflect change to (void)
by Paul Kehrer
· 12 years ago
4b31af7
Merge branch 'master' into fernet
by Alex Gaynor
· 12 years ago
b808f8c
Remove verify from Hash.
by Julian Krause
· 12 years ago
831467c
Documentation clarity and grammer fixes.
by Julian Krause
· 12 years ago
e62760a
Merge branch 'master' of https://github.com/pyca/cryptography into verify
by Julian Krause
· 12 years ago
c91fe6a
Clean up documentation and naming.
by Julian Krause
· 12 years ago
8f42fe4
Slightly reorganize and cleanuip the backend docs
by Alex Gaynor
· 12 years ago
1c9e57b
Rephrase
by Alex Gaynor
· 12 years ago
d43134a
Typo
by Alex Gaynor
· 12 years ago
6cf1e69
Note abotu development versions
by Alex Gaynor
· 12 years ago
f5415c8
Forgotten file
by Alex Gaynor
· 12 years ago
1a9bbf2
Document our API stability policy. Fixes #312
by Alex Gaynor
· 12 years ago
4f776c4
fix erroneous indent and add abstractmethod to HMACBackend
by Paul Kehrer
· 12 years ago
90ae866
add hmac_supported method to backend.
by Paul Kehrer
· 12 years ago
d5c351e
Merge pull request #325 from public/unsupported-cipher-messages
by Alex Gaynor
· 12 years ago
35cb365
UnsupportedAlgorithm error messages for Ciphers
by Alex Stapleton
· 12 years ago
c09f6aa
Merge pull request #329 from alex/reccomend-versioning
by Paul Kehrer
· 12 years ago
95243f5
English, how does it work?
by Alex Gaynor
· 12 years ago
6955ea3
Recommend that recipes include a version
by Alex Gaynor
· 12 years ago
15cf6b9
A handful of cleanups and rewordings to the docs
by Alex Gaynor
· 12 years ago
8eda240
Merge pull request #327 from reaperhulk/gcm-lower-limit-tag
by Alex Gaynor
· 12 years ago
048d6cb
a few more doc changes to gcm tag info
by Paul Kehrer
· 12 years ago
fc73e2d
prose updates for GCM tag
by Paul Kehrer
· 12 years ago
a7fbf07
doc updates
by Paul Kehrer
· 12 years ago
ca73504
add note regarding not truncating tags
by Paul Kehrer
· 12 years ago
9b7624e
Merge pull request #326 from public/unsupported-hmac-hash
by Alex Gaynor
· 12 years ago
447d64f
Raise UnsupportedAlgorithm when initing HMACs
by Alex Stapleton
· 12 years ago
1b1327c
Raise UnsupportedAlgorithm when initing Hash()
by Alex Stapleton
· 12 years ago
3ac297e
flake8 fix
by Alex Gaynor
· 12 years ago
2724ff6
Link from symmetric encryption to fernet
by Alex Gaynor
· 12 years ago
719eb6a
Linkify this
by Alex Gaynor
· 12 years ago
32dc4e4
Make into a warning as suggested by @dstufft
by Alex Gaynor
· 12 years ago
3ef458a
Reword slightly
by Alex Gaynor
· 12 years ago
2288e30
Add verify function to hmac and hashes.
by Julian Krause
· 12 years ago
0551572
Mention that the timestamp is plaintext
by Alex Gaynor
· 12 years ago
0d08963
Use the term fernet token
by Alex Gaynor
· 12 years ago
e908329
Include more info in the title
by Alex Gaynor
· 12 years ago
668d480
BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1.
by David Reid
· 12 years ago
6cf242b
Document the other consequence of losing your key
by Alex Gaynor
· 12 years ago
be98053
A foolish consistency is a really cool idea -- Samuel Clemens
by Alex Gaynor
· 12 years ago
2cfbc12
Be consistent
by Alex Gaynor
· 12 years ago
df8bfea
DOn't assume people know that contraction
by Alex Gaynor
· 12 years ago
7c06746
Rework the index to give people a better lay of the land
by Alex Gaynor
· 12 years ago
5175e4e
Merge branch 'master' into validate-iv
by Alex Gaynor
· 12 years ago
4a35b7f
Merge branch 'master' into fernet
by Alex Gaynor
· 12 years ago
ffb7726
Merge pull request #308 from alex/rename-bindings
by Donald Stufft
· 12 years ago
0e9c4d1
Merge pull request #307 from alex/prefer-doctest
by Paul Kehrer
· 12 years ago
4b0f9ab
Merge branch 'master' into fernet
by Alex Gaynor
· 12 years ago
ca4a22b
Merge pull request #283 from juliankrause/constant_time
by Paul Kehrer
· 12 years ago
383a04c
Remove plural.
by Julian Krause
· 12 years ago
d83c590
Need to include the imports
by Alex Gaynor
· 12 years ago
Next »