index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptography
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
One more macro with a confusing error
cyli
2013-10-18
1
-2
/
+1
|
|
|
*
|
|
Move macros to macros, and some functions that have changed between versions ...
cyli
2013-10-18
1
-21
/
+30
|
|
|
*
|
|
Do not redefine time_t, since asn1 already defines it.
cyli
2013-10-18
1
-2
/
+0
|
|
|
*
|
|
Add x509 bindings
cyli
2013-10-18
2
-1
/
+183
|
|
|
|
/
/
|
|
*
|
|
Merge pull request #125 from reaperhulk/hash-saga-ripeness
Donald Stufft
2013-10-18
1
-0
/
+6
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
ripemd160 support + long string hash test
Paul Kehrer
2013-10-18
1
-0
/
+6
|
|
*
|
|
Merge pull request #127 from cyli/x509name
Donald Stufft
2013-10-18
2
-0
/
+49
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
Move some things from functions to macros
cyli
2013-10-18
1
-0
/
+2
|
|
|
*
|
Add bindings for x509name
cyli
2013-10-18
2
-0
/
+47
|
|
|
|
/
|
|
*
|
SHA-2 family support
Paul Kehrer
2013-10-18
1
-0
/
+24
|
|
*
|
Merge pull request #123 from reaperhulk/hash-saga-sha1
Donald Stufft
2013-10-18
2
-0
/
+78
|
|
|
\
\
|
|
|
*
|
change name to str
Paul Kehrer
2013-10-18
2
-3
/
+3
|
|
|
*
|
change api.supports_hash to take a hash class rather than a str
Paul Kehrer
2013-10-18
2
-4
/
+4
|
|
|
*
|
Hash Saga Part 3 - API changes + SHA1 support + tests
Paul Kehrer
2013-10-18
2
-0
/
+78
|
|
*
|
|
Added bindings for pkcs7. Refs #77
Alex Gaynor
2013-10-18
2
-0
/
+35
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge pull request #115 from dreid/asn1
Donald Stufft
2013-10-18
2
-0
/
+122
|
|
|
\
\
|
|
|
*
|
Add a space between arguments per the style guide.
David Reid
2013-10-18
1
-1
/
+1
|
|
|
*
|
More whitespace for great good.
David Reid
2013-10-18
1
-0
/
+1
|
|
|
*
|
Move some stuff that doesn't pass verification because reasons to the MACROS ...
David Reid
2013-10-18
1
-9
/
+15
|
|
|
*
|
ASN1 because someone had to do it. Refs #77
David Reid
2013-10-18
2
-0
/
+115
|
|
*
|
|
Bind teh remainder of EVP
Alex Gaynor
2013-10-18
1
-0
/
+26
|
|
|
|
/
|
|
|
/
|
|
|
*
|
add OpenSSL EVP_MD* functions for upcoming cryptographic hash support
Paul Kehrer
2013-10-18
1
-0
/
+12
|
|
|
/
|
|
*
Removed name fro BlockCipher -- it's arbitrarily based on the format openssl ...
Alex Gaynor
2013-10-17
1
-6
/
+0
|
|
*
change abstract base class registration to use a decorator in modes
Paul Kehrer
2013-10-17
1
-6
/
+11
|
*
|
Include CTR mode
Alex Gaynor
2013-10-17
1
-2
/
+2
|
*
|
Merge branch 'master' into refactor-cipher-names
Alex Gaynor
2013-10-17
3
-0
/
+15
|
|
\
|
|
|
*
AES Counter support
Paul Kehrer
2013-10-17
3
-0
/
+15
|
*
|
pep8 and py3k fixes
Alex Gaynor
2013-10-16
1
-1
/
+1
|
*
|
Refactor how cipher names are computed
Alex Gaynor
2013-10-16
2
-11
/
+45
|
|
/
*
|
Get the tests running
Alex Gaynor
2013-10-16
1
-0
/
+10
*
|
Merge branch 'master' into triple-des
Alex Gaynor
2013-10-16
20
-63
/
+780
|
\
|
|
*
Merge pull request #106 from alex/duplication-reduction
Donald Stufft
2013-10-16
1
-2
/
+5
|
|
\
|
|
*
Consolidate this list
Alex Gaynor
2013-10-16
1
-2
/
+5
|
*
|
Explicitly add ssl.h as dependency
Matthew Iversen
2013-10-17
3
-4
/
+30
|
|
/
|
*
Merge pull request #103 from alex/style-fixes
Donald Stufft
2013-10-16
1
-15
/
+18
|
|
\
|
|
*
A handful of small style fixes
Alex Gaynor
2013-10-15
1
-15
/
+18
|
*
|
Merge pull request #72 from reaperhulk/camellia-support
Alex Gaynor
2013-10-16
2
-1
/
+25
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
change camellia keysize to frozenset to match recent PR
Paul Kehrer
2013-10-06
1
-1
/
+1
|
|
*
rebase and modify to support some changed behaviors
Paul Kehrer
2013-10-06
1
-6
/
+5
|
|
*
Camellia block cipher support
Paul Kehrer
2013-10-06
1
-0
/
+20
|
|
*
lower ciphername, add api supports, improved assertion message
Paul Kehrer
2013-10-06
1
-3
/
+8
|
*
|
openssl initial bio support (refs #77)
Paul Kehrer
2013-10-15
3
-1
/
+168
|
*
|
Merge pull request #102 from reaperhulk/openssl-conf-support
Alex Gaynor
2013-10-15
2
-0
/
+27
|
|
\
\
|
|
*
|
skeleton openssl conf support refs #77
Paul Kehrer
2013-10-14
2
-0
/
+27
|
*
|
|
add some openssl CRYPTO_* methods for memory debugging. refs #77
Paul Kehrer
2013-10-14
1
-0
/
+10
|
|
/
/
|
*
|
loop over functions and macros separately rather than using zip
Paul Kehrer
2013-10-12
1
-3
/
+2
|
*
|
Load types from all cffi modules before declaring functions or macros
Paul Kehrer
2013-10-12
1
-2
/
+11
|
*
|
Initial bindings for OpenSSL ENGINE support.
Paul Kehrer
2013-10-08
3
-1
/
+53
|
*
|
add openssl err bindings
Paul Kehrer
2013-10-08
2
-0
/
+58
|
|
/
|
*
Make key_sizes a frozenset, since these are/should be immutable
Marcin Wielgoszewski
2013-10-06
1
-1
/
+1
[prev]
[next]