Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c0248b9be0a207fe1b27690d819bd79ac3e1aa84
/
docs
/
hazmat
/
primitives
c0248b9
HKDF docs
by David Reid
· 12 years ago
2649a69
Refer to the `d` param of RSA as `private_exponent`.
by Alex Gaynor
· 12 years ago
ee3e6bf
Rename RSAs key_length to key_size
by Alex Stapleton
· 12 years ago
a8e125f
Fixed up some backwards syntax in the docs
by Alex Gaynor
· 12 years ago
15a86a0
PBKDF2HMAC requires a PBKDF2HMACBackend provider.
by Paul Kehrer
· 12 years ago
b2ff877
Merge pull request #520 from reaperhulk/pbkdf2-openssl
by David Reid
· 12 years ago
0b18118
a bit more language work + changelog changes for pbkdf2hmac
by Paul Kehrer
· 12 years ago
1cab104
expand docs to talk more about the purposes of KDFs
by Paul Kehrer
· 12 years ago
c58b478
update docs re: PBKDF2HMAC iterations
by Paul Kehrer
· 12 years ago
4c75a8c
quotes inside, diff examples
by Paul Kehrer
· 12 years ago
1d65a2f
fix spacing, remove versionadded since HashAlgorithm was in 0.1
by Paul Kehrer
· 12 years ago
e51a2db
document HashAlgorithm
by Paul Kehrer
· 12 years ago
298e533
update docs for pbkdf2
by Paul Kehrer
· 12 years ago
99d5190
some alternate language
by Paul Kehrer
· 12 years ago
3d8c66f
update docs with more detailed info re: PBKDF2 usage
by Paul Kehrer
· 12 years ago
1277bc7
okay this time really finish the rename. Up example iterations to 100k
by Paul Kehrer
· 12 years ago
b3f763f
finish PBKDF2HMAC rename, more docs
by Paul Kehrer
· 12 years ago
98e40e6
rename PBKDF2 to PBKDF2HMAC, address many other review comments
by Paul Kehrer
· 12 years ago
5d1af21
documentation improvements for KDF
by Paul Kehrer
· 12 years ago
b6d764c
pbkdf2 docs
by Paul Kehrer
· 12 years ago
8454c51
Document that this is new in 0.2
by Alex Gaynor
· 12 years ago
e19e89f
Enforce that these may only be called once
by Alex Gaynor
· 12 years ago
5484f72
Try to improve the docs
by Alex Gaynor
· 12 years ago
b2774f5
Begin designing the KDF interfaces. Fixes #511
by Alex Gaynor
· 12 years ago
2a91874
Linkify the RSA docs
by Alex Gaynor
· 12 years ago
46688b1
indentation is fun
by Paul Kehrer
· 12 years ago
82629f4
adding versionadded
by Paul Kehrer
· 12 years ago
359b946
methods don't have a type, they return things
by Paul Kehrer
· 12 years ago
0e94fbe
make public_key an abstractmethod, update docs
by Paul Kehrer
· 12 years ago
d527b30
update interface docs to make attributes return int (per irc discussion)
by Paul Kehrer
· 12 years ago
ac42323
RSA private/public key interface + docs
by Paul Kehrer
· 12 years ago
007e5e1
Verify the tag len for GCM
by Alex Gaynor
· 12 years ago
288bae7
rewrite some text about the hmac verify method
by Paul Kehrer
· 12 years ago
5bbcf76
Make verify on HMAC more prominent
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
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
1225270
Correct spelling, fix phrasing, line wrap.
by Alex Gaynor
· 12 years ago
2a160d6
Merge branch 'master' into validate-iv
by Alex Gaynor
· 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
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
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
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
2724ff6
Link from symmetric encryption to fernet
by Alex Gaynor
· 12 years ago
2288e30
Add verify function to hmac and hashes.
by Julian Krause
· 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
5175e4e
Merge branch 'master' into validate-iv
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
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
f8796b1
Renamed bindings to backends
by Alex Gaynor
· 12 years ago
989061d
Prefer executable code examples
by Alex Gaynor
· 12 years ago
f56444d
Always show where a baackend comes form in the docs
by Alex Gaynor
· 12 years ago
848f770
Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post.
by Julian Krause
· 12 years ago
b5c4891
Merge pull request #285 from reaperhulk/fix-282
by Alex Gaynor
· 12 years ago
a07925a
update docs to explain tag requirements and valueerror
by Paul Kehrer
· 12 years ago
d6f14da
Improve documentation.
by Julian Krause
· 12 years ago
0d23e94
Don't show so much stuff
by Alex Gaynor
· 12 years ago
9c3088f
Beginnings of a constant_time module.
by Julian Krause
· 12 years ago
d4f9383
Be more specific about when you can trust authentication on GCM
by Alex Gaynor
· 12 years ago
6728437
link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM
by Paul Kehrer
· 12 years ago
cd28a7c
remove AEADDecryptionContext references from GCM docs
by Paul Kehrer
· 12 years ago
5578c66
improve language for gcm docs
by Paul Kehrer
· 12 years ago
5b828b1
attempt to document the new interfaces for AEAD
by Paul Kehrer
· 12 years ago
e0b5bb1
explicit backend fix for gcm docs
by Paul Kehrer
· 12 years ago
26c8c6a
begin adding warnings to GCM mode
by Paul Kehrer
· 12 years ago
67abc86
document tag param for GCM object
by Paul Kehrer
· 12 years ago
0092c20
raise TypeError if you attempt to get the tag attribute on a decrypt
by Paul Kehrer
· 12 years ago
bc31fb2
rename add_data to authenticate_additional_data for clarity (hopefully)
by Paul Kehrer
· 12 years ago
2631c2b
gcm doc fixes (per review from alex)
by Paul Kehrer
· 12 years ago
6331daa
gcm doc improvements
by Paul Kehrer
· 12 years ago
65c4e0a
gcm doc fixes
by Paul Kehrer
· 12 years ago
22e80cb
GCM support
by Paul Kehrer
· 12 years ago
1a278a8
Learn how to spell a word
by Alex Gaynor
· 12 years ago
bb30eb1
Merge branch 'master' into validate-iv
by Alex Gaynor
· 12 years ago
e60e1d7
Merge pull request #227 from dreid/explicit-backend-in-hazmat
by Alex Gaynor
· 12 years ago
bae899a
Change teh exception
by Alex Gaynor
· 12 years ago
797dd83
Documentation!
by Alex Gaynor
· 12 years ago
663295d
Document all the parameters including cross references to specific providers where appropriate.
by David Reid
· 12 years ago
63fa19a
Use backend as keyword argument everywhere.
by David Reid
· 12 years ago
846460a
Fix doctests.
by David Reid
· 12 years ago
Next »