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 #937 from public/curve-fix
Alex Gaynor
2014-04-18
1
-3
/
+5
|
\
|
*
Fix bad NIST <-> SECG curve name map
Alex Stapleton
2014-04-18
1
-3
/
+5
|
/
*
Merge pull request #933 from mrjefftang/expose-evp-ec
Paul Kehrer
2014-04-16
1
-0
/
+9
|
\
|
*
Remove EVP_PKEY_EC from conditional
Jeff Tang
2014-04-16
1
-2
/
+0
|
*
Add customizations for OPENSSL_NO_EC to EVP
Jeff Tang
2014-04-16
1
-0
/
+9
|
*
Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY
Jeff Tang
2014-04-16
1
-0
/
+2
*
|
Merge pull request #934 from reaperhulk/travis-fused-madd-fun
David Reid
2014-04-16
1
-2
/
+5
|
\
\
|
*
|
clang clang clang goes the CI
Paul Kehrer
2014-04-16
1
-2
/
+5
|
/
/
*
|
Merge pull request #932 from Ayrx/fix-cmac-interface
Paul Kehrer
2014-04-16
2
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
Changed cmac_supported() to cmac_algorithm_supported()
Ayrx
2014-04-16
2
-4
/
+7
|
/
*
Merge pull request #930 from alex/switch-order
Alex Stapleton
2014-04-16
1
-1
/
+1
|
\
|
*
Try running the OS X builds first and see if it's faster
Alex Gaynor
2014-04-16
1
-1
/
+1
*
|
Merge pull request #929 from reaperhulk/move-around-some-tests
Alex Gaynor
2014-04-16
1
-38
/
+40
|
\
\
|
|
/
|
/
|
|
*
move some rsa tests to a new class
Paul Kehrer
2014-04-16
1
-38
/
+40
|
/
*
Merge pull request #919 from Ayrx/cmac-interfaces
Paul Kehrer
2014-04-16
4
-0
/
+82
|
\
|
*
Added link to wikipedia for CMAC
Ayrx
2014-04-15
1
-2
/
+3
|
*
Fixed nitpicks
Ayrx
2014-04-15
2
-2
/
+2
|
*
Removed key parameter from create_cmac_ctx()
Ayrx
2014-04-15
1
-1
/
+1
|
*
Added CMAC backend interface documentation
Ayrx
2014-04-15
1
-0
/
+24
|
*
Added CMAC interface documentation
Ayrx
2014-04-15
1
-0
/
+22
|
*
Added CMAC backend interface
Ayrx
2014-04-15
1
-0
/
+15
|
*
Added CMAC interface
Ayrx
2014-04-15
1
-0
/
+20
*
|
Merge pull request #913 from public/ecdsa-signature-vector-loader
Paul Kehrer
2014-04-16
2
-23
/
+236
|
\
\
|
*
|
Missed an unhexlify
Alex Stapleton
2014-04-16
1
-1
/
+1
|
*
|
Use binascii.hexlify instead of just hexlify
Alex Stapleton
2014-04-15
1
-4
/
+4
|
*
|
ECDSA SigGen.{txt,rsp} vector loader
Alex Stapleton
2014-04-13
2
-23
/
+236
*
|
|
Merge pull request #926 from reaperhulk/update-supported-platforms
David Reid
2014-04-15
1
-3
/
+4
|
\
\
\
|
*
|
|
add OS X codenames why not
Paul Kehrer
2014-04-15
1
-1
/
+1
|
*
|
|
Update supported platforms
Paul Kehrer
2014-04-15
1
-3
/
+4
|
/
/
/
*
|
|
Merge pull request #923 from reaperhulk/rsa-interface-docs
David Reid
2014-04-15
2
-0
/
+58
|
\
\
\
|
*
|
|
remove links we don't need...
Paul Kehrer
2014-04-15
1
-2
/
+0
|
*
|
|
add signer/verifier to the abcs
Paul Kehrer
2014-04-15
1
-0
/
+12
|
*
|
|
we don't need to doc generate in the interface
Paul Kehrer
2014-04-15
1
-16
/
+0
|
*
|
|
add missing sign/verify/generate docs for the RSA interfaces
Paul Kehrer
2014-04-15
1
-0
/
+64
*
|
|
|
Merge pull request #925 from anotherthomas/nist-fips-186-rsa-tests
Paul Kehrer
2014-04-15
1
-0
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases
Thomas Fenzl
2014-04-15
1
-0
/
+10
|
/
/
/
*
|
|
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
|
|
/
[next]