Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c6f195607ecce2419e477f44de4248b4e61212df
c6f1956
document exceptions for padding
by Paul Kehrer
· 11 years ago
db1524b
Merge pull request #962 from reaperhulk/rsa-enc
by Alex Gaynor
· 11 years ago
b30402c
Merge pull request #972 from public/padding-docs
by Paul Kehrer
· 11 years ago
425fc04
Update padding docs
by Alex Stapleton
· 11 years ago
575a7f5
Use AlreadyFinalized not ValueError
by Alex Stapleton
· 11 years ago
e6e1b41
Merge pull request #958 from public/openssl-loading-backend-iface
by Paul Kehrer
· 11 years ago
4f03418
Merge pull request #970 from reaperhulk/tiny-fix
by Alex Stapleton
· 11 years ago
458c09b
Rename OpenSSLSerializationBackend
by Alex Stapleton
· 11 years ago
2809176
Merge pull request #971 from alex/fix-travis-install
by Alex Stapleton
· 11 years ago
4229bc0
Fix installation on travis. Curl doesn't follow redirects
by Alex Gaynor
· 11 years ago
be4e43a
backend->self in a few places
by Paul Kehrer
· 11 years ago
bfc444e
Merge pull request #969 from reaperhulk/update-changelog
by Alex Gaynor
· 11 years ago
5ffb04c
Merge pull request #968 from alex/typo-fixes
by Paul Kehrer
· 11 years ago
462bd60
Fix some typos.
by Alex Gaynor
· 11 years ago
857c0e9
update some decryption tests
by Paul Kehrer
· 11 years ago
e86d882
move ct length check into decrypt function, address review comments
by Paul Kehrer
· 11 years ago
68f1e0c
Merge pull request #967 from skeuomorf/more-bindings
by Alex Stapleton
· 11 years ago
9fea6d0
Add bindings for DSA_sign and DSA_verify
by Mohammed Attia
· 11 years ago
deaafe7
Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible
by Alex Gaynor
· 11 years ago
dd75a3f
Merge pull request #966 from reaperhulk/more-i2d-bindings
by Alex Gaynor
· 11 years ago
1f2cf3d
set defaults on build_ffi
by Paul Kehrer
· 11 years ago
a179ff8
fix a style violation
by Paul Kehrer
· 11 years ago
31d449e
add more d2i/i2d bindings because sometimes you just don't want bios
by Paul Kehrer
· 11 years ago
236893e
expand build_ffi helper function
by Paul Kehrer
· 11 years ago
c83e6ef
another style fix in the rsa tests that I missed last time...
by Paul Kehrer
· 11 years ago
cfa077f
Merge pull request #964 from alex/i-hate-strings
by Paul Kehrer
· 11 years ago
4ce810e
improve style in test, update docs for rsa encryption review
by Paul Kehrer
· 11 years ago
6ff1348
determine operation type by isinstance on the key
by Paul Kehrer
· 11 years ago
c84b3fb
change doctest to codeblock until we add multibackend support for encrypt
by Paul Kehrer
· 11 years ago
4721d63
update changelog
by Paul Kehrer
· 11 years ago
4e602f3
RSA encryption support
by Paul Kehrer
· 11 years ago
4789cc0
add SEED to changelog since it was forgotten
by Paul Kehrer
· 11 years ago
dcf63ab
Merge pull request #963 from alex/docs-typo
by Paul Kehrer
· 11 years ago
4492562
No more comma seperated string strings
by Alex Gaynor
· 11 years ago
239d518
More phrasing
by Alex Gaynor
· 11 years ago
c9dc0a0
Also fix up some phrasings
by Alex Gaynor
· 11 years ago
a57763a
Removed strange use of quotes
by Alex Gaynor
· 11 years ago
13ec547
Merge pull request #961 from skeuomorf/dsa-size-binding
by Alex Gaynor
· 11 years ago
6fb1b24
Add binding for DSA_size
by Mohammed Attia
· 11 years ago
ff2b8ce
Merge pull request #949 from reaperhulk/rsa-oaep-decrypt
by Alex Gaynor
· 11 years ago
50e6230
update docs for oaep
by Paul Kehrer
· 11 years ago
e5a3ccf
Merge pull request #957 from reaperhulk/some-serialization-bindings
by Hynek Schlawack
· 11 years ago
cdf946d
Merge pull request #956 from alex/update-url
by David Reid
· 11 years ago
b105669
Add many d2i/i2d bindings
by Paul Kehrer
· 11 years ago
2332c19
New Anchor here
by Alex Gaynor
· 11 years ago
83cd3d2
Merge pull request #955 from reaperhulk/more-evp-bindings
by Alex Gaynor
· 11 years ago
7287aa3
add some more functions for manipulating EVP_PKEY objects
by Paul Kehrer
· 11 years ago
14df7ca
Merge pull request #950 from Ayrx/cmac-multibackend
by Paul Kehrer
· 11 years ago
642a979
add OAEP decryption example in docs
by Paul Kehrer
· 11 years ago
5186d69
OAEP support for RSA decryption
by Paul Kehrer
· 11 years ago
9bea937
Added changelog and versionadded for CMAC
by Ayrx
· 11 years ago
bafbc33
Added _REASON
by Ayrx
· 11 years ago
771fc77
Added tests for multibackend
by Ayrx
· 11 years ago
26d9596
Added CMACBackend to multibackend
by Ayrx
· 11 years ago
8a312c2
Merge pull request #952 from reaperhulk/fix-missing-coverage
by Alex Stapleton
· 11 years ago
9f1ece7
Merge pull request #953 from Ayrx/fix-cmac-missing-coverage
by Paul Kehrer
· 11 years ago
f09a3d6
Added missing tests for 100% coverage
by Ayrx
· 11 years ago
7ef2f8f
fix a coverage miss in the dsa sig vector loader
by Paul Kehrer
· 11 years ago
7bde89f
Merge pull request #951 from skeuomorf/sig-gen
by Paul Kehrer
· 11 years ago
3c9e158
Modify DSA SigVer loader to be able to load SigGen vectors
by Mohammed Attia
· 11 years ago
bafc26f
Merge pull request #946 from skeuomorf/dsa-sigver-loader
by Alex Stapleton
· 11 years ago
0fb5d85
Add DSA SigVer vectors loader
by Mohammed Attia
· 11 years ago
804b6ad
Merge pull request #948 from skeuomorf/dsa-sig-bindings
by Alex Stapleton
· 11 years ago
81e03b8
Add bindings for DSA_SIG and related functions
by Mohammed Attia
· 11 years ago
b5236fe
Merge pull request #931 from Ayrx/cmac-implementation
by Alex Stapleton
· 11 years ago
a33dd28
Merge pull request #944 from reaperhulk/fix-773
by Alex Stapleton
· 11 years ago
9a97cb9
Added test skip for test_copy_with_backend()
by Ayrx
· 11 years ago
3881917
Added more copy() tests
by Ayrx
· 11 years ago
a93abae
Added documentation to note rfc 4493
by Ayrx
· 11 years ago
001637b
Added wikipedia link
by Ayrx
· 11 years ago
3f69511
Fix pep8 errors
by Ayrx
· 11 years ago
dbefd58
Changed doctests to code-block
by Ayrx
· 11 years ago
9eff2e5
Removed multibackend changes for another PR
by Ayrx
· 11 years ago
458cfd5
Changed stub keys and ivs to use null bytes
by Ayrx
· 11 years ago
4b8628a
Updated multibackend
by Ayrx
· 11 years ago
a536085
Various fixes
by Ayrx
· 11 years ago
2124324
Fixed pep8 error
by Ayrx
· 11 years ago
78f6f33
Updated tests
by Ayrx
· 11 years ago
2f2aa5f
Updated CMAC documentation
by Ayrx
· 11 years ago
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
Next »