Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
af0b9f56e761353593a0b33b1f4797169a716dec
/
docs
/
hazmat
/
primitives
/
symmetric-encryption.rst
af0b9f5
GCM does not require padding (removing from docs example)
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
4b31af7
Merge branch 'master' into fernet
by Alex Gaynor
· 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
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
2724ff6
Link from symmetric encryption to fernet
by Alex Gaynor
· 12 years ago
ffb7726
Merge pull request #308 from alex/rename-bindings
by Donald Stufft
· 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
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
0d23e94
Don't show so much stuff
by Alex Gaynor
· 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
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
ef0fcf2
Add a default_backend and start updating docs.
by David Reid
· 12 years ago
b317c7a
Another two
by Alex Gaynor
· 12 years ago
9316f4c
Fixed some spelling mistakes
by Alex Gaynor
· 12 years ago
9b70ba3
Also mention finalize
by Alex Gaynor
· 12 years ago
34511c6
Use AlreadyFinalized for symmetric ciphers
by Alex Gaynor
· 12 years ago
1aefe58
Merge pull request #214 from reaperhulk/arc4-support
by David Reid
· 12 years ago
0994c56
update docs to include arc4 example
by Paul Kehrer
· 12 years ago
ab5f011
Be more and more explicit about how to do things correctly
by Alex Gaynor
· 12 years ago
129d61e
Merge branch 'master' into arc4-support
by Paul Kehrer
· 12 years ago
635b542
Merge pull request #231 from dreid/mode-interface-properties
by Alex Gaynor
· 12 years ago
9de452d
Typo
by Alex Gaynor
· 12 years ago
8ed651e
Be really explicit about what's good and bad
by Alex Gaynor
· 12 years ago
30722b9
Add a new Mode interface to document mode.name and start on some prose docs for interfaces.
by David Reid
· 12 years ago
4da28c3
ARC4 support
by Paul Kehrer
· 12 years ago
051099e
update docs
by Paul Kehrer
· 12 years ago
3949f11
Changed excpetion name based on feedback from dreid
by Alex Gaynor
· 12 years ago
f1a3fc0
Document and implement the public API for when the backend doesn't support the requested algorithm
by Alex Gaynor
· 12 years ago
bf2de74
better english
by Alex Gaynor
· 12 years ago
fc09a7c
For example
by Alex Gaynor
· 12 years ago
d1f0201
Document how this returns bytes
by Alex Gaynor
· 12 years ago
6022d45
add CAST5 docs
by Paul Kehrer
· 12 years ago
3446d81
move blowfish docs to new weak ciphers section, linkify aes
by Paul Kehrer
· 12 years ago
5df0abe
add bf docs
by Paul Kehrer
· 12 years ago
af82d5e
Made a sphinx extension which emits the hazardous materials danger admonition
by Alex Gaynor
· 12 years ago
b2d5efd
More docs
by Alex Gaynor
· 12 years ago
e51fb93
Move the danger to the very top of the file
by Donald Stufft
· 12 years ago
d8f0118
Warn about dragons and dinosaurs with laser guns
by Donald Stufft
· 12 years ago
f04317a
Move primtives into a hazmat package
by Donald Stufft
· 12 years ago
[Renamed (93%) from docs/primitives/symmetric-encryption.rst]
01fbdf7
Merge pull request #181 from reaperhulk/error-handling
by Alex Gaynor
· 12 years ago