index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #920 from Ayrx/missing-docs
Alex Stapleton
2014-04-15
1
-0
/
+21
|
\
|
*
Added missing HashContext documentation
Ayrx
2014-04-15
1
-0
/
+21
|
/
*
Merge pull request #918 from Ayrx/cmac-bindings
Alex Stapleton
2014-04-15
2
-0
/
+66
|
\
|
*
Added OpenSSL bindings for CMAC
Ayrx
2014-04-15
2
-0
/
+66
|
/
*
Merge pull request #910 from Ayrx/cmac-vectors
Paul Kehrer
2014-04-14
5
-0
/
+133
|
\
|
*
Updated vectors documentation
Ayrx
2014-04-14
1
-5
/
+1
|
*
Fixed wrong vectors
Ayrx
2014-04-13
3
-8
/
+8
|
*
More vectors
Ayrx
2014-04-10
5
-1
/
+120
|
*
Added test vectors for AES-CMAC
Ayrx
2014-04-10
1
-0
/
+18
*
|
Merge pull request #915 from reaperhulk/travis-advanced
Alex Gaynor
2014-04-14
1
-48
/
+0
|
\
\
|
*
|
remove some commented out code
Paul Kehrer
2014-04-14
1
-5
/
+0
|
*
|
update travis config to be more concise
Paul Kehrer
2014-04-14
1
-46
/
+3
|
/
/
*
|
Merge pull request #911 from public/ecdsa-vector-loader
Paul Kehrer
2014-04-12
2
-2
/
+179
|
\
\
|
*
|
ECDSA vector loader
Alex Stapleton
2014-04-12
2
-2
/
+179
|
|
/
*
|
Merge pull request #908 from reaperhulk/seed-support
David Reid
2014-04-12
5
-3
/
+137
|
\
\
|
|
/
|
/
|
|
*
add SEED docs, tests, small fixes
Paul Kehrer
2014-04-09
5
-3
/
+117
|
*
Adding SEED cipher algorithm to openssl backends
Taewook Kang
2014-04-09
2
-1
/
+21
*
|
Merge pull request #909 from reaperhulk/doc-improvements
Alex Gaynor
2014-04-09
3
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
some small doc fixes
Paul Kehrer
2014-04-09
3
-10
/
+10
|
/
*
Merge pull request #904 from reaperhulk/seed-bespoke-vectors
Donald Stufft
2014-04-09
7
-0
/
+372
|
\
|
*
linkify another thing
Paul Kehrer
2014-04-09
1
-1
/
+1
|
*
add headers to seed-cfb/seed-ofb files
Paul Kehrer
2014-04-08
2
-2
/
+8
|
*
botan is just as much of a word as openssl
Paul Kehrer
2014-04-08
1
-0
/
+1
|
*
add SEED CFB/OFB bespoke vectors and documentation
Paul Kehrer
2014-04-08
6
-0
/
+365
*
|
Merge pull request #907 from reaperhulk/move-rsa-blinding
Donald Stufft
2014-04-09
1
-6
/
+6
|
\
\
|
*
|
move RSA blinding to rsa_cdata creation methods rather than evp_pkey
Paul Kehrer
2014-04-08
1
-6
/
+6
*
|
|
Merge pull request #906 from reaperhulk/free-some-stuff
Donald Stufft
2014-04-09
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Free some pkey ctxes we were leaking
Paul Kehrer
2014-04-08
1
-0
/
+4
|
/
/
*
|
Merge pull request #905 from reaperhulk/fix-900
Donald Stufft
2014-04-08
1
-24
/
+24
|
\
\
|
|
/
|
/
|
|
*
Rearrange some EC stuff to be bound to the right ifdefs. fixes #900
Paul Kehrer
2014-04-08
1
-24
/
+24
|
/
*
Merge pull request #903 from reaperhulk/seed-ecb-vectors
David Reid
2014-04-08
3
-0
/
+39
|
\
|
*
add SEED CBC vectors from rfc 4196
Paul Kehrer
2014-04-08
2
-0
/
+16
|
*
add SEED ECB vectors from rfc 4269
Paul Kehrer
2014-04-08
2
-0
/
+23
*
|
Merge pull request #901 from Ayrx/macports-instructions
Paul Kehrer
2014-04-08
1
-5
/
+8
|
\
\
|
*
|
Updated instructions to use a common header for each packager
Ayrx
2014-04-08
1
-15
/
+4
|
*
|
.rst syntax fix
Kimmo Parviainen-Jalanko
2014-04-08
1
-0
/
+2
|
*
|
Added instructions for instalation with OpenSSL from MacPorts
Kimmo Parviainen-Jalanko
2014-04-08
1
-2
/
+14
|
/
/
*
|
Merge pull request #896 from alex/rst-syntax
Paul Kehrer
2014-04-07
1
-8
/
+8
|
\
\
|
*
|
Missing comma, whitespace
Alex Gaynor
2014-04-07
1
-8
/
+8
*
|
|
Merge pull request #897 from alex/no-more-subclasses-jumping-on-the-bed
Paul Kehrer
2014-04-07
2
-28
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace subclassing of six.with_metaclass with a class decorator
Alex Gaynor
2014-04-07
2
-28
/
+56
|
/
/
*
|
Merge pull request #892 from reaperhulk/bn-fix
Alex Gaynor
2014-04-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
BN_cmp returns an int, not a BIGNUM *
Paul Kehrer
2014-04-05
1
-1
/
+1
|
/
*
Merge pull request #891 from public/bn-ctx-binding
Paul Kehrer
2014-04-05
1
-0
/
+8
|
\
|
*
BN_cmp macro
Alex Stapleton
2014-04-05
1
-0
/
+1
|
*
BN_CTX bindings
Alex Stapleton
2014-04-05
1
-0
/
+7
|
/
*
Merge pull request #890 from alex/import-cleanup
Paul Kehrer
2014-04-05
2
-7
/
+4
|
\
|
*
pep8, irony
Alex Gaynor
2014-04-05
1
-1
/
+0
|
*
Some cleanups to imports
Alex Gaynor
2014-04-05
2
-6
/
+4
*
|
Merge pull request #889 from public/more-ec-bindings
Alex Gaynor
2014-04-05
1
-4
/
+414
|
\
\
|
|
/
|
/
|
[next]