- dfb76e4 More TODOs by Alex Gaynor · 12 years ago
- a5c6487 Start playing with getting useful errors. We need unit tests for all these lines by Alex Gaynor · 12 years ago
- 66d368b Clear the sensitive data by Alex Gaynor · 12 years ago
- f48cb86 Another TODO by Alex Gaynor · 12 years ago
- ab4c507 Many TODOs later, we can encrypt a thing by Alex Gaynor · 12 years ago
- 5de0392 Properly decode plaintext before encrypting it by Donald Stufft · 12 years ago
- 3704a83 Use the NIST MMT vectors to test AES-CBC w/ no padding by Donald Stufft · 12 years ago
- aef7ee8 Reduce code duplication by Alex Gaynor · 12 years ago
- 2fbbe13 Style by Alex Gaynor · 12 years ago
- ec672e8 Use the NIST KAT vectors to test AES-CBC w/ no padding by Donald Stufft · 12 years ago
- cd95f3c Tests now running against the NIST vectors by Alex Gaynor · 12 years ago
- 3c6da26 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 12 years ago
- 80bb237 Merge pull request #29 from dstufft/nist-vector-file-utilities by Alex Gaynor · 12 years ago
- 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 12 years ago
- 95b8620 Started stubbing stuff out, including a simple test, now is the part where we by Alex Gaynor · 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
- 82b7972 Merge pull request #27 from exarkun/spelling-counts-gentlemen by Donald Stufft · 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
- 80cc920 Merge pull request #22 from lvh/fix-lvh-email by Hynek Schlawack · 12 years ago
- 9194a6c Fix e-mail by Laurens Van Houtven · 12 years ago
- 6c4570d Merge pull request #21 from hynek/rename-c-to-bindings by Alex Gaynor · 12 years ago
- 5e7926f Document architecture changes by Hynek Schlawack · 12 years ago
- 196515a Refactor into latest design decision by Hynek Schlawack · 12 years ago
- 3562d05 Merge pull request #20 from hynek/typo-private-email by Alex Gaynor · 12 years ago
- 71c7ac0 Fix typo in docs and use my private e-mail by Hynek Schlawack · 12 years ago
- 1e240ea Merge pull request #19 from alex/https-links by Donald Stufft · 12 years ago
- ca0752c Use an HTTPS url for our mailing list by Alex Gaynor · 12 years ago
- 1c5bd1f Merge pull request #18 from alex/document-docs by Donald Stufft · 12 years ago
- 3000df3 Documented that our documentation is online by Alex Gaynor · 12 years ago
- f216ce8 Merge pull request #16 from alex/coverage-badge by Donald Stufft · 12 years ago
- ecef07d Merge pull request #17 from dstufft/travis-notification by Alex Gaynor · 12 years ago
- b8f29fc Notify IRC on travis runs by Donald Stufft · 12 years ago
- c0f2855 Added a badge to the README showing coverage by Alex Gaynor · 12 years ago
- 5cd68bf Merge pull request #15 from alex/coveralls by Donald Stufft · 12 years ago
- 9d00588 Record coverage by Alex Gaynor · 12 years ago
- 542805e Merge pull request #14 from alex/AUTHORS by Donald Stufft · 12 years ago
- de40b4a Included emails by Alex Gaynor · 12 years ago
- d6cb894 Added an AUTHORS file by Alex Gaynor · 12 years ago
- e01032d Merge pull request #12 from alex/document-community by Donald Stufft · 12 years ago
- ddd90c1 Documented where the community is by Alex Gaynor · 12 years ago
- 8a7b256 Merge pull request #11 from alex/more-docs by Donald Stufft · 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
- 39ffd90 Merge pull request #1 from alex/initial-repo by Donald Stufft · 12 years ago
- a233dcc Ignore egg-info by Alex Gaynor · 12 years ago
- 0f66c6d Move all tests to be controlled by tox by Alex Gaynor · 12 years ago
- 096b000 Merge pull request #10 from hynek/linkify by Alex Gaynor · 12 years ago
- 2ae675d CONTRIBUTING.rst: linkify, improve markup by Hynek Schlawack · 12 years ago
- 42e8112 Merge pull request #9 from hynek/add-banner by Alex Gaynor · 12 years ago
- f30db51 Pink bikeshed by Hynek Schlawack · 12 years ago
- b728636 Add Travis build status by Hynek Schlawack · 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
- 3700430 Less code, more tests. by Alex Gaynor · 12 years ago
- fc6dc87 Merge pull request #6 from alex/mission-statement by Donald Stufft · 12 years ago
- 226b295 Fixed a typo in the setup.py by Alex Gaynor · 12 years ago
- 7a6b5cb Fill out the readme a bit more. by Alex Gaynor · 12 years ago
- c113c3b Python 3.2 compatibility by Alex Gaynor · 12 years ago
- 8dea3bd Removed a forgotten file by Alex Gaynor · 12 years ago
- 6b0eb72 Removed most of the C files. We'll add them back as needed. by Alex Gaynor · 12 years ago
- d21da67 Pep8 corrections to docs/conf.py by Alex Gaynor · 12 years ago
- 22a425f Merge branch 'master' into initial-repo by Alex Gaynor · 12 years ago
- cf4cc42 Merge pull request #4 from alex/travis by Laurens Van Houtven · 12 years ago
- 02f819d Added a travis config file by Alex Gaynor · 12 years ago
- ad8b354 Removed some commented out entries by Alex Gaynor · 12 years ago
- 0607b90 Added an empty __init__ by Alex Gaynor · 12 years ago
- e4eb5a2 Merge pull request #2 from lvh/contributing by Alex Gaynor · 12 years ago
- 380a369 Change CONTRIBUTING to ReST, use better docstring syntax by Laurens Van Houtven · 12 years ago
- 86d5db8 Mention mandatory code review policy by Laurens Van Houtven · 12 years ago
- e6daf14 Simple CONTRIBUTING file, refs PEPs 8, 257 by Laurens Van Houtven · 12 years ago
- bfc06bc Added license headers by Alex Gaynor · 12 years ago
- c62e91f Initial commit. Migrates over basic project files, and the OpenSSL bindings by Alex Gaynor · 12 years ago
- 8d7fb75 Initial readme. by Alex Gaynor · 12 years ago