Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c97ca7e85ac0c382358f4a26b6f93fb2562e5673
c97ca7e
Adds new CSR test vector.
by Andre Caron
· 9 years ago
36ab5b9
Adding myself to the authors file.
by Andre Caron
· 9 years ago
8e176ee
Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensions
by Paul Kehrer
· 9 years ago
5f49a08
Merge pull request #1962 from AndreLouisCaron/csr-test-vectors
by Alex Gaynor
· 9 years ago
2b54fb0
Moves CSR test vectors to requests folder.
by Andre Caron
· 9 years ago
cf50f6d
Fixes critical flag in CSR test vector.
by Andre Caron
· 9 years ago
6cfe79b
Moves new CSR vector descriptions to CSR section.
by Andre Caron
· 9 years ago
26cab5d
Fixes typos.
by Andre Caron
· 9 years ago
e845d0e
Adds test vectors for X.509 CSR decoding.
by Andre Caron
· 9 years ago
4a684ed
Prepares X509 decoding functions for more CA functionality.
by Andre Caron
· 9 years ago
706d266
Merge pull request #1960 from reaperhulk/x509-cert-interface-expansion
by Alex Gaynor
· 9 years ago
8c234d1
add extensions to the interface for Certificate
by Paul Kehrer
· 9 years ago
f9531ad
Merge pull request #1955 from alex/csr-builder-bindings
by Paul Kehrer
· 9 years ago
393c916
Added the bindings needed for implementing a CSR Builder. Refs #1927
by Alex Gaynor
· 9 years ago
eb5efa9
Merge pull request #1952 from reaperhulk/deprecation-dance
by Alex Gaynor
· 9 years ago
3f7d109
Merge pull request #1951 from mithrandi/no-executable-vectors
by Paul Kehrer
· 9 years ago
290cd60
deprecation dance.
by Paul Kehrer
· 9 years ago
d9bb534
Merge pull request #1949 from reaperhulk/0.10-open-cycle
by Alex Gaynor
· 9 years ago
0648da4
Remove unnecessary executable bit.
by Tristan Seligmann
· 9 years ago
d5257ab
open master for tenth release
by Paul Kehrer
· 9 years ago
6199d8f
Merge pull request #1948 from reaperhulk/0.9-release-omg
by Alex Gaynor
· 9 years ago
c486ed5
0.9 time
by Paul Kehrer
· 9 years ago
23283f9
Merge pull request #1946 from reaperhulk/x509-ext-changelog
by Alex Gaynor
· 9 years ago
92fb537
Merge pull request #1920 from reaperhulk/x509-ossl-cdp
by Alex Gaynor
· 9 years ago
2c9ff67
Merge pull request #1945 from reaperhulk/add-ssl-ctx-set-tlsext-status-arg
by Alex Gaynor
· 9 years ago
6caa5bb
Merge pull request #1944 from reaperhulk/bc-eq
by Alex Gaynor
· 9 years ago
3325b0e
Merge pull request #1943 from reaperhulk/san-eq
by Alex Gaynor
· 9 years ago
aeb7720
add changelog entry for supporting x509 extensions
by Paul Kehrer
· 9 years ago
cec80a1
add SSL_set_tlsext_status_arg support
by Paul Kehrer
· 9 years ago
3fa8645
Merge pull request #1942 from reaperhulk/ku-eq
by Alex Gaynor
· 9 years ago
3a69b13
add eq/ne support to BasicConstraints
by Paul Kehrer
· 9 years ago
58cc397
add eq/ne support to SubjectAlternativeName
by Paul Kehrer
· 9 years ago
8565f5e
add eq/ne support to KeyUsage
by Paul Kehrer
· 9 years ago
594a2ed
change approach for parsing CDP reason flags
by Paul Kehrer
· 9 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
· 9 years ago
8eca316
Merge pull request #1941 from reaperhulk/x509-cdp-still-more-vectors
by Alex Gaynor
· 9 years ago
208d678
more CDP vectors!
by Paul Kehrer
· 9 years ago
2008d9c
fix the docs test
by Paul Kehrer
· 9 years ago
11026fe
support certificate policies in the openssl backend
by Paul Kehrer
· 9 years ago
0facc2a
Merge pull request #1936 from reaperhulk/cp-noticenumbers-required
by Alex Gaynor
· 9 years ago
fe35bd6
Merge pull request #1935 from reaperhulk/cp-bindings-redux
by Alex Gaynor
· 9 years ago
31b9e97
Merge pull request #1937 from reaperhulk/cp-more-vector
by Alex Gaynor
· 9 years ago
cb73b22
Merge pull request #1934 from reaperhulk/asn1string-to-utf8
by Alex Gaynor
· 9 years ago
c1ae751
Merge pull request #1939 from reaperhulk/tox-update
by Alex Gaynor
· 9 years ago
c8ccffb
pass through the env vars we need in tox for alternate OpenSSL builds
by Paul Kehrer
· 9 years ago
66c6170
also update the docs to reflect the non-optional nature of these things
by Paul Kehrer
· 9 years ago
bac9897
having the right return type is helpful
by Paul Kehrer
· 9 years ago
5ac4154
add another certificate policies test vector
by Paul Kehrer
· 9 years ago
6e198b0
notice_numbers are not optional in NoticeReference
by Paul Kehrer
· 9 years ago
2b3fc1e
we also need some stack manipulation macros
by Paul Kehrer
· 9 years ago
fbc64d3
refactor asn1string->utf8 conversion into a separate function
by Paul Kehrer
· 9 years ago
75f4118
Merge pull request #1933 from reaperhulk/asn1int-to-int
by Alex Gaynor
· 9 years ago
31c453d
asn1 integer to python integer helper function
by Paul Kehrer
· 9 years ago
7885e40
Merge pull request #1932 from reaperhulk/cp-bindings
by Alex Gaynor
· 9 years ago
b372eb8
remove some names we don't need in the struct defs
by Paul Kehrer
· 9 years ago
5c45c9d
some bindings for certificate policies support in openssl
by Paul Kehrer
· 9 years ago
cdcd45f
Merge pull request #1931 from reaperhulk/aki-eq
by Alex Gaynor
· 9 years ago
2ca2eb3
add eq/ne methods for AuthorityKeyIdentifier
by Paul Kehrer
· 10 years ago
94d78f4
Merge pull request #1929 from reaperhulk/x509-docs
by Alex Gaynor
· 9 years ago
d4f632e
add OID information about all supported extensions
by Paul Kehrer
· 9 years ago
cb599d3
Merge pull request #1928 from reaperhulk/cp-eq
by Alex Gaynor
· 9 years ago
c56ab62
add eq/ne methods for all certificate policies classes
by Paul Kehrer
· 10 years ago
c6f6a24
Merge pull request #1853 from reaperhulk/certificate-policies
by Alex Gaynor
· 9 years ago
73be2ca
alter the repr a bit, pass unicode everywhere
by Paul Kehrer
· 9 years ago
6bfaab4
Merge pull request #1926 from reaperhulk/cp-vectors
by Alex Gaynor
· 9 years ago
cdfe0f9
add certificate policies vectors
by Paul Kehrer
· 9 years ago
9aaef9e
use !r for explicit_text in NoticeReference repr
by Paul Kehrer
· 9 years ago
3f8ddeb
update docs
by Paul Kehrer
· 10 years ago
6337f31
Merge pull request #1921 from reaperhulk/x509-ossl-general-names
by Alex Gaynor
· 10 years ago
d37c537
extract some duplicate logic into a function
by Paul Kehrer
· 10 years ago
cadbdc6
Merge pull request #1919 from reaperhulk/x509-cdp-vectors
by Alex Gaynor
· 10 years ago
28d5421
add CRL distribution points vectors
by Paul Kehrer
· 10 years ago
ba35b3b
remove policyqualifierinfo object
by Paul Kehrer
· 10 years ago
2e87974
expand docs
by Paul Kehrer
· 10 years ago
0d21092
add some docs
by Paul Kehrer
· 10 years ago
f61ec74
use list comprehension syntax to make this cleaner
by Paul Kehrer
· 10 years ago
2b62258
certificate policies extension support
by Paul Kehrer
· 10 years ago
b76fee8
Merge pull request #1906 from reaperhulk/cdp
by Alex Gaynor
· 10 years ago
749da3b
repr tests are the worst. frozenset has diff repr on py3
by Paul Kehrer
· 10 years ago
96ef63c
fix repr tests
by Paul Kehrer
· 10 years ago
3fd0260
switch reasons to frozenset
by Paul Kehrer
· 10 years ago
f2c072b
update doc language
by Paul Kehrer
· 10 years ago
4e8dacd
separate full_name/relative_name and change reasons to an enumeration
by Paul Kehrer
· 10 years ago
64e82dd
Merge pull request #1916 from reaperhulk/cdp-bindings
by Alex Gaynor
· 10 years ago
35b8f44
Merge pull request #1915 from zeevt/ephemeral_kex_details
by Paul Kehrer
· 10 years ago
89a3cf0
Merge pull request #1917 from reaperhulk/crl-bindings
by Alex Gaynor
· 10 years ago
38b75c1
remove some things not present in 0.9.8 for now
by Paul Kehrer
· 10 years ago
b570bf4
add support for retreiving value of received temporary key in server key exchange message, to implement functionality like openssl's ssl_print_tmp_key
by Zeev Tarantov
· 10 years ago
a793eac
add crl bindings (courtesy @etrauschke)
by Paul Kehrer
· 10 years ago
0dd58bc
add bindings for CRLDistributionPoints (courtesy @etrauschke)
by Paul Kehrer
· 10 years ago
b1fca70
Merge pull request #1913 from reaperhulk/secp256k1-support
by Alex Gaynor
· 10 years ago
ebbeedf
add support for secp256k1
by Paul Kehrer
· 10 years ago
51f4cd4
Merge pull request #1897 from reaperhulk/add-secp256k1-generated-vectors
by Alex Gaynor
· 10 years ago
4788944
Merge pull request #1909 from Lukasa/x509_vfy
by Paul Kehrer
· 10 years ago
18f913e
Cleanup definition
by Cory Benfield
· 10 years ago
aea46d7
Merge pull request #1910 from eeshangarg/add-openssl-binding-for-SSL_set_verify
by Alex Gaynor
· 10 years ago
4031b63
Add OpenSSL binding for SSL_set_verify
by Eeshan Garg
· 10 years ago
c969e89
Expand out definition of X509_STORE_CTX
by Cory Benfield
· 10 years ago
2cf8213
Merge pull request #1884 from simo5/ECDHKDFVectors
by Paul Kehrer
· 10 years ago
Next »