Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
61bea0ee9b2b804903b77c89e98e640014886667
61bea0e
Add GPG key fingerprint for lvh
by Laurens Van Houtven
· 11 years ago
01e8ac3
Merge pull request #738 from alex/non-opaque-curve
by David Reid
· 11 years ago
05c37cc
Simplify
by Alex Gaynor
· 11 years ago
e928195
Try to make this not-opaque. Might not work on CentOS
by Alex Gaynor
· 11 years ago
138c12c
Merge pull request #736 from skeuomorf/bitlength
by Alex Gaynor
· 11 years ago
b1ab222
Use the bit_length function from utils in RSA
by Mohammed Attia
· 11 years ago
cd2a1a8
Add bit_length function to utils
by Mohammed Attia
· 11 years ago
e889cc2
Merge pull request #733 from alex/more-ec-names
by Donald Stufft
· 11 years ago
8760bb0
Merge pull request #729 from alex/install-pep8-naming
by Donald Stufft
· 11 years ago
2bfc614
Merge pull request #734 from reaperhulk/more-ec-why-not
by Alex Gaynor
· 11 years ago
27898f4
Ugh, C
by Alex Gaynor
· 11 years ago
664030c
Fix for systems without EC
by Alex Gaynor
· 11 years ago
0194b98
Merge pull request #730 from skeuomorf/master
by Alex Gaynor
· 11 years ago
a5c58b9
Expose the fields
by Alex Gaynor
· 11 years ago
1125a15
add a bunch of EC NID/SN bindings for #732
by Paul Kehrer
· 11 years ago
2619da7
pff
by Alex Gaynor
· 11 years ago
e16ebfb
Expose EC_get_builtin_curves
by Alex Gaynor
· 11 years ago
6858cd4
The worst.
by Alex Gaynor
· 11 years ago
890fd36
Added myself to AUTHORS
by Mohammed Attia
· 11 years ago
826b374
Merge pull request #719 from skeuomorf/master
by Paul Kehrer
· 11 years ago
acac6a6
Follow the rules
by Alex Gaynor
· 11 years ago
2569323
Install pep8-naming on travis
by Alex Gaynor
· 11 years ago
aee8b1a
Merge pull request #683 from reaperhulk/pep8-naming
by Alex Gaynor
· 11 years ago
8566cac
Merge pull request #723 from reaperhulk/nist-rsa-vectors
by Alex Gaynor
· 11 years ago
29aa3aa
Merge remote-tracking branch 'upstream/master'
by Mohammed Attia
· 11 years ago
a358d6b
Merge pull request #728 from alex/prefer-cc
by Paul Kehrer
· 11 years ago
5c269a6
This branch isn't coverable yet
by Alex Gaynor
· 11 years ago
21e4303
flake8
by Alex Gaynor
· 11 years ago
0afd0d3
On OS X, prefer Common Crypto to OpenSSL
by Alex Gaynor
· 11 years ago
71acc67
Change DSAParams to DSAParameters
by Mohammed Attia
· 11 years ago
7a1738a
Typo fixes
by Mohammed Attia
· 11 years ago
243fd3d
Merge pull request #724 from alex/audit
by Donald Stufft
· 11 years ago
ef4f261
Merge pull request #725 from reaperhulk/0.2.2-changelog
by Alex Gaynor
· 11 years ago
7f711ee
add 0.2.2 changelog to master
by Paul Kehrer
· 11 years ago
97e888f
Merge pull request #395 from reaperhulk/idea-vectors
by Donald Stufft
· 11 years ago
0df8c97
grammar. an thing.
by Alex Gaynor
· 11 years ago
92ddd76
On the suggestion of @zooko, note that we have not been audited
by Alex Gaynor
· 11 years ago
7f0039c
add vector sources
by Paul Kehrer
· 11 years ago
22425b5
NIST RSA PKCS1 v1.5 vulnerability test vectors
by Paul Kehrer
· 11 years ago
085ba24
add 186-2 RSA test vectors from NIST
by Paul Kehrer
· 11 years ago
cb9a6c2
Change keypair to key pair to pass the sphinx spelling test
by Mohammed Attia
· 11 years ago
604c78f
Define DSA in the documentation
by Mohammed Attia
· 11 years ago
7032451
Annotate aliases in the DSA documentation
by Mohammed Attia
· 11 years ago
b416715
Added documentation for the DSA interfaces
by Mohammed Attia
· 11 years ago
dada0f8
Change parameters from abstractproperty to abstractmethod
by Mohammed Attia
· 11 years ago
157a1fc
Remove DSAParams generate method as it will be implemented as a classmethod
by Mohammed Attia
· 11 years ago
a4e95af
More accurate docstring
by Mohammed Attia
· 11 years ago
c2ea0fb
Change params to parameters
by Mohammed Attia
· 11 years ago
4d9382c
Fix DSAParams generate method to eliminate ambiguity
by Mohammed Attia
· 11 years ago
7ad280c
Fix pep8 issues
by Mohammed Attia
· 11 years ago
441db50
Change name of divisor to subgroup_order
by Mohammed Attia
· 11 years ago
fb0b5c8
Merge remote-tracking branch 'upstream/master'
by Mohammed Attia
· 11 years ago
61b47b9
Change pub_key and priv_key to y and x respectively
by Mohammed Attia
· 11 years ago
c63092d
Fixed typo
by Mohammed Attia
· 11 years ago
984b386
Changed docstrings to conform to lastest updates of the interfaces
by Mohammed Attia
· 11 years ago
ed2172b
Remove bitlength related properties that are not needed
by Mohammed Attia
· 11 years ago
c898e8d
Merge pull request #720 from Ayrx/hotp-length-type-check
by Alex Gaynor
· 11 years ago
6963d50
Merge pull request #721 from reaperhulk/pss-funcs
by Alex Gaynor
· 11 years ago
9ab901d
Updated documentation for HOTP and TOTP TypeError
by Ayrx
· 11 years ago
862a827
Add MGF1 MD selection function (available in OpenSSL 1.0.1+)
by Paul Kehrer
· 11 years ago
9db8dba
Change property names to be consistent with RSA
by Mohammed Attia
· 11 years ago
5b83d9b
Added length type check to HOTP and corresponding test
by Ayrx
· 11 years ago
7470453
fix pep8 errors
by Mohammed Attia
· 11 years ago
14a1f2d
Change public_key from abstractproperty to abstractmethod
by Mohammed Attia
· 11 years ago
d0b0c73
Add DSA interfaces
by Mohammed Attia
· 11 years ago
f791410
add vector source data for IDEA ECB to docs
by Paul Kehrer
· 11 years ago
ac0a596
update IDEA ECB vectors to contain 100/1000 iteration results
by Paul Kehrer
· 11 years ago
d997636
ECB vectors for the IDEA cipher.
by Paul Kehrer
· 12 years ago
930eed8
Merge pull request #718 from alex/phrase-better
by Paul Kehrer
· 11 years ago
01ba7b7
Phrase our summary better
by Alex Gaynor
· 11 years ago
547b78c
Merge pull request #717 from skeuomorf/master
by Alex Gaynor
· 11 years ago
4c96280
Add binding for the DSA parameters generation function
by Mohammed Attia
· 11 years ago
c191b9e
Merge pull request #715 from reaperhulk/add-linkcheck-target-to-tox
by Alex Gaynor
· 11 years ago
986b190
new tox docs-linkcheck target for a jenkins job to do linkcheck
by Paul Kehrer
· 11 years ago
2e77ceb
Merge pull request #709 from public/dsa-test-vectors
by Paul Kehrer
· 11 years ago
bbe3356
Merge pull request #714 from reaperhulk/fix-712
by Alex Gaynor
· 11 years ago
706be36
this constant is undefined in 1.0.0
by Paul Kehrer
· 11 years ago
35a88a2
Merge pull request #710 from reaperhulk/fix-contributing-links
by Alex Gaynor
· 11 years ago
e7da0ab
DSA test vector docs
by Alex Stapleton
· 11 years ago
d3746b0
Add the FIPS 186-3 DSA test vectors
by Alex Stapleton
· 11 years ago
18dc5f5
Add NIST FIPS 186-2 DSA test vectors
by Alex Stapleton
· 11 years ago
43b4f1c
Merge pull request #703 from alex/change-exceptino-type
by Paul Kehrer
· 11 years ago
e8fc29f
link the CONTRIBUTING.rst to the development section of our docs
by Paul Kehrer
· 11 years ago
254e8c2
Plaintext DSA test keys from GnuTLS
by Alex Stapleton
· 11 years ago
48610a5
Merge pull request #706 from alex/scrypt-vectors
by Paul Kehrer
· 11 years ago
537f1e0
Scrypt is a word
by Alex Gaynor
· 11 years ago
993d1c7
Merge pull request #708 from public/invalid-sig-errors
by Alex Gaynor
· 11 years ago
8516bae
Consume errors on InvalidSignature
by Alex Stapleton
· 11 years ago
09cd8e6
Merge pull request #707 from public/consume-errors
by Alex Gaynor
· 11 years ago
94ee8b5
raise InternalError
by Alex Stapleton
· 11 years ago
1c979c6
pep8
by Alex Stapleton
· 11 years ago
9ed2854
Style tweaks
by Alex Stapleton
· 11 years ago
151cede
Use a namedtuple to keep errors in
by Alex Stapleton
· 11 years ago
235d3ce
Get rid of handle_errors
by Alex Stapleton
· 11 years ago
75e72ea
Added vectors for scrypt from the draft RFC
by Alex Gaynor
· 11 years ago
9b1a82e
Switch to TypeError
by Alex Gaynor
· 11 years ago
58ee8c5
Docs as well
by Alex Gaynor
· 11 years ago
ae62fd3
Update tests as well
by Alex Gaynor
· 11 years ago
224ea6c
Change exception in use
by Alex Gaynor
· 11 years ago
e5dadb2
Merge pull request #699 from public/max-md-size
by Alex Gaynor
· 11 years ago
Next »