index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
x509.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rename request to CSR
Paul Kehrer
2015-03-29
1
-8
/
+8
*
basic support for parsing x509 requests
Paul Kehrer
2015-03-29
1
-0
/
+95
*
basicConstraints support for OpenSSL X509 backend
Paul Kehrer
2015-03-28
1
-0
/
+34
*
add x509 extensions class and basic tests (no extensions supported)
Paul Kehrer
2015-03-28
1
-1
/
+38
*
review feedback updates
Paul Kehrer
2015-03-23
1
-1
/
+3
*
doc updates and simplification of __repr__
Paul Kehrer
2015-03-22
1
-2
/
+5
*
doc update
Paul Kehrer
2015-03-22
1
-1
/
+1
*
rework BasicConstraints and Extension.
Paul Kehrer
2015-03-22
1
-3
/
+12
*
review feedback doc updates
Paul Kehrer
2015-03-21
1
-2
/
+2
*
add docs for the OID_BASIC_CONSTRAINTS constant
Paul Kehrer
2015-03-21
1
-0
/
+8
*
basic constraints class & extensions interface
Paul Kehrer
2015-03-21
1
-0
/
+43
*
surrender to alex's feels and name our constants consistently
Paul Kehrer
2015-02-19
1
-7
/
+7
*
address review feedback, fix short names for sig alg OIDs
Paul Kehrer
2015-02-19
1
-12
/
+8
*
attempt to clarify signature hash algorithm a bit more
Paul Kehrer
2015-02-16
1
-1
/
+5
*
try to make this a bit more clear
Paul Kehrer
2015-02-16
1
-3
/
+3
*
implement signature_hash_algorithm instead
Paul Kehrer
2015-02-14
1
-7
/
+8
*
add support for signature_algorithm in x509.Certificate
Paul Kehrer
2015-02-14
1
-0
/
+84
*
Merge pull request #1612 from reaperhulk/x509-dn
Alex Gaynor
2015-02-14
1
-0
/
+48
|
\
|
*
update docs
Paul Kehrer
2015-02-14
1
-1
/
+1
|
*
simplify things based on review feedback
Paul Kehrer
2015-02-14
1
-5
/
+6
|
*
make x509.Name iterable and address other review feedback
Paul Kehrer
2015-02-13
1
-12
/
+11
|
*
refactor x509.Name to use get_attributes_by_oid
Paul Kehrer
2015-02-12
1
-95
/
+6
|
*
X509 distinguished name parsing support in the OpenSSL backend
Paul Kehrer
2015-02-12
1
-0
/
+137
*
|
move hash interfaces
Paul Kehrer
2015-02-13
1
-1
/
+1
*
|
make our docs job nitpicky and fix every broken link
Paul Kehrer
2015-02-12
1
-2
/
+2
|
/
*
note that the OIDs listed are typically seen in x.509 names
Paul Kehrer
2015-02-07
1
-17
/
+29
*
more x509 oid doc updates
Paul Kehrer
2015-02-07
1
-4
/
+12
*
whoops
Paul Kehrer
2015-02-06
1
-16
/
+16
*
more doc fixes
Paul Kehrer
2015-02-06
1
-17
/
+17
*
add descriptions to each OID constant, update object to instance
Paul Kehrer
2015-02-05
1
-0
/
+30
*
rename ObjectIdentifier.value to dotted_string
Paul Kehrer
2015-02-04
1
-1
/
+1
*
UnknownNameAttribute is not needed now
Paul Kehrer
2015-02-04
1
-6
/
+0
*
rename Attribute to NameAttribute and remove name from OID
Paul Kehrer
2015-02-02
1
-5
/
+5
*
add some prose trying to explain Attribute and ObjectIdentifier
Paul Kehrer
2015-01-30
1
-0
/
+5
*
update docs
Paul Kehrer
2015-01-30
1
-1
/
+1
*
add attribute and objectidentifier classes for x509 name
Paul Kehrer
2015-01-29
1
-0
/
+71
*
Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa
Alex Stapleton
2015-01-24
1
-3
/
+3
*
While X.509 is definitely hazardous to one's health. It's not dragons and sha...
Alex Gaynor
2014-12-17
1
-2
/
+0
*
doc update for x509
Paul Kehrer
2014-12-17
1
-1
/
+3
*
Markup fix.
Alex Gaynor
2014-12-16
1
-1
/
+2
*
Slightly more descriptive docs
Alex Gaynor
2014-12-16
1
-2
/
+2
*
fix some docs
Paul Kehrer
2014-12-16
1
-5
/
+5
*
add examples for accessing each attr
Paul Kehrer
2014-12-16
1
-2
/
+35
*
add parsed_version attribute to InvalidVersion
Paul Kehrer
2014-12-15
1
-0
/
+4
*
improve the docs a bit more
Paul Kehrer
2014-12-15
1
-2
/
+5
*
rename X509 classes to remove X509 and improve some tests
Paul Kehrer
2014-12-15
1
-14
/
+16
*
reorganize a bunch of things related to the x509certificate interface
Paul Kehrer
2014-12-15
1
-6
/
+57
*
address review feedback
Paul Kehrer
2014-12-15
1
-1
/
+6
*
update docs, test invalid x509 version
Paul Kehrer
2014-12-15
1
-1
/
+1
*
move x509 to top level, add more docs
Paul Kehrer
2014-12-15
1
-0
/
+97
[prev]