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
...
|
*
|
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
*
|
Add sign_x509_certificate to MultiBackend
Ian Cordasco
2015-08-02
1
-0
/
+9
*
|
Add note to serial_number parameter about entropy
Ian Cordasco
2015-08-02
1
-0
/
+2
*
|
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
2
-3
/
+5
*
|
Document other two parameters from sign method
Ian Cordasco
2015-07-31
1
-11
/
+21
*
|
Check result of setting the serial number
Ian Cordasco
2015-07-24
1
-2
/
+14
*
|
Remove CertificateBuilder.version
Ian Cordasco
2015-07-24
1
-19
/
+2
*
|
Use correct exception class in openssl backend
Ian Cordasco
2015-07-20
1
-1
/
+1
*
|
Remove unnecessary type check
Ian Cordasco
2015-07-19
1
-2
/
+0
*
|
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
*
|
Fix copy-paste errors
Ian Cordasco
2015-07-19
1
-3
/
+3
*
|
Remove unnecessary helper functions
Ian Cordasco
2015-07-18
2
-19
/
+4
*
|
Make the CertificateBuilder interface more like the CSRBuilder
Ian Cordasco
2015-07-18
1
-27
/
+92
*
|
Adds certificate builder.
Andre Caron
2015-07-18
2
-0
/
+186
|
/
*
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
|
|
/
|
/
|
[prev]
[next]