Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c8ab2ea92fe43d1ff64d7463c61fa9ef34cce7d8
c8ab2ea
Merge branch 'master' into crl_ossl_backend
by Erik Trauschke
· 10 years ago
c219b96
Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend
by Erik Trauschke
· 10 years ago
018a965
Merge branch 'master', remote-tracking branch 'upstream/master'
by Erik Trauschke
· 10 years ago
99c45f1
Merge pull request #2436 from reaperhulk/extensions-repr
by Alex Gaynor
· 10 years ago
afbe75b
add __repr__ to x509.Extensions
by Paul Kehrer
· 10 years ago
08801cd
Merge pull request #2427 from alex/ecdh
by Paul Kehrer
· 10 years ago
86ae0e5
Merge pull request #2417 from etrauschke/vectors_inval_certissuer
by Paul Kehrer
· 10 years ago
ff59811
Merge pull request #2422 from Lukasa/static-build-docs
by Paul Kehrer
· 10 years ago
7a40209
better place for this test
by Alex Gaynor
· 10 years ago
aaf4e8b
another test
by Alex Gaynor
· 10 years ago
7c60ffc
removed unused code, and added a test
by Alex Gaynor
· 10 years ago
c6951ee
Merge pull request #2425 from reaperhulk/fix-encoding-der-added
by Alex Gaynor
· 10 years ago
c3874bb
Merge pull request #2429 from simo5/patch-1
by Alex Gaynor
· 10 years ago
edfef29
Merge pull request #2431 from Ayrx/fix-docstring
by Alex Gaynor
· 10 years ago
799b33f
be more pro-active in handling invalid keys
by Alex Gaynor
· 10 years ago
cb87f62
Fix EC's generate_private_key param name
by simo5
· 10 years ago
09d1b47
Add --no-use-wheel when building static wheels.
by Cory Benfield
· 10 years ago
b5f1f72
Fix wrong mention of class in docstring.
by Terry Chia
· 10 years ago
68b3441
better document hte iface
by Alex Gaynor
· 10 years ago
d294989
one more
by Alex Gaynor
· 10 years ago
39d38b9
clearer language
by Alex Gaynor
· 10 years ago
7adb92c
backwards syntax
by Alex Gaynor
· 10 years ago
91113b9
unused import
by Alex Gaynor
· 10 years ago
4c081ad
unused
by Alex Gaynor
· 10 years ago
2708323
changelog
by Alex Gaynor
· 10 years ago
5cdfba5
a refactor to the API
by Alex Gaynor
· 10 years ago
9aaeee0
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
by Simo Sorce
· 10 years ago
943c7a8
fix extra space
by Paul Kehrer
· 10 years ago
0d6a74e
make it clearer when PEM and DER encoding support was added
by Paul Kehrer
· 10 years ago
7a0ed4a
Merge pull request #2419 from simo5/killKEX
by Paul Kehrer
· 10 years ago
a6c8259
add crl file to test-vectors.rst
by Erik Trauschke
· 10 years ago
e6abbfd
Kill Key Exchange as a separate interface
by Simo Sorce
· 10 years ago
1e3e4a5
Merge pull request #2416 from etrauschke/d2i_bindings
by Alex Gaynor
· 10 years ago
fcf08d6
add new CRL to test invalid certIssuer entry extension
by Erik Trauschke
· 10 years ago
a1ee369
Merge branch 'master', remote-tracking branch 'upstream/master'
by Erik Trauschke
· 10 years ago
f115e05
add binding for d2i_GENERAL_NAMES()
by Erik Trauschke
· 10 years ago
d4e7d43
removing caching mechanism for x509 properties
by Erik Trauschke
· 10 years ago
164bae5
import fix
by Erik Trauschke
· 10 years ago
77f5a25
use X509ExtensionParser for Revoked extensions
by Erik Trauschke
· 10 years ago
af3ea78
Merge pull request #2414 from simo5/fixECtestLoader
by Paul Kehrer
· 10 years ago
6e3b155
Fix load_kasvs_ecdh_vectors() COUNT sourcing
by Simo Sorce
· 10 years ago
b14f7d1
doctest fix
by Erik Trauschke
· 10 years ago
3cdabaf
fix indentations
by Erik Trauschke
· 10 years ago
e69b975
Merge pull request #2413 from ddcc/master
by Paul Kehrer
· 10 years ago
a529203
Merge pull request #2412 from alex/correct-syntax
by Paul Kehrer
· 10 years ago
d148eef
Merge pull request #2411 from gutworth/patch-1
by Alex Gaynor
· 10 years ago
90ddd35
extend pkcs7 openssl bindings
by Dominic Chen
· 10 years ago
7f1aa4e
nuke trailing whitespace
by Benjamin Peterson
· 10 years ago
4c2561a
Use the right reST syntax for these
by Alex Gaynor
· 10 years ago
9ed312b
use :returns: and put annotation in the correct place
by Benjamin Peterson
· 10 years ago
87494d1
Indicate the return type of CertificateBuilder.sign
by Benjamin Peterson
· 10 years ago
9adf8c6
Merge pull request #2409 from simo5/InvalidECfix
by Alex Gaynor
· 10 years ago
00f9409
Catch Invalid X or Y points and raise a ValueError
by Simo Sorce
· 10 years ago
8005a51
Merge pull request #2408 from reaperhulk/docs-docs-docs
by Alex Gaynor
· 10 years ago
3697db2
address review comments
by Paul Kehrer
· 10 years ago
06f360f
add some links to public key loading in the RSA/DSA verification sections
by Paul Kehrer
· 10 years ago
0eafd9c
Merge pull request #2406 from reaperhulk/update-docs-openssl-builder
by Alex Gaynor
· 10 years ago
937aa47
update docs to point at newer, fancier openssl builder
by Paul Kehrer
· 10 years ago
9b452fc
Merge pull request #2403 from ddcc/patch-2
by Donald Stufft
· 10 years ago
9c9910d
Merge pull request #2402 from ddcc/patch-1
by Paul Kehrer
· 10 years ago
1ec38f6
Merge pull request #2405 from alex/unkonwn-public-key
by Paul Kehrer
· 10 years ago
79bee4a
typo
by Alex Gaynor
· 10 years ago
8453d64
handle errors
by Alex Gaynor
· 10 years ago
96605fc
Fixed #2404 -- handle a certificate with an unknown public key
by Alex Gaynor
· 10 years ago
6661938
add 'hostname' to spellcheck dictionary
by Dominic Chen
· 10 years ago
9604d9e
add shebang for setup.py scripts
by Dominic Chen
· 10 years ago
87bb957
fix to handle malformed certificates without hostname
by Dominic Chen
· 10 years ago
450d979
Merge pull request #2401 from reaperhulk/drop-py3-mac-098
by Donald Stufft
· 10 years ago
4d2bcc3
remove py3 mac 0.9.8 jobs from travis
by Paul Kehrer
· 10 years ago
8e69350
Merge pull request #1882 from simo5/KEX
by Paul Kehrer
· 10 years ago
a7c65b5
Introduce Key Exchange Agreements interface
by Simo Sorce
· 10 years ago
cbc554c
Merge pull request #2396 from reaperhulk/unpin-pytest
by Alex Gaynor
· 10 years ago
78f6b51
unpin pytest now that 2.8.2 is released
by Paul Kehrer
· 10 years ago
7a477d3
Merge pull request #2395 from Lukasa/static-build-docs
by Paul Kehrer
· 10 years ago
301d56b
FIPS is a real word!
by Cory Benfield
· 10 years ago
3ed8b81
Missing OpenSSL.org link.
by Cory Benfield
· 10 years ago
8078184
Don't accidentally use out-of-date OpenSSLs.
by Cory Benfield
· 10 years ago
ba8f638
Move link to bottom of docs page.
by Cory Benfield
· 10 years ago
6d44728
Document building static wheels on Linux.
by Cory Benfield
· 10 years ago
5b19c72
Merge pull request #2393 from Ayrx/add-missing-license
by Paul Kehrer
· 10 years ago
ccfbbbc
Merge pull request #2392 from alex/drop-tls
by Paul Kehrer
· 10 years ago
4756fa9
Add missing license header.
by Terry Chia
· 10 years ago
bfda765
drop the tls, it uses a weird CA that's not supported on our CI
by Alex Gaynor
· 10 years ago
716dfd0
Merge pull request #2388 from reaperhulk/docs-testing
by Alex Gaynor
· 10 years ago
e8d8ec4
Merge pull request #2390 from reaperhulk/x509-docs-fix
by Alex Gaynor
· 10 years ago
685eea4
Merge pull request #2391 from reaperhulk/hypothesis-fixes
by Alex Gaynor
· 10 years ago
2c145cc
document the extension type requirement a bit better
by Paul Kehrer
· 10 years ago
584d9d6
hypothesis-pytest is no longer a required package
by Paul Kehrer
· 10 years ago
1dea513
Merge pull request #1773 from Ayrx/hypothesis
by Paul Kehrer
· 10 years ago
9ab8e7a
Merge pull request #2389 from alex/https-some-links
by Paul Kehrer
· 10 years ago
e98df9c
Move hypothesis tests to the subfolder.
by Terry Chia
· 10 years ago
2c75ac6
add a word
by Paul Kehrer
· 10 years ago
4566cb9
a few more fixes
by Alex Gaynor
· 10 years ago
3197ab5
HTTPS-ifiy to some links
by Alex Gaynor
· 10 years ago
044c8dd
simplify installation docs on OS X now that we have cffi wheels
by Paul Kehrer
· 10 years ago
da74298
update our docs for the testing matrix to be accurate
by Paul Kehrer
· 10 years ago
34dd76d
Merge pull request #2386 from mdjunior/master
by Paul Kehrer
· 10 years ago
6b55c4e
test build ca request with path_length None
by vicente.fiebig
· 10 years ago
415889a
Change '!=' to 'is not'
by Manoel Domingues Junior
· 10 years ago
0e94257
Handling path_length when ca is True
by Manoel Domingues Junior
· 10 years ago
Next »