Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
5e208e7be554cb5c132acef9754c54681e24fab9
/
docs
/
hazmat
/
primitives
/
symmetric-encryption.rst
7c5c9fe
export interfaces from base in ciphers, update docs
by Paul Kehrer
· 10 years ago
2129d50
fix docs links
by Paul Kehrer
· 10 years ago
4ab6059
move padding
by Paul Kehrer
· 10 years ago
513b7cb
move cipher and mode interfaces
by Paul Kehrer
· 10 years ago
45efdbc
make our docs job nitpicky and fix every broken link
by Paul Kehrer
· 10 years ago
e591778
IV should be 16 bytes
by Gregory Haynes
· 11 years ago
7e28fbb
iv should be 32 bytes
by Gregory Haynes
· 11 years ago
e261d94
Assign iv to var and remove testsetup block
by Gregory Haynes
· 11 years ago
0f98611
Make the symmetric-enc example an example
by Gregory Haynes
· 11 years ago
9b6fd8e
Anywhere we tell someone to randomly generate something, link the RNG docs. Fixes #1559
by Alex Gaynor
· 11 years ago
e9df294
Use HTTPS for a number of URLs in the docs
by Alex Gaynor
· 11 years ago
cc5224f
Improve docs
by Alex Gaynor
· 11 years ago
8f1b8e8
Fixes #1200 -- disallow GCM truncation by default
by Alex Gaynor
· 11 years ago
d99fc65
Use the short link version for various things
by Alex Gaynor
· 11 years ago
ebb1cb9
Fixed a few typos
by Alex Gaynor
· 11 years ago
969f18e
Word wrap some long lines in teh docs
by Alex Gaynor
· 11 years ago
2a947c4
add some docs and changelog
by Paul Kehrer
· 11 years ago
006670c
Use bold instead of italics
by Paul Kehrer
· 11 years ago
19e97bd
Fix some typos in the docs
by Alex Stapleton
· 11 years ago
fdf6330
Use the short name in the docs
by Alex Gaynor
· 11 years ago
fa4a6b2
Added CMAC docs
by Ayrx
· 11 years ago
7e914c9
add SEED docs, tests, small fixes
by Paul Kehrer
· 11 years ago
7a489db
Fixed #809 -- switch back to always using UnsupportedAlgorithm
by Alex Gaynor
· 11 years ago
c5fffd3
Standardise on sentence case for titles
by Alex Stapleton
· 11 years ago
f56c54e
Added backend check to cipher primitives
by Ayrx
· 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
092351d
Various "improvements" to the symmetric docs
by Alex Stapleton
· 11 years ago
c6a6f31
Convert stuff
by Alex Gaynor
· 11 years ago
fb843aa
Re-linewrap the symmetric encryption doc source
by Alex Gaynor
· 11 years ago
a5011ec
add versionadded to cast5
by Paul Kehrer
· 11 years ago
70c90e9
remove some extra linebreaks
by Paul Kehrer
· 11 years ago
bab0e1a
add cast5 docs
by Paul Kehrer
· 11 years ago
b481889
Rephrase for additional clairyt
by Alex Gaynor
· 12 years ago
007e5e1
Verify the tag len for GCM
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
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
Next »