Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
2bb9464c6eb3da36addd8c501f0a392c4339d1b8
/
docs
2bb9464
add docs for the OID_BASIC_CONSTRAINTS constant
by Paul Kehrer
· 10 years ago
8cf2642
basic constraints class & extensions interface
by Paul Kehrer
· 10 years ago
e0eafaa
add 3 new certificate vectors for upcoming basic constraints tests
by Paul Kehrer
· 10 years ago
d0109a5
Merge pull request #1738 from reaperhulk/deprecation-dance
by Alex Gaynor
· 10 years ago
891efd9
missed some links
by Paul Kehrer
· 10 years ago
cd26d88
Merge pull request #1740 from alex/fixed-gitorious-link
by Paul Kehrer
· 10 years ago
3efbf49
Updated one more gitorious link
by Alex Gaynor
· 10 years ago
0064bfa
Use full path in the documentation
by Alex Gaynor
· 10 years ago
ebee006
Do the deprecation dance
by Paul Kehrer
· 10 years ago
a5515c7
DSA public key serialization
by Paul Kehrer
· 10 years ago
c2ab307
fix a docs link
by Paul Kehrer
· 10 years ago
c5d886a
update docs to add ECPublicKey to list of classes that have public_bytes
by Paul Kehrer
· 10 years ago
419615b
serialize EC public keys
by Paul Kehrer
· 10 years ago
efc7f3d
update docs to note PKCS1 is essentially RSA only
by Paul Kehrer
· 10 years ago
3f157e0
support RSA public key serialization
by Paul Kehrer
· 10 years ago
dac86a9
gitorious is no longer a thing so gnutls is now hosted by gitlab
by Paul Kehrer
· 10 years ago
7bdb2d8
Merge pull request #1712 from reaperhulk/serialize-dsa-private-key
by Alex Gaynor
· 10 years ago
0be6ddc
Merge pull request #1714 from reaperhulk/asymmetric-public-vectors
by Alex Stapleton
· 10 years ago
a80fb94
Fixed URL that changed in docs
by Alex Gaynor
· 10 years ago
6d97742
DER conversion of PKCS1 rsa.pub.pem
by Paul Kehrer
· 10 years ago
b07a0c9
add RSA/DSA PKCS1 public keys
by Paul Kehrer
· 10 years ago
5e9a8a3
Update OpenSSL test vector link to point at Github repository
by Paul Kehrer
· 10 years ago
ec34263
serialize DSA private keys
by Paul Kehrer
· 10 years ago
f1c7b74
format to privateformat
by Paul Kehrer
· 10 years ago
fb9410d
add support for serialization of EC private keys
by Paul Kehrer
· 10 years ago
db9d97f
s/Format/PrivateFormat
by Paul Kehrer
· 10 years ago
6bb9624
Merge pull request #1503 from reaperhulk/serialize-some-keys
by Alex Stapleton
· 10 years ago
223a8f0
change as_bytes to private_bytes, link more things
by Paul Kehrer
· 10 years ago
35194c9
linkify some things per review, fix an import
by Paul Kehrer
· 10 years ago
45be354
add more docs stuff from review that I missed
by Paul Kehrer
· 10 years ago
6177cbe
address review feedback
by Paul Kehrer
· 10 years ago
e8f12f8
Merge pull request #1697 from reaperhulk/x509-request-vectors
by Alex Stapleton
· 10 years ago
4443184
DH numbers
by Alex Stapleton
· 11 years ago
8aad028
rename dump to as_bytes
by Paul Kehrer
· 10 years ago
4d23604
fix docs
by Paul Kehrer
· 10 years ago
199dc27
address review comments
by Paul Kehrer
· 10 years ago
f83e25c
Support for traditional OpenSSL and PKCS8 RSA private key serialization
by Paul Kehrer
· 10 years ago
2c52605
Fixed links in the docs
by Alex Gaynor
· 10 years ago
b7bf3d5
Fixed a syntax error in the docs
by Alex Gaynor
· 10 years ago
ff2167a
move x509 request vector docs to a new section
by Paul Kehrer
· 10 years ago
62bd386
add X509 request custom vectors
by Paul Kehrer
· 10 years ago
99141e4
Updated docs for new API
by Alex Gaynor
· 10 years ago
15c7f6f
Merge pull request #1610 from reaperhulk/load-der-keys
by Alex Gaynor
· 10 years ago
ca32445
Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserver
by Alex Gaynor
· 10 years ago
c2fe5e2
remove IBM link and replace with smartbear PDF link
by Paul Kehrer
· 10 years ago
96a0827
OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1
by Paul Kehrer
· 10 years ago
bd88ee6
we don't test on freebsd 9.x any more
by Paul Kehrer
· 10 years ago
1b2a616
Merge pull request #1651 from reaperhulk/x509-signature-algorithm
by Alex Gaynor
· 10 years ago
78eb105
fix docs for unsupportedalgorithm exception (thanks nitpicky)
by Paul Kehrer
· 10 years ago
8c2539c
add examples
by Paul Kehrer
· 11 years ago
99a249d
support DER public and private key loading in the openssl backend
by Paul Kehrer
· 11 years ago
1a7ba87
surrender to alex's feels and name our constants consistently
by Paul Kehrer
· 10 years ago
71d40c6
address review feedback, fix short names for sig alg OIDs
by Paul Kehrer
· 10 years ago
3fad190
This link is also HTTPS
by Alex Gaynor
· 10 years ago
111aff2
Use HTTPS for a few URLs in the docs that support it
by Alex Gaynor
· 10 years ago
6201230
Fixed a link that the EFF moved
by Alex Gaynor
· 10 years ago
0be5ef9
Merge pull request #1668 from reaperhulk/move-kdf-interfaces
by Alex Gaynor
· 10 years ago
48402ff
move KDF interface
by Paul Kehrer
· 10 years ago
543031a
Fixed URL in the docs
by Alex Gaynor
· 10 years ago
25bbc15
move asymmetric signature interface docs
by Paul Kehrer
· 10 years ago
e19201e
attempt to clarify signature hash algorithm a bit more
by Paul Kehrer
· 10 years ago
0d6203f
move asymmetric signature/verification interfaces
by Paul Kehrer
· 10 years ago
e612ec7
try to make this a bit more clear
by Paul Kehrer
· 10 years ago
64ddb7a
move asymmetric padding interface to primitives.asymmetric.padding
by Paul Kehrer
· 10 years ago
99c1b80
Merge pull request #1659 from reaperhulk/move-cipher-interfaces
by Alex Stapleton
· 10 years ago
2b6ba0c
document vector provenance
by Paul Kehrer
· 10 years ago
7c5c9fe
export interfaces from base in ciphers, update docs
by Paul Kehrer
· 10 years ago
8802a5b
implement signature_hash_algorithm instead
by Paul Kehrer
· 10 years ago
b01622d
add legacy Verisign PCA (MD2) root to vectors
by Paul Kehrer
· 10 years ago
56da2a5
add support for signature_algorithm in x509.Certificate
by Paul Kehrer
· 11 years ago
b8dc2f0
Merge pull request #1612 from reaperhulk/x509-dn
by Alex Gaynor
· 10 years ago
d21596e
update docs
by Paul Kehrer
· 10 years ago
8b21a4a
simplify things based on review feedback
by Paul Kehrer
· 10 years ago
53d8d49
make x509.Name iterable and address other review feedback
by Paul Kehrer
· 10 years ago
2129d50
fix docs links
by Paul Kehrer
· 10 years ago
4ab6059
move padding
by Paul Kehrer
· 10 years ago
513b7cb
move cipher and mode interfaces
by Paul Kehrer
· 11 years ago
601278a
move hash interfaces
by Paul Kehrer
· 11 years ago
e901d64
refactor x509.Name to use get_attributes_by_oid
by Paul Kehrer
· 11 years ago
719d536
X509 distinguished name parsing support in the OpenSSL backend
by Paul Kehrer
· 11 years ago
45efdbc
make our docs job nitpicky and fix every broken link
by Paul Kehrer
· 11 years ago
13b6aff
remove unused X509 certificate interface
by Paul Kehrer
· 11 years ago
b41c80b
Merge pull request #1652 from reaperhulk/move-ec
by Alex Stapleton
· 11 years ago
d2fa7d2
document that we moved the DSA interfaces
by Paul Kehrer
· 11 years ago
3bc87ab
move EC interfaces
by Paul Kehrer
· 11 years ago
cd18ac0
Merge pull request #1645 from reaperhulk/x509-attrs
by Alex Gaynor
· 11 years ago
4bb4649
note that the OIDs listed are typically seen in x.509 names
by Paul Kehrer
· 11 years ago
fb5ac9e
more x509 oid doc updates
by Paul Kehrer
· 11 years ago
fedf4f4
whoops
by Paul Kehrer
· 11 years ago
834d22f
more doc fixes
by Paul Kehrer
· 11 years ago
858b9b7
add descriptions to each OID constant, update object to instance
by Paul Kehrer
· 11 years ago
d44f9a6
rename ObjectIdentifier.value to dotted_string
by Paul Kehrer
· 11 years ago
76c6990
fix some formatting in the docs
by Paul Kehrer
· 11 years ago
a433bb3
UnknownNameAttribute is not needed now
by Paul Kehrer
· 11 years ago
806bfb2
rename Attribute to NameAttribute and remove name from OID
by Paul Kehrer
· 11 years ago
5b0a8d6
add some prose trying to explain Attribute and ObjectIdentifier
by Paul Kehrer
· 11 years ago
d5852cb
update docs
by Paul Kehrer
· 11 years ago
912d3fb
add attribute and objectidentifier classes for x509 name
by Paul Kehrer
· 11 years ago
1a3203b
Have the pem public/private key loading docs point to x.509
by Alex Gaynor
· 11 years ago
514c730
Include an example of loading a public key
by Alex Gaynor
· 11 years ago
Next »