index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2177 from reaperhulk/cp-bindings
Alex Gaynor
2015-07-27
1
-0
/
+21
|
\
|
*
add many bindings we'll need to encode a certificate policies extension
Paul Kehrer
2015-07-26
1
-0
/
+21
*
|
openssl error codes are clearly not considered part of the api contract
Paul Kehrer
2015-07-25
1
-5
/
+2
*
|
extra parens
Paul Kehrer
2015-07-25
1
-5
/
+3
*
|
== instead of in
Paul Kehrer
2015-07-25
1
-2
/
+2
*
|
handle RSA key too small and consume errors on CSR signature failure
Paul Kehrer
2015-07-25
2
-1
/
+11
|
/
*
remove windows link type, update docs
Paul Kehrer
2015-07-24
1
-14
/
+1
*
Merge pull request #2171 from reaperhulk/refactor-gn-encoding
Alex Gaynor
2015-07-24
1
-83
/
+88
|
\
|
*
refactor general name encoding to its own function
Paul Kehrer
2015-07-24
1
-83
/
+88
*
|
let's also add the binding to make a new GENERAL_SUBTREE stack
Paul Kehrer
2015-07-24
1
-0
/
+1
*
|
bindings for CRL encoding
Paul Kehrer
2015-07-24
1
-0
/
+7
|
/
*
Support encoding ExtendedKeyUsage into certificate signing requests
Paul Kehrer
2015-07-23
5
-2
/
+36
*
Support encoding KeyUsage into certificate signing requests
Paul Kehrer
2015-07-23
4
-0
/
+45
*
when building a CSR adding > 1 extension would trigger a bug
Paul Kehrer
2015-07-23
1
-1
/
+1
*
remove unused import
Paul Kehrer
2015-07-14
1
-2
/
+0
*
encode uri
Paul Kehrer
2015-07-13
1
-2
/
+12
*
Merge pull request #2149 from reaperhulk/better-uri
Alex Gaynor
2015-07-13
1
-0
/
+26
|
\
|
*
expand UniformResourceIdentiier to parse and internally IDNA encode
Paul Kehrer
2015-07-12
1
-0
/
+26
*
|
Merge pull request #2137 from reaperhulk/encode-rfc822name
Alex Gaynor
2015-07-12
1
-0
/
+8
|
\
\
|
*
|
support rfc822Name general name encoding
Paul Kehrer
2015-07-12
1
-0
/
+8
*
|
|
Merge pull request #2148 from reaperhulk/fix-random-order
Alex Gaynor
2015-07-12
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
clear the error stack if d2i_ASN1_TYPE fails
Paul Kehrer
2015-07-12
1
-0
/
+1
|
|
/
*
|
Merge pull request #2147 from reaperhulk/there-are-two-parts
Alex Gaynor
2015-07-12
1
-4
/
+3
|
\
\
|
*
|
parts can't be > 2, so let's not pretend it could be
Paul Kehrer
2015-07-12
1
-4
/
+3
*
|
|
Merge pull request #2139 from alex/remove-fast-path
Paul Kehrer
2015-07-12
1
-3
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Removed the fastpath from binding initialization. These aren't instantiated f...
Alex Gaynor
2015-07-12
1
-3
/
+0
*
|
|
Merge pull request #2141 from reaperhulk/better-rfc822name
Alex Gaynor
2015-07-12
1
-0
/
+19
|
\
\
\
|
*
|
|
simplify logic, it doesn't appear parts > 2 is possible
Paul Kehrer
2015-07-12
1
-4
/
+3
|
*
|
|
expand RFC822Name to validate and (internally) IDNA encode
Paul Kehrer
2015-07-12
1
-0
/
+20
*
|
|
|
Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers
Alex Gaynor
2015-07-12
1
-0
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2095 from reaperhulk/nc-the-hard-part-redux
Alex Gaynor
2015-07-12
1
-5
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use helper method _asn1_string_to_bytes
Paul Kehrer
2015-07-12
1
-3
/
+1
|
*
|
not bytes
Paul Kehrer
2015-07-10
1
-1
/
+1
|
*
|
simplify and handle /32 and /128
Paul Kehrer
2015-07-10
1
-3
/
+7
|
*
|
name constraints - support IP addresses with netmask
Paul Kehrer
2015-07-10
1
-5
/
+24
*
|
|
this is const
Paul Kehrer
2015-07-11
1
-1
/
+1
*
|
|
raise a nice error if bad ASN.1 is provided
Paul Kehrer
2015-07-11
1
-1
/
+2
*
|
|
support for OtherName encoding for general names
Paul Kehrer
2015-07-11
3
-0
/
+25
|
|
/
|
/
|
*
|
support IPAddress encoding for general names
Paul Kehrer
2015-07-11
1
-2
/
+16
*
|
Merge pull request #2134 from reaperhulk/encode-dirname
Alex Gaynor
2015-07-11
1
-2
/
+16
|
\
\
|
|
/
|
/
|
|
*
modify _encode_name, add _encode_name_gc
Paul Kehrer
2015-07-11
1
-5
/
+10
|
*
support DirectoryName encoding for general names
Paul Kehrer
2015-07-10
1
-0
/
+9
*
|
Merge pull request #2129 from alex/hash-csr
Paul Kehrer
2015-07-09
2
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fixed #2127 -- added __hash__ to CSR
Alex Gaynor
2015-07-08
2
-0
/
+9
*
|
Merge pull request #2108 from mail-in-a-box/master
Paul Kehrer
2015-07-08
3
-2
/
+53
|
\
\
|
|
/
|
/
|
|
*
special-case GeneralNames.get_values_for_type to return OtherName instances d...
Joshua Tauberer
2015-07-06
1
-1
/
+7
|
*
parse SAN otherNames into OtherName instances rather than raising an exception
Joshua Tauberer
2015-07-06
3
-1
/
+46
*
|
Merge pull request #2124 from alex/hash-cert
Paul Kehrer
2015-07-08
2
-7
/
+10
|
\
\
|
*
|
no need to hash it twice, also simplify fingerprint method
Alex Gaynor
2015-07-07
1
-9
/
+2
|
*
|
Fixed #2120 -- added __hash__ to x509.Cert
Alex Gaynor
2015-07-06
2
-0
/
+10
[next]