Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
0f984369c0f58f0d5db5cb1a6927b550afc89027
0f98436
add test vector from #2183
by Paul Kehrer
· 10 years ago
0cfb179
Merge pull request #2185 from reaperhulk/simplify-x509-decode
by Alex Gaynor
· 10 years ago
e88c431
simplify x509 extension decoding
by Paul Kehrer
· 10 years ago
57b147c
Merge pull request #2181 from reaperhulk/move-urandom-test
by Alex Gaynor
· 10 years ago
301952b
this is gonna be unicode now
by Paul Kehrer
· 10 years ago
ed07bbc
move urandom engine test
by Paul Kehrer
· 10 years ago
172d684
Merge pull request #2177 from reaperhulk/cp-bindings
by Alex Gaynor
· 10 years ago
b314a23
add many bindings we'll need to encode a certificate policies extension
by Paul Kehrer
· 10 years ago
86b4849
Merge pull request #2175 from reaperhulk/csr-better-err-msg
by Alex Gaynor
· 10 years ago
af57f7d
openssl error codes are clearly not considered part of the api contract
by Paul Kehrer
· 10 years ago
6a71f8d
py3 fixin'
by Paul Kehrer
· 10 years ago
195a1ec
extra parens
by Paul Kehrer
· 10 years ago
28fae4e
== instead of in
by Paul Kehrer
· 10 years ago
4e4a9ba
handle RSA key too small and consume errors on CSR signature failure
by Paul Kehrer
· 10 years ago
268b0ed
Merge pull request #2174 from reaperhulk/remove-windows-link-type
by Alex Gaynor
· 10 years ago
6608b7e
remove windows link type, update docs
by Paul Kehrer
· 10 years ago
b095374
Merge pull request #2171 from reaperhulk/refactor-gn-encoding
by Alex Gaynor
· 10 years ago
534c3ee
Merge pull request #2170 from reaperhulk/crl-encode-bindings
by Alex Gaynor
· 10 years ago
eaac67b
let's also add the binding to make a new GENERAL_SUBTREE stack
by Paul Kehrer
· 10 years ago
a34c0e8
bindings for CRL encoding
by Paul Kehrer
· 10 years ago
a5e8a75
refactor general name encoding to its own function
by Paul Kehrer
· 10 years ago
ba0b358
Merge pull request #2169 from reaperhulk/encode-eku
by Alex Gaynor
· 10 years ago
0b8f327
Support encoding ExtendedKeyUsage into certificate signing requests
by Paul Kehrer
· 10 years ago
ef8a722
Merge pull request #2168 from reaperhulk/encode-ku
by Alex Gaynor
· 10 years ago
dce91f0
Support encoding KeyUsage into certificate signing requests
by Paul Kehrer
· 10 years ago
7a217fe
Merge pull request #2166 from reaperhulk/fix-multi-extension-bug
by Alex Gaynor
· 10 years ago
8bfbace
when building a CSR adding > 1 extension would trigger a bug
by Paul Kehrer
· 10 years ago
32a92b6
Merge pull request #2154 from alex/generating-a-csr
by Paul Kehrer
· 10 years ago
9ca4851
fix
by Alex Gaynor
· 10 years ago
b5458f3
Merge pull request #2150 from reaperhulk/encode-uri
by Alex Gaynor
· 10 years ago
1b83053
remove unused import
by Paul Kehrer
· 10 years ago
474a647
encode uri
by Paul Kehrer
· 10 years ago
d02bc12
fixed indent
by Alex Gaynor
· 10 years ago
5bcd8e8
line length and grammar
by Alex Gaynor
· 10 years ago
0c91ddc
spelling
by Alex Gaynor
· 10 years ago
11b00cd
Fixed #2091 -- describe how to generate a CSR.
by Alex Gaynor
· 10 years ago
677c3d5
Merge pull request #2149 from reaperhulk/better-uri
by Alex Gaynor
· 10 years ago
b4c72cd
Merge pull request #2137 from reaperhulk/encode-rfc822name
by Alex Gaynor
· 10 years ago
e28d6c4
expand UniformResourceIdentiier to parse and internally IDNA encode
by Paul Kehrer
· 10 years ago
8c3dc65
Merge pull request #2148 from reaperhulk/fix-random-order
by Alex Gaynor
· 10 years ago
699616f
Merge pull request #2147 from reaperhulk/there-are-two-parts
by Alex Gaynor
· 10 years ago
f32abd7
support rfc822Name general name encoding
by Paul Kehrer
· 10 years ago
10f017a
Merge pull request #2139 from alex/remove-fast-path
by Paul Kehrer
· 10 years ago
73f0aa1
Merge pull request #2146 from alex/coverage
by Paul Kehrer
· 10 years ago
9af0bac
clear the error stack if d2i_ASN1_TYPE fails
by Paul Kehrer
· 10 years ago
66e28cf
Merge pull request #2141 from reaperhulk/better-rfc822name
by Alex Gaynor
· 10 years ago
3eb27eb
Merge pull request #2145 from alex/numbers-hash
by Paul Kehrer
· 10 years ago
467dfb6
Merge pull request #2144 from pyca/alex-patch-1
by Paul Kehrer
· 10 years ago
4f5fcf5
parts can't be > 2, so let's not pretend it could be
by Paul Kehrer
· 10 years ago
b724d98
Don't try to upload coverage on builds which don't produce coverage
by Alex Gaynor
· 10 years ago
8289086
simplify logic, it doesn't appear parts > 2 is possible
by Paul Kehrer
· 10 years ago
b3d62ad
Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers
by Alex Gaynor
· 10 years ago
26516e5
Merge pull request #2142 from alex/x509-tutorial
by Paul Kehrer
· 10 years ago
3adb839
Don't try to load backends if the test doesn't need it
by Alex Gaynor
· 10 years ago
b32b005
fixed this doc too
by Alex Gaynor
· 10 years ago
5e0da3a
updated links in the changelog
by Alex Gaynor
· 10 years ago
856b87b
these were moved
by Alex Gaynor
· 10 years ago
4af5b37
Reorganize the x509 docs in prep for a tutorial
by Alex Gaynor
· 10 years ago
548e85e
Merge pull request #2095 from reaperhulk/nc-the-hard-part-redux
by Alex Gaynor
· 10 years ago
684e7c1
use helper method _asn1_string_to_bytes
by Paul Kehrer
· 10 years ago
01d5d0b
expand RFC822Name to validate and (internally) IDNA encode
by Paul Kehrer
· 10 years ago
5348461
Merge pull request #2136 from reaperhulk/encode-othername
by Alex Gaynor
· 10 years ago
939229c
Removed the fastpath from binding initialization. These aren't instantiated frequently enough for this to be worth it, and it improves our coverage.
by Alex Gaynor
· 10 years ago
7863d75
this is const
by Paul Kehrer
· 10 years ago
500ed9d
raise a nice error if bad ASN.1 is provided
by Paul Kehrer
· 10 years ago
22f5fbb
support for OtherName encoding for general names
by Paul Kehrer
· 10 years ago
91a27a4
Merge pull request #2135 from reaperhulk/encode-ipaddress
by Alex Gaynor
· 10 years ago
235e5a1
support IPAddress encoding for general names
by Paul Kehrer
· 10 years ago
c8e9861
Merge pull request #2134 from reaperhulk/encode-dirname
by Alex Gaynor
· 10 years ago
065b7b8
modify _encode_name, add _encode_name_gc
by Paul Kehrer
· 10 years ago
9ce25a9
support DirectoryName encoding for general names
by Paul Kehrer
· 10 years ago
6843626
not bytes
by Paul Kehrer
· 10 years ago
a72ebaf
simplify and handle /32 and /128
by Paul Kehrer
· 10 years ago
cfb8aa2
name constraints - support IP addresses with netmask
by Paul Kehrer
· 10 years ago
3fe1543
Merge pull request #2129 from alex/hash-csr
by Paul Kehrer
· 10 years ago
92d28d1
Merge pull request #2132 from reaperhulk/port-0.9.3-changelog
by Alex Gaynor
· 10 years ago
3bbda28
port 0.9.3 changelog to master
by Paul Kehrer
· 10 years ago
907cc81
Merge pull request #2108 from mail-in-a-box/master
by Paul Kehrer
· 10 years ago
978137d
Fixed #2127 -- added __hash__ to CSR
by Alex Gaynor
· 10 years ago
366b0f8
Merge pull request #2124 from alex/hash-cert
by Paul Kehrer
· 10 years ago
28ab454
Merge pull request #2126 from alex/csr-eq
by Paul Kehrer
· 10 years ago
5119125
no need to hash it twice, also simplify fingerprint method
by Alex Gaynor
· 10 years ago
eb2df54
fixed test
by Alex Gaynor
· 10 years ago
78a15f0
added forgotten __ne__ method
by Alex Gaynor
· 10 years ago
935f6ca
typo fix
by Alex Gaynor
· 10 years ago
70c8f8b
Fixed #2121 -- added __eq__ and __ne__ to CSRs
by Alex Gaynor
· 10 years ago
d2afad3
special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated
by Joshua Tauberer
· 10 years ago
18b6fc8
additional tests and doc spelling error fix for OtherName
by Joshua Tauberer
· 10 years ago
2ee5e3c
parse SAN otherNames into OtherName instances rather than raising an exception
by Joshua Tauberer
· 10 years ago
969f3a5
Fixed #2120 -- added __hash__ to x509.Cert
by Alex Gaynor
· 10 years ago
11bd1a1
Merge pull request #2119 from stjoannou/master
by Alex Gaynor
· 10 years ago
ad8f19d
Merge pull request #2118 from reaperhulk/support-rid-encoding
by Alex Gaynor
· 10 years ago
8075a8c
Exposed the SSL_peek functionality
by Stelios
· 10 years ago
a9e5a21
support registeredID general name encoding
by Paul Kehrer
· 10 years ago
5b57cbf
Merge pull request #2085 from alex/encode-san
by Paul Kehrer
· 10 years ago
026530a
Merge pull request #2116 from alex/version-added-public-bytes
by Paul Kehrer
· 10 years ago
f977979
Merge pull request #2115 from alex/factor-asn1-strings
by Paul Kehrer
· 10 years ago
d0b376b
Document that public_bytes on certs and CSRs are new in 1.0
by Alex Gaynor
· 10 years ago
8a78bf3
Factor out the ASN.1 string handling code in the OpenSSL backend
by Alex Gaynor
· 10 years ago
cc781e3
fixed a leak in the event of non-DNS GN
by Alex Gaynor
· 10 years ago
Next »