index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #2067 -- raise an error if a CSRbuilder doesn't hav a subject
Alex Gaynor
2015-06-27
3
-2
/
+14
*
Merge pull request #2071 from reaperhulk/wildcard-oh-no
Alex Gaynor
2015-06-27
2
-1
/
+42
|
\
|
*
do this much more simply
Paul Kehrer
2015-06-26
1
-7
/
+4
|
*
handle wildcard DNSNames with IDNA.
Paul Kehrer
2015-06-26
2
-1
/
+45
*
|
Merge pull request #2069 from alex/param-ordering
Paul Kehrer
2015-06-26
3
-20
/
+10
|
\
\
|
|
/
|
/
|
|
*
fix this test
Alex Gaynor
2015-06-26
1
-1
/
+1
|
*
Merge branch 'master' into param-ordering
Alex Gaynor
2015-06-26
2
-3
/
+35
|
|
\
|
*
|
fixed docs
Alex Gaynor
2015-06-26
1
-1
/
+1
|
*
|
Make the parameter ordering in sign() consistent with other code
Alex Gaynor
2015-06-26
3
-18
/
+8
*
|
|
Merge pull request #2068 from reaperhulk/wildcard-idna-san-vector
Alex Gaynor
2015-06-26
2
-0
/
+21
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add wildcard IDNA SAN
Paul Kehrer
2015-06-26
2
-0
/
+21
|
|
/
*
|
Merge pull request #2066 from reaperhulk/csr-builder-set-subject
Alex Gaynor
2015-06-26
2
-3
/
+35
|
\
\
|
|
/
|
/
|
|
*
test notimplementederror for unsupported csr extensions in backends
Paul Kehrer
2015-06-26
2
-0
/
+18
|
*
add test for CSR builder setting subject twice
Paul Kehrer
2015-06-26
1
-3
/
+17
|
/
*
Merge pull request #2064 from reaperhulk/simplify-x509
Alex Gaynor
2015-06-26
1
-40
/
+0
|
\
|
*
simplify x509 csr builder tests
Paul Kehrer
2015-06-26
1
-40
/
+0
*
|
Merge pull request #2063 from reaperhulk/improve-backend-docs
Alex Gaynor
2015-06-26
1
-0
/
+31
|
\
\
|
|
/
|
/
|
|
*
add two missing methods to backend interface docs
Paul Kehrer
2015-06-26
1
-0
/
+31
|
/
*
Merge pull request #2045 from sigmavirus24/csr-builder
Paul Kehrer
2015-06-26
9
-3
/
+543
|
\
|
*
Use SECP256R1 instead of SECT283K1 in CSR tests
Ian Cordasco
2015-06-24
2
-4
/
+4
|
*
Add test for unicode attributes in CSRs
Ian Cordasco
2015-06-24
1
-0
/
+32
|
*
Skip tests when the EC curve is unsupported
Ian Cordasco
2015-06-24
2
-0
/
+3
|
*
Use utf8 to encode attribute values instead of ascii
Ian Cordasco
2015-06-24
1
-2
/
+2
|
*
Add tests to the CSR Builder for EC and DSA keys
Ian Cordasco
2015-06-24
3
-5
/
+120
|
*
Simplify test for unsupported extensions
Ian Cordasco
2015-06-24
1
-9
/
+1
|
*
Address review comments around add_extension method
Ian Cordasco
2015-06-24
3
-6
/
+8
|
*
Only allow subject_name to be set once on a Builder
Ian Cordasco
2015-06-24
1
-0
/
+2
|
*
Unconditionally encode values to ascii
Ian Cordasco
2015-06-24
1
-5
/
+2
|
*
Properly use RSA fixtures to generate private keys
Ian Cordasco
2015-06-24
2
-5
/
+11
|
*
Update registering pp with ffi.gc
Ian Cordasco
2015-06-24
1
-4
/
+3
|
*
Update CSR tests and implementation
Ian Cordasco
2015-06-24
3
-23
/
+8
|
*
Fix new tests to pass text value to NameAttribute
Ian Cordasco
2015-06-24
1
-20
/
+20
|
*
Address code review regarding style and gc
Ian Cordasco
2015-06-24
3
-20
/
+17
|
*
Fixes PEP8 issue in tests.
Andre Caron
2015-06-24
1
-5
/
+0
|
*
Removes set_ prefix on CSR builder method.
Andre Caron
2015-06-24
3
-7
/
+7
|
*
Lists support for DSA and EC in CSR builder.
Andre Caron
2015-06-24
1
-1
/
+3
|
*
Fully qualifies symbols in doc references.
Andre Caron
2015-06-24
1
-5
/
+10
|
*
Changes builder extension API.
Andre Caron
2015-06-24
3
-40
/
+25
|
*
Polishes builder documentation,
Andre Caron
2015-06-24
1
-5
/
+28
|
*
Removes CSR builder version setter.
Andre Caron
2015-06-24
3
-40
/
+22
|
*
Fixes memory leak,
Andre Caron
2015-06-24
1
-0
/
+6
|
*
Extends supported range for integer conversion,
Andre Caron
2015-06-24
1
-2
/
+9
|
*
Fixes docstring typo.
Andre Caron
2015-06-24
1
-1
/
+1
|
*
Adds updates docs for method chaining in CSR builder.
Andre Caron
2015-06-24
1
-1
/
+4
|
*
Adds method chaining to CSR builder.
Andre Caron
2015-06-24
2
-35
/
+42
|
*
Removes OID to txt to OID conversion.
Andre Caron
2015-06-24
1
-10
/
+3
|
*
Cleans up some GC semantics.
Andre Caron
2015-06-24
1
-3
/
+16
|
*
Renames sign_509_request to create_x509_csr.
Andre Caron
2015-06-24
5
-2
/
+23
|
*
Fixes memory allocation.
Andre Caron
2015-06-24
1
-12
/
+4
|
*
Adds CSR builder.
Andre Caron
2015-06-24
5
-1
/
+377
|
/
[next]