index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptography
/
hazmat
/
backends
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
|
/
*
/
parts can't be > 2, so let's not pretend it could be
Paul Kehrer
2015-07-12
1
-4
/
+3
|
/
*
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
*
|
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
1
-0
/
+21
*
|
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
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fixed #2127 -- added __hash__ to CSR
Alex Gaynor
2015-07-08
1
-0
/
+3
*
|
Merge pull request #2108 from mail-in-a-box/master
Paul Kehrer
2015-07-08
1
-1
/
+16
|
\
\
|
|
/
|
/
|
|
*
parse SAN otherNames into OtherName instances rather than raising an exception
Joshua Tauberer
2015-07-06
1
-1
/
+16
*
|
Merge pull request #2124 from alex/hash-cert
Paul Kehrer
2015-07-08
1
-7
/
+4
|
\
\
|
*
|
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
1
-0
/
+4
*
|
|
added forgotten __ne__ method
Alex Gaynor
2015-07-06
1
-0
/
+3
*
|
|
Fixed #2121 -- added __eq__ and __ne__ to CSRs
Alex Gaynor
2015-07-06
1
-0
/
+8
|
/
/
*
|
support registeredID general name encoding
Paul Kehrer
2015-07-05
1
-1
/
+12
*
|
Merge pull request #2085 from alex/encode-san
Paul Kehrer
2015-07-05
1
-1
/
+44
|
\
\
|
*
|
fixed a leak in the event of non-DNS GN
Alex Gaynor
2015-07-05
1
-2
/
+3
|
*
|
Make the error check match how the openssl codebase does it
Alex Gaynor
2015-07-05
1
-1
/
+1
|
*
|
Wildcards. Also fixed a bug with multiple GNs
Alex Gaynor
2015-07-05
1
-2
/
+7
|
*
|
Paul says openssl just does the right thing here.
Alex Gaynor
2015-07-05
1
-2
/
+0
|
*
|
this needs to be freed as well
Alex Gaynor
2015-07-05
1
-0
/
+1
|
*
|
idna here
Alex Gaynor
2015-07-05
1
-2
/
+3
|
*
|
Organize code a bit better
Alex Gaynor
2015-07-05
1
-10
/
+15
|
*
|
Merge branch 'master' into encode-san
Alex Gaynor
2015-07-03
2
-15
/
+44
|
|
\
\
|
*
\
\
resolved merge conflict
Alex Gaynor
2015-06-28
2
-82
/
+75
|
|
\
\
\
|
*
|
|
|
Clean up code and fix.
Alex Gaynor
2015-06-28
2
-36
/
+20
|
*
|
|
|
Initial code to encode SANs
Alex Gaynor
2015-06-28
1
-0
/
+47
*
|
|
|
|
Factor out the ASN.1 string handling code in the OpenSSL backend
Alex Gaynor
2015-07-05
1
-16
/
+16
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Added support for SANs in CSRs
Alex Gaynor
2015-07-03
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Shift around the x509 code, all the extensions are going to have the same thing
Alex Gaynor
2015-07-02
1
-20
/
+12
*
|
|
name constraints - support leading periods
Paul Kehrer
2015-07-01
1
-3
/
+7
*
|
|
Merge pull request #2084 from reaperhulk/name-constraints-ossl
Alex Gaynor
2015-07-01
1
-0
/
+30
|
\
\
\
|
*
|
|
support name constraints in the openssl backend
Paul Kehrer
2015-06-29
1
-0
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2073 from glyph/no-c-random
Paul Kehrer
2015-06-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use new constant
Glyph
2015-06-26
1
-1
/
+1
*
|
|
fix a memory leak in basic constraints encoding
Paul Kehrer
2015-06-28
1
-0
/
+3
*
|
|
use a dict here
Alex Gaynor
2015-06-28
1
-24
/
+24
*
|
|
Factor this code out.
Alex Gaynor
2015-06-28
1
-40
/
+35
*
|
|
Initial stab at unifying the extension parsing code fro CSRs and certificates
Alex Gaynor
2015-06-28
1
-79
/
+75
|
|
/
|
/
|
*
|
Improvemed branch coverage for ssh public key loading
Alex Gaynor
2015-06-27
1
-2
/
+1
[prev]
[next]