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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add sign_x509_certificate to X509Backend interface
Ian Cordasco
2015-08-03
1
-0
/
+6
*
|
Merge remote-tracking branch 'upstream/master' into cert-builder
Ian Cordasco
2015-08-03
3
-190
/
+234
|
\
\
|
*
\
Merge pull request #2187 from reaperhulk/csr-decode-all-exts
Alex Gaynor
2015-08-01
1
-23
/
+21
|
|
\
\
|
|
*
|
allow certificate and CSR to both parse the same set of extensions
Paul Kehrer
2015-08-01
1
-23
/
+21
|
*
|
|
Merge pull request #2186 from reaperhulk/handle-corrupt-extensions
Alex Gaynor
2015-08-01
1
-1
/
+7
|
|
\
\
\
|
|
*
|
|
corrupt -> invalid
Paul Kehrer
2015-08-01
1
-1
/
+2
|
|
*
|
|
check if the extension decoded to internal openssl repr
Paul Kehrer
2015-08-01
1
-1
/
+6
|
|
|
/
/
|
*
|
|
Merge pull request #2184 from reaperhulk/remove-more-branches
Alex Gaynor
2015-08-01
3
-10
/
+18
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Remove elifs and replace with else + assert
Paul Kehrer
2015-08-01
3
-10
/
+18
|
|
|
/
|
*
/
simplify x509 extension decoding
Paul Kehrer
2015-08-01
1
-73
/
+28
|
|
/
|
*
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
1
-1
/
+10
|
*
refactor general name encoding to its own function
Paul Kehrer
2015-07-24
1
-83
/
+88
|
*
Support encoding ExtendedKeyUsage into certificate signing requests
Paul Kehrer
2015-07-23
2
-2
/
+29
|
*
Support encoding KeyUsage into certificate signing requests
Paul Kehrer
2015-07-23
2
-0
/
+41
|
*
when building a CSR adding > 1 extension would trigger a bug
Paul Kehrer
2015-07-23
1
-1
/
+1
*
|
Add sign_x509_certificate to MultiBackend
Ian Cordasco
2015-08-02
1
-0
/
+9
*
|
Add _encode_asn1_int_gc
Ian Cordasco
2015-08-01
1
-1
/
+7
*
|
Add check for an RSA Key being too small
Ian Cordasco
2015-08-01
1
-1
/
+5
*
|
Check result of setting the serial number
Ian Cordasco
2015-07-24
1
-2
/
+14
*
|
Use correct exception class in openssl backend
Ian Cordasco
2015-07-20
1
-1
/
+1
*
|
Handle SubjectAlternativeName extensions in the backend
Ian Cordasco
2015-07-19
1
-0
/
+2
*
|
Construct extensions like a CSR
Ian Cordasco
2015-07-19
1
-6
/
+9
*
|
Remove unnecessary helper functions
Ian Cordasco
2015-07-18
1
-17
/
+1
*
|
Adds certificate builder.
Andre Caron
2015-07-18
1
-0
/
+96
|
/
*
remove unused import
Paul Kehrer
2015-07-14
1
-2
/
+0
*
encode uri
Paul Kehrer
2015-07-13
1
-2
/
+12
*
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
*
|
|
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
*
|
|
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
|
\
\
|
|
/
|
/
|
[prev]
[next]