Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
999db72bd88f801871588f16a42aeb0003bb5b9d
999db72
Added CMACBackend to MultiBackend
by Ayrx
· 11 years ago
fa4a6b2
Added CMAC docs
by Ayrx
· 11 years ago
b5bb065
Added CMAC tests
by Ayrx
· 11 years ago
3080127
CMAC primitive implementation
by Ayrx
· 11 years ago
d53de81
OpenSSL backend's CMAC implementation
by Ayrx
· 11 years ago
30752cd
Merge pull request #888 from reaperhulk/rsa-decrypt
by Alex Gaynor
· 11 years ago
30bb594
Merge pull request #945 from reaperhulk/document-tested-ossl-versions
by Alex Stapleton
· 11 years ago
fb8dcdb
document the OpenSSL versions we're testing against
by Paul Kehrer
· 11 years ago
8e76439
more key length checks, docs update
by Paul Kehrer
· 11 years ago
8ab7a36
remove InvalidDecryption and replace with ValueError
by Paul Kehrer
· 11 years ago
73dd4d5
remove redundant blinding
by Paul Kehrer
· 11 years ago
27f9ca6
more docs
by Paul Kehrer
· 11 years ago
7bdcdc1
remove OAEP decryption to simplify review
by Paul Kehrer
· 11 years ago
4d7d44e
move an assignment for clarity
by Paul Kehrer
· 11 years ago
755c8ba
change some alignment
by Paul Kehrer
· 11 years ago
34ce338
cover a missing line
by Paul Kehrer
· 11 years ago
db35b21
improve comment based on review
by Paul Kehrer
· 11 years ago
67feca0
more testing for rsa decrypt
by Paul Kehrer
· 11 years ago
a84de77
register the EVP_PKEY_CTX for gc
by Paul Kehrer
· 11 years ago
9a32ad6
test should check for the right exception
by Paul Kehrer
· 11 years ago
af9a2cc
add InvalidDecryption exception, check for ct > key size
by Paul Kehrer
· 11 years ago
e1c89f3
update docs for OAEP
by Paul Kehrer
· 11 years ago
52fb0a2
fix indentation
by Paul Kehrer
· 11 years ago
55c4afc
split 0.9.8 and evp_pkey_ctx branches into separate methods
by Paul Kehrer
· 11 years ago
4c0a374
docs, tests, general huge improvements to RSA decryption
by Paul Kehrer
· 11 years ago
16b953a
prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption only
by Paul Kehrer
· 11 years ago
8f70f8c
Merge pull request #838 from public/import-order-lint
by Alex Gaynor
· 11 years ago
707b008
Fix pep8 errors for latest import linter
by Alex Stapleton
· 11 years ago
89917f1
Alphabetize tox.ini deps
by Alex Stapleton
· 11 years ago
1d18c34
Alphabetize dev-requirements.txt
by Alex Stapleton
· 11 years ago
4cf3e1d
Fix import order
by Alex Stapleton
· 11 years ago
bafceb6
Enable import order lint
by Alex Stapleton
· 11 years ago
4b610cc
Import lint error
by Alex Stapleton
· 11 years ago
b8ba9e0
Merge pull request #935 from public/rsa-crt
by Paul Kehrer
· 11 years ago
27723ca
Merge pull request #943 from public/yet-more-ec-bindings
by Paul Kehrer
· 11 years ago
d82c141
Merge pull request #938 from public/bn-inplace
by Paul Kehrer
· 11 years ago
01df4fe
More bindings for digest truncation
by Alex Stapleton
· 11 years ago
5823e85
Inplace mode for _int_to_bn
by Alex Stapleton
· 11 years ago
75db7f4
Merge pull request #840 from reaperhulk/pkcs1-key-size-checks
by Alex Gaynor
· 11 years ago
07827eb
remove redundant assert (reason assertion covers this case)
by Paul Kehrer
· 11 years ago
b16937f
address review concerns
by Paul Kehrer
· 11 years ago
9a5b4fc
remove dict, assert things still
by Paul Kehrer
· 11 years ago
95c30fb
some checks for PKCS1 keys being too small for the payload to be signed
by Paul Kehrer
· 11 years ago
e6610ba
Merge pull request #936 from reaperhulk/cms-bindings
by Alex Gaynor
· 11 years ago
a3652a8
make the cms binding work properly on windows
by Paul Kehrer
· 11 years ago
99eff9f
Merge pull request #939 from public/ecdsa-sigver-rsp
by Paul Kehrer
· 11 years ago
060bb42
Merge pull request #940 from public/use-the-map-from-the-rfc
by Paul Kehrer
· 11 years ago
44fe82d
This one curve is still named wrong
by Alex Stapleton
· 11 years ago
6f72949
SigVer.rsp loading
by Alex Stapleton
· 11 years ago
2a753de
Merge pull request #937 from public/curve-fix
by Alex Gaynor
· 11 years ago
39e300f
Fix bad NIST <-> SECG curve name map
by Alex Stapleton
· 11 years ago
cc17d36
proper syntax for a preprocessor directive helps
by Paul Kehrer
· 11 years ago
5a79ee4
Utility methods for RSA CRT params
by Alex Stapleton
· 11 years ago
7fcbb68
CMS was added as an option in 0.9.8h, always exclude if older
by Paul Kehrer
· 11 years ago
344a3b7
Add very early CMS bindings. These will need expansion.
by Paul Kehrer
· 11 years ago
9fa31c6
Merge pull request #933 from mrjefftang/expose-evp-ec
by Paul Kehrer
· 11 years ago
cdb87dc
Merge pull request #934 from reaperhulk/travis-fused-madd-fun
by David Reid
· 11 years ago
42a8e8a
clang clang clang goes the CI
by Paul Kehrer
· 11 years ago
a7fa1b7
Merge pull request #932 from Ayrx/fix-cmac-interface
by Paul Kehrer
· 11 years ago
1ebba9f
Remove EVP_PKEY_EC from conditional
by Jeff Tang
· 11 years ago
5a7fd73
Add customizations for OPENSSL_NO_EC to EVP
by Jeff Tang
· 11 years ago
380e613
Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY
by Jeff Tang
· 11 years ago
6cf29f2
Changed cmac_supported() to cmac_algorithm_supported()
by Ayrx
· 11 years ago
04fb2bc
Merge pull request #930 from alex/switch-order
by Alex Stapleton
· 11 years ago
857a4be
Try running the OS X builds first and see if it's faster
by Alex Gaynor
· 11 years ago
c0b3a40
Merge pull request #929 from reaperhulk/move-around-some-tests
by Alex Gaynor
· 11 years ago
4e6813d
move some rsa tests to a new class
by Paul Kehrer
· 11 years ago
182825a
Merge pull request #919 from Ayrx/cmac-interfaces
by Paul Kehrer
· 11 years ago
cd61833
Merge pull request #913 from public/ecdsa-signature-vector-loader
by Paul Kehrer
· 11 years ago
24a2f07
Missed an unhexlify
by Alex Stapleton
· 11 years ago
2473d11
Merge pull request #926 from reaperhulk/update-supported-platforms
by David Reid
· 11 years ago
c354a2b
add OS X codenames why not
by Paul Kehrer
· 11 years ago
8ec8a86
Update supported platforms
by Paul Kehrer
· 11 years ago
1eab656
Merge pull request #923 from reaperhulk/rsa-interface-docs
by David Reid
· 11 years ago
99335fe
Merge pull request #925 from anotherthomas/nist-fips-186-rsa-tests
by Paul Kehrer
· 11 years ago
48e0c20
added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases
by Thomas Fenzl
· 11 years ago
96c9981
remove links we don't need...
by Paul Kehrer
· 11 years ago
969e27a
add signer/verifier to the abcs
by Paul Kehrer
· 11 years ago
0d85831
we don't need to doc generate in the interface
by Paul Kehrer
· 11 years ago
01cdfb2
add missing sign/verify/generate docs for the RSA interfaces
by Paul Kehrer
· 11 years ago
fb812d6
Use binascii.hexlify instead of just hexlify
by Alex Stapleton
· 11 years ago
83cd3f8
Added link to wikipedia for CMAC
by Ayrx
· 11 years ago
7964c17
Fixed nitpicks
by Ayrx
· 11 years ago
b30ecd7
Merge pull request #920 from Ayrx/missing-docs
by Alex Stapleton
· 11 years ago
6fcab02
Removed key parameter from create_cmac_ctx()
by Ayrx
· 11 years ago
a0f9850
Added missing HashContext documentation
by Ayrx
· 11 years ago
97a72fd
Added CMAC backend interface documentation
by Ayrx
· 11 years ago
c812170
Added CMAC interface documentation
by Ayrx
· 11 years ago
3c75966
Merge pull request #918 from Ayrx/cmac-bindings
by Alex Stapleton
· 11 years ago
15b6ede
Added CMAC backend interface
by Ayrx
· 11 years ago
c836860
Added CMAC interface
by Ayrx
· 11 years ago
20fe145
Added OpenSSL bindings for CMAC
by Ayrx
· 11 years ago
399fcb5
Merge pull request #910 from Ayrx/cmac-vectors
by Paul Kehrer
· 11 years ago
7de3186
Merge pull request #915 from reaperhulk/travis-advanced
by Alex Gaynor
· 11 years ago
8feb047
remove some commented out code
by Paul Kehrer
· 11 years ago
470d8ec
update travis config to be more concise
by Paul Kehrer
· 11 years ago
fa52e6a
Updated vectors documentation
by Ayrx
· 11 years ago
c387cf7
ECDSA SigGen.{txt,rsp} vector loader
by Alex Stapleton
· 11 years ago
40afce0
Fixed wrong vectors
by Ayrx
· 11 years ago
b1a610b
Merge pull request #911 from public/ecdsa-vector-loader
by Paul Kehrer
· 11 years ago
Next »