Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
a4ce161dee13466e0e1ff2c100ccbe74c2b271f2
/
docs
9f79164
Merge branch 'master' into triple-des
by Alex Gaynor
· 12 years ago
e588209
Merge pull request #146 from dstufft/use-cryptography-io
by Alex Gaynor
· 12 years ago
ddc62f0
Small fixups for the docs
by Alex Gaynor
· 12 years ago
6b9ddeb
fix doc formatting and rename update param to "data"
by Paul Kehrer
· 12 years ago
505491b
Simplify documentation
by Matthew Iversen
· 12 years ago
36e7d0d
MD5 support + documentation for all hashes
by Paul Kehrer
· 12 years ago
bf9df01
Use the https://cryptography.io domain name
by Donald Stufft
· 12 years ago
9f9f550
Merge pull request #145 from reaperhulk/struct-style
by Alex Gaynor
· 12 years ago
3ed80ba
add struct style info to docs
by Paul Kehrer
· 12 years ago
99b69d9
Start better documenting our security procedure
by Alex Gaynor
· 12 years ago
1e8744a
DOcument the use of spaces here
by Alex Gaynor
· 12 years ago
e6466a5
Document our style guide for C bindings
by Alex Gaynor
· 12 years ago
89b3dd3
additional doc work on ctr
by Paul Kehrer
· 12 years ago
4506428
ctr doc language take 3
by Paul Kehrer
· 12 years ago
0ba2f94
remove confusing explanation about reusing nonce in counter mode docs
by Paul Kehrer
· 12 years ago
389892f
update docs to roughly describe many time pad attack & link cbc
by Paul Kehrer
· 12 years ago
d0ec60e
AES Counter support
by Paul Kehrer
· 12 years ago
17adce6
Fixed huge inaccuracies in the docs
by Alex Gaynor
· 12 years ago
e761f8b
Merge branch 'master' into triple-des
by Alex Gaynor
· 12 years ago
dff22d4
Camellia block cipher support
by Paul Kehrer
· 12 years ago
7587ded
This is a comment, not a command run in a root shell
by Alex Gaynor
· 12 years ago
ae5c907
Use the right lexer for these examples
by Alex Gaynor
· 12 years ago
8570794
Switch all repositories over to the new location
by Donald Stufft
· 12 years ago
5cb03b2
Fix typo in OpenSSL bindings docs
by Hynek Schlawack
· 12 years ago
166cbd3
Reflow some paragraphs in the contributing docs
by Alex Gaynor
· 12 years ago
7d4ca1e
address dreids review comments
by Richard Wall
· 12 years ago
40cde82
Address review comments. Better headings. More documentation build options
by Richard Wall
· 12 years ago
c3d1eb5
add some more links
by Richard Wall
· 12 years ago
0d9bb14
some narrative documentation explaining how to set up a development environment
by Richard Wall
· 12 years ago
0f7f781
Put a warning
by Alex Gaynor
· 12 years ago
6d02e2d
Make the lib and ffi public for the OpenSSL binding and document them
by Alex Gaynor
· 12 years ago
f1a39bd
OFB uses an initialization vector instead a nonce.
by David Reid
· 12 years ago
4223df7
add CFB to documentation
by Paul Kehrer
· 12 years ago
9287c23
Merge pull request #57 from reaperhulk/ofb-support
by Donald Stufft
· 12 years ago
c507412
change OFB iv to nonce to reflect dstufft nomenclature pitch
by Paul Kehrer
· 12 years ago
6f412a0
add output feedback mode support + test vectors (aes)
by Paul Kehrer
· 12 years ago
cd413a3
Cleaned up the docs for ECB
by Alex Gaynor
· 12 years ago
09980a5
remove unneeded init in ECB class, add warning to docs for ECB mode
by Paul Kehrer
· 12 years ago
13f108f
Add ECB class + docs + tests
by Paul Kehrer
· 12 years ago
6c7be9c
Merge branch 'master' into triple-des
by Alex Gaynor
· 12 years ago
2c67c82
Captitalize GH properly
by Alex Gaynor
· 12 years ago
c72e63f
More fully document the contribution process, move most of the details from
by Alex Gaynor
· 12 years ago
2f355d1
These are capitalized
by Alex Gaynor
· 12 years ago
aeb714c
Iinital work on 3DES. No tests and no implementation yet.
by Alex Gaynor
· 12 years ago
5e00e96
Merge pull request #28 from alex/simple-symmetric-encryption
by Hynek Schlawack
· 12 years ago
d8d91d4
Nit for Hynek
by Alex Gaynor
· 12 years ago
f88413a
Also mention that other packages miss python3 support
by Alex Gaynor
· 12 years ago
173de98
Test the symmetric encryption doc snippets using doctest
by Donald Stufft
· 12 years ago
235fa71
Use the Sphinx doctest builder
by Donald Stufft
· 12 years ago
292112b
Make the example error free
by Donald Stufft
· 12 years ago
f0d139a
Another issue we're targetting
by Alex Gaynor
· 12 years ago
d6bef56
English grammar
by Alex Gaynor
· 12 years ago
4373d7a
Added another item from hynek
by Alex Gaynor
· 12 years ago
aa66554
Document that we want AES-GCM
by Alex Gaynor
· 12 years ago
ec4ba73
Better gramar
by Alex Gaynor
· 12 years ago
3538fdb
Make this a heading
by Alex Gaynor
· 12 years ago
9f3468d
Better describe why this library exists. Refs #5
by Alex Gaynor
· 12 years ago
acc787a
Fixed example
by Alex Gaynor
· 12 years ago
641a3a0
Fully excised padding from the docs
by Alex Gaynor
· 12 years ago
a02d4ed
Removing padding from the encryption API
by Donald Stufft
· 12 years ago
4bc4519
Merge pull request #26 from alex/symmetric-encryption-docs
by Donald Stufft
· 12 years ago
b12f76e
Typo fix
by Alex Gaynor
· 12 years ago
97c6ace
There *is* a p in `cryptography` but it has a specific position in the word.
by Jean-Paul Calderone
· 12 years ago
51758ff
A padding example
by Alex Gaynor
· 12 years ago
c2ae2be
This is where padding goes
by Alex Gaynor
· 12 years ago
09515f0
Descriptive text
by Alex Gaynor
· 12 years ago
e62aa40
Describe the methods more explicitly
by Alex Gaynor
· 12 years ago
65678d0
Document this as a class
by Alex Gaynor
· 12 years ago
6badd9b
New language
by Alex Gaynor
· 12 years ago
2dc2b86
more accurate
by Alex Gaynor
· 12 years ago
4dd1c27
Move the modules around
by Alex Gaynor
· 12 years ago
a1b98f9
Fix
by Alex Gaynor
· 12 years ago
c4a5f06
This is a lie
by Alex Gaynor
· 12 years ago
1e3f81f
All caps
by Alex Gaynor
· 12 years ago
a4f529e
fix spelling errors, move module
by Alex Gaynor
· 12 years ago
1c1bad6
Document that IVs should not be reused.
by Alex Gaynor
· 12 years ago
c651f76
Document how long iv should be
by Alex Gaynor
· 12 years ago
48ec9a3
Try to document CBC
by Alex Gaynor
· 12 years ago
5ba2dfa
Attempt to document AES
by Alex Gaynor
· 12 years ago
e786943
Crypto is seriously hard
by Alex Gaynor
· 12 years ago
d96d100
Start stubbing out subheadings
by Alex Gaynor
· 12 years ago
0ca7fdb
Begin to describe the methods
by Alex Gaynor
· 12 years ago
f6c47e9
Started trying to document symmetric encryption
by Alex Gaynor
· 12 years ago
5e7926f
Document architecture changes
by Hynek Schlawack
· 12 years ago
71c7ac0
Fix typo in docs and use my private e-mail
by Hynek Schlawack
· 12 years ago
ca0752c
Use an HTTPS url for our mailing list
by Alex Gaynor
· 12 years ago
3000df3
Documented that our documentation is online
by Alex Gaynor
· 12 years ago
ddd90c1
Documented where the community is
by Alex Gaynor
· 12 years ago
9e3c250
Mention the implementaion strategies
by Alex Gaynor
· 12 years ago
1abfac7
Start to document the architecture.
by Alex Gaynor
· 12 years ago
6c7cfeb
Test that docs compile clean as well
by Alex Gaynor
· 12 years ago
b64929b
Clean up the docs index
by Alex Gaynor
· 12 years ago
c113c3b
Python 3.2 compatibility
by Alex Gaynor
· 12 years ago
d21da67
Pep8 corrections to docs/conf.py
by Alex Gaynor
· 12 years ago
c62e91f
Initial commit. Migrates over basic project files, and the OpenSSL bindings
by Alex Gaynor
· 12 years ago