Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
abb7b6ed99538e49f606b00f3219a2fd568c59d6
abb7b6e
doc fixes, rename rekoked -> revoked_certificates
by Erik Trauschke
· 10 years ago
2dcce90
add bindings and interfaces for CRL objects
by Erik Trauschke
· 10 years ago
f264655
Merge pull request #1984 from AndreLouisCaron/cert-encoding
by Paul Kehrer
· 10 years ago
9dd2ab9
Removes useless pass statement.
by Andre Caron
· 10 years ago
18ef34b
Adds missing docstring.
by Andre Caron
· 10 years ago
a8aded6
Adds certificate encoding to PEM and DER.
by Andre Caron
· 10 years ago
c5db584
Merge pull request #1983 from glyph/correct-structs
by Paul Kehrer
· 10 years ago
006d879
ssl_st is _not_ SSL_CTX, sorry
by Glyph
· 10 years ago
8b8df23
Merge pull request #1959 from reaperhulk/idna2003-test
by Alex Gaynor
· 10 years ago
2a21843
Merge pull request #1978 from AndreLouisCaron/asn1-time-binding
by Paul Kehrer
· 10 years ago
7fbb901
Merge pull request #1979 from AndreLouisCaron/x509v3-bindings
by Paul Kehrer
· 10 years ago
c7ddf91
Fixes PEP8 issues.
by Andre Caron
· 10 years ago
71a1621
require idna 2.0 or better because it's better
by Paul Kehrer
· 10 years ago
b896881
add test to confirm IDNA2003 is disallowed
by Paul Kehrer
· 10 years ago
d0a66e7
add SAN vector with IDNA 2003 encoding
by Paul Kehrer
· 10 years ago
05c2e50
Removes variable names from binding.
by Andre Caron
· 10 years ago
d9b7525
Removes variable names from binding.
by Andre Caron
· 10 years ago
f270d86
Adds OpenSSL bindings for AIA extension.
by Andre Caron
· 10 years ago
8bae15f
Adds ASN1 time binding for OpenSSL.
by Andre Caron
· 10 years ago
9acecae
Merge pull request #1963 from AndreLouisCaron/csr-encoding
by Alex Gaynor
· 10 years ago
acb1897
Adds public bytes comparison test.
by Andre Caron
· 10 years ago
5f1f65c
Merge pull request #1889 from alex/macstadium-travis
by Paul Kehrer
· 10 years ago
9c34652
Don't try to upgrade brew packages if they are at the latest version
by Alex Gaynor
· 10 years ago
c41667e
Use xcode 6.3, so tests will pass
by Alex Gaynor
· 10 years ago
af89bb6
Merge branch 'master' into macstadium-travis
by Alex Gaynor
· 10 years ago
f852018
Merge pull request #1977 from pyca/alex-patch-1
by Paul Kehrer
· 10 years ago
f27e4f4
Renames test cases.
by Andre Caron
· 10 years ago
e6ce9b1
Retry brew update if it fails
by Alex Gaynor
· 10 years ago
61716a4
Merge pull request #1976 from reaperhulk/ocsp-no-check
by Alex Gaynor
· 10 years ago
beed294
Adds release note.
by Andre Caron
· 10 years ago
4a1038e
add ocsp no check
by Paul Kehrer
· 10 years ago
f1c3315
Removes PEM text prelude for CSRs.
by Andre Caron
· 10 years ago
476c5df
Adds support for writing CSRs.
by Andre Caron
· 10 years ago
0b0179f
Merge pull request #1972 from reaperhulk/expand-ipaddress
by Alex Gaynor
· 10 years ago
eb17793
IPAddress needs to support networks for nameconstraints
by Paul Kehrer
· 10 years ago
509bacb
Merge pull request #1966 from AndreLouisCaron/csr-extensions
by Paul Kehrer
· 10 years ago
6e721a9
Adds support for CSR extensions.
by Andre Caron
· 10 years ago
b039181
Merge pull request #1968 from reaperhulk/ext-eq
by Alex Gaynor
· 10 years ago
4825b9e
Merge pull request #1967 from reaperhulk/csr-bc
by Alex Gaynor
· 10 years ago
58e870c
x509 extension equality
by Paul Kehrer
· 10 years ago
c97ca7e
Adds new CSR test vector.
by Andre Caron
· 10 years ago
ad9d46e
Merge pull request #1964 from AndreLouisCaron/authors
by Alex Gaynor
· 10 years ago
36ab5b9
Adding myself to the authors file.
by Andre Caron
· 10 years ago
8e176ee
Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensions
by Paul Kehrer
· 10 years ago
5f49a08
Merge pull request #1962 from AndreLouisCaron/csr-test-vectors
by Alex Gaynor
· 10 years ago
2b54fb0
Moves CSR test vectors to requests folder.
by Andre Caron
· 10 years ago
cf50f6d
Fixes critical flag in CSR test vector.
by Andre Caron
· 10 years ago
6cfe79b
Moves new CSR vector descriptions to CSR section.
by Andre Caron
· 10 years ago
26cab5d
Fixes typos.
by Andre Caron
· 10 years ago
e845d0e
Adds test vectors for X.509 CSR decoding.
by Andre Caron
· 10 years ago
4a684ed
Prepares X509 decoding functions for more CA functionality.
by Andre Caron
· 10 years ago
706d266
Merge pull request #1960 from reaperhulk/x509-cert-interface-expansion
by Alex Gaynor
· 10 years ago
8c234d1
add extensions to the interface for Certificate
by Paul Kehrer
· 10 years ago
63d95d0
Try to use python -m, not clear why it's needed
by Alex Gaynor
· 10 years ago
6ac7230
set osx_image on all the os x builds, instead of global
by Alex Gaynor
· 10 years ago
388f92a
Merge branch 'master' into macstadium-travis
by Alex Gaynor
· 10 years ago
f9531ad
Merge pull request #1955 from alex/csr-builder-bindings
by Paul Kehrer
· 10 years ago
393c916
Added the bindings needed for implementing a CSR Builder. Refs #1927
by Alex Gaynor
· 10 years ago
eb5efa9
Merge pull request #1952 from reaperhulk/deprecation-dance
by Alex Gaynor
· 10 years ago
3f7d109
Merge pull request #1951 from mithrandi/no-executable-vectors
by Paul Kehrer
· 10 years ago
290cd60
deprecation dance.
by Paul Kehrer
· 10 years ago
d9bb534
Merge pull request #1949 from reaperhulk/0.10-open-cycle
by Alex Gaynor
· 10 years ago
0648da4
Remove unnecessary executable bit.
by Tristan Seligmann
· 10 years ago
d5257ab
open master for tenth release
by Paul Kehrer
· 10 years ago
6199d8f
Merge pull request #1948 from reaperhulk/0.9-release-omg
by Alex Gaynor
· 10 years ago
c486ed5
0.9 time
by Paul Kehrer
· 10 years ago
23283f9
Merge pull request #1946 from reaperhulk/x509-ext-changelog
by Alex Gaynor
· 10 years ago
92fb537
Merge pull request #1920 from reaperhulk/x509-ossl-cdp
by Alex Gaynor
· 10 years ago
2c9ff67
Merge pull request #1945 from reaperhulk/add-ssl-ctx-set-tlsext-status-arg
by Alex Gaynor
· 10 years ago
6caa5bb
Merge pull request #1944 from reaperhulk/bc-eq
by Alex Gaynor
· 10 years ago
3325b0e
Merge pull request #1943 from reaperhulk/san-eq
by Alex Gaynor
· 10 years ago
aeb7720
add changelog entry for supporting x509 extensions
by Paul Kehrer
· 10 years ago
cec80a1
add SSL_set_tlsext_status_arg support
by Paul Kehrer
· 10 years ago
3fa8645
Merge pull request #1942 from reaperhulk/ku-eq
by Alex Gaynor
· 10 years ago
3a69b13
add eq/ne support to BasicConstraints
by Paul Kehrer
· 10 years ago
58cc397
add eq/ne support to SubjectAlternativeName
by Paul Kehrer
· 10 years ago
8565f5e
add eq/ne support to KeyUsage
by Paul Kehrer
· 10 years ago
594a2ed
change approach for parsing CDP reason flags
by Paul Kehrer
· 10 years ago
9a10d59
support CRLDistributionPoints in the OpenSSL backend
by Paul Kehrer
· 10 years ago
91ea3a9
Merge pull request #1940 from reaperhulk/x509-ossl-cp
by Alex Gaynor
· 10 years ago
8eca316
Merge pull request #1941 from reaperhulk/x509-cdp-still-more-vectors
by Alex Gaynor
· 10 years ago
208d678
more CDP vectors!
by Paul Kehrer
· 10 years ago
2008d9c
fix the docs test
by Paul Kehrer
· 10 years ago
11026fe
support certificate policies in the openssl backend
by Paul Kehrer
· 10 years ago
0facc2a
Merge pull request #1936 from reaperhulk/cp-noticenumbers-required
by Alex Gaynor
· 10 years ago
fe35bd6
Merge pull request #1935 from reaperhulk/cp-bindings-redux
by Alex Gaynor
· 10 years ago
31b9e97
Merge pull request #1937 from reaperhulk/cp-more-vector
by Alex Gaynor
· 10 years ago
cb73b22
Merge pull request #1934 from reaperhulk/asn1string-to-utf8
by Alex Gaynor
· 10 years ago
c1ae751
Merge pull request #1939 from reaperhulk/tox-update
by Alex Gaynor
· 10 years ago
c8ccffb
pass through the env vars we need in tox for alternate OpenSSL builds
by Paul Kehrer
· 10 years ago
66c6170
also update the docs to reflect the non-optional nature of these things
by Paul Kehrer
· 10 years ago
bac9897
having the right return type is helpful
by Paul Kehrer
· 10 years ago
5ac4154
add another certificate policies test vector
by Paul Kehrer
· 10 years ago
6e198b0
notice_numbers are not optional in NoticeReference
by Paul Kehrer
· 10 years ago
2b3fc1e
we also need some stack manipulation macros
by Paul Kehrer
· 10 years ago
fbc64d3
refactor asn1string->utf8 conversion into a separate function
by Paul Kehrer
· 10 years ago
75f4118
Merge pull request #1933 from reaperhulk/asn1int-to-int
by Alex Gaynor
· 10 years ago
31c453d
asn1 integer to python integer helper function
by Paul Kehrer
· 10 years ago
7885e40
Merge pull request #1932 from reaperhulk/cp-bindings
by Alex Gaynor
· 10 years ago
b372eb8
remove some names we don't need in the struct defs
by Paul Kehrer
· 10 years ago
Next »