Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
c6e0f06135d36533a7543b0a24f144b44019a9dc
/
docs
25b1398
Merge pull request #1893 from reaperhulk/san-example
by Alex Gaynor
· 10 years ago
d0cd507
add some comments
by Paul Kehrer
· 10 years ago
93ae805
add example to show how to get DNSNames from SAN extension
by Paul Kehrer
· 10 years ago
f506bca
updates based on review feedback
by Paul Kehrer
· 10 years ago
3e6d558
add authority information access classes
by Paul Kehrer
· 10 years ago
c4b698e
Merge pull request #1885 from reaperhulk/iap-vectors
by Alex Gaynor
· 10 years ago
986e5fa
add an extended key usage x509 vector
by Paul Kehrer
· 10 years ago
67a62c8
add inhibit any policy test vectors
by Paul Kehrer
· 10 years ago
a3527ac
Merge pull request #1878 from reaperhulk/add-san-vector-ip-dir
by Alex Gaynor
· 10 years ago
fbc6219
add test vectors for directory name and ip address SAN names
by Paul Kehrer
· 10 years ago
60163d7
add a SAN vector that's a single IDNA rfc822name
by Paul Kehrer
· 10 years ago
813c328
Merge pull request #1862 from reaperhulk/san-uri
by Alex Gaynor
· 10 years ago
b8ef82e
add URI general name support
by Paul Kehrer
· 10 years ago
b7c6029
DH backend interfaces
by Alex Stapleton
· 11 years ago
6abe567
Merge pull request #1836 from public/rfc5114-dh
by Paul Kehrer
· 10 years ago
0a621bf
return only an int for unsupported general name type, update docs
by Paul Kehrer
· 10 years ago
bed0735
update exception to contain detail
by Paul Kehrer
· 10 years ago
9089c91
handle otherName, x400Address, and ediPartyName in OpenSSL backend
by Paul Kehrer
· 10 years ago
91ca343
DH examples from https://tools.ietf.org/rfc/rfc5114.txt
by Alex Stapleton
· 10 years ago
d8fc0be
UnsupportedExtension raises when accessing cert.extensions
by Paul Kehrer
· 10 years ago
542f4e5
IDNA and edge case SAN test vectors
by Paul Kehrer
· 10 years ago
941afb3
Merge pull request #1835 from reaperhulk/x509-aki
by Alex Gaynor
· 10 years ago
c7c9a43
https
by Paul Kehrer
· 10 years ago
8c8cd72
update doc language to point more strongly at rfc 5280
by Paul Kehrer
· 10 years ago
d729cd3
add more words
by Paul Kehrer
· 10 years ago
0958641
remove python 3.2 from every other place I could find
by Paul Kehrer
· 10 years ago
9104b1d
add more prose for AKI
by Paul Kehrer
· 10 years ago
2eb4ed9
AuthorityKeyIdentifier support
by Paul Kehrer
· 10 years ago
702ef6a
Merge pull request #1783 from reaperhulk/san-class
by Alex Gaynor
· 10 years ago
3697b1a
update a link that has been permanently redirected
by Paul Kehrer
· 10 years ago
b511ba8
update the docs too
by Paul Kehrer
· 10 years ago
31bdf79
Add GeneralName and SubjectAlternativeName classes
by Paul Kehrer
· 10 years ago
ec60cae
Update docs
by Steven Buss
· 10 years ago
b6c8faa
Merge pull request #1839 from alex/decode-rfc-docs
by Paul Kehrer
· 10 years ago
e6a5284
try out some new beta docker travis features
by Paul Kehrer
· 10 years ago
2d72cbf
Simpler language
by Alex Gaynor
· 10 years ago
45a7fdb
Removed a confusing sentence
by Alex Gaynor
· 10 years ago
834c03e
Document that decode_rfc6979_signature raises ValueError
by Alex Gaynor
· 10 years ago
5508ee2
keyusage support in the OpenSSL backend
by Paul Kehrer
· 10 years ago
cbfb101
alter approach to just use digest, no hexdigest
by Paul Kehrer
· 10 years ago
1eb82a6
add subjectkeyidentifier support
by Paul Kehrer
· 10 years ago
8900818
Merge pull request #1727 from public/dh-key-iface-2015
by Paul Kehrer
· 10 years ago
232de6c
DH key interfaces
by Alex Stapleton
· 11 years ago
11f1f82
Merge pull request #1786 from reaperhulk/san-vectors
by Alex Gaynor
· 10 years ago
fbb7ac8
add x509 extensions class and basic tests (no extensions supported)
by Paul Kehrer
· 10 years ago
2e3c709
add X509 SAN extension vectors
by Paul Kehrer
· 10 years ago
f5ac6c6
add unsupported extension marked critical
by Paul Kehrer
· 10 years ago
b2e6c83
add unsupported extension x509 test vector
by Paul Kehrer
· 10 years ago
7ff9362
Remove extra space.
by Terry Chia
· 10 years ago
cdf3d3b
Merge pull request #1816 from Ayrx/fernet-docs
by Paul Kehrer
· 10 years ago
c88bce5
add key usage vector with all 9 purposes set to true
by Paul Kehrer
· 10 years ago
738407b
update doc language
by Paul Kehrer
· 10 years ago
cecbbba
add keyusage extension
by Paul Kehrer
· 10 years ago
ffa2a15
add extendedkeyusage extension
by Paul Kehrer
· 10 years ago
88a2edd
Merge pull request #1807 from reaperhulk/fix-ecrypt-link
by Alex Gaynor
· 10 years ago
43f7fba
Merge pull request #1806 from reaperhulk/eku-oids
by Alex Gaynor
· 10 years ago
7476ff5
update ecrypt link in docs
by Paul Kehrer
· 10 years ago
e1513fa
support the EKU OIDs specified in RFC 5280 section 4.2.1.12
by Paul Kehrer
· 10 years ago
175708c
Added some more words to our dictionary. These are needed for #1785
by Alex Gaynor
· 10 years ago
805960d
Merge pull request #1799 from reaperhulk/san-csr-vector
by Alex Gaynor
· 10 years ago
0c518be
add SAN CSR vectors
by Paul Kehrer
· 10 years ago
1effb6e
add load_der_x509_csr to support loading DER encoded CSRs
by Paul Kehrer
· 10 years ago
89e4c95
add DER CSR vectors
by Paul Kehrer
· 10 years ago
7e007d5
add missing "signing"
by Paul Kehrer
· 10 years ago
d3dafbd
move testsetup around and improve some verbiage
by Paul Kehrer
· 10 years ago
d26c4db
move test setup
by Paul Kehrer
· 10 years ago
a1a1f23
rename to CertificateSigningRequest
by Paul Kehrer
· 10 years ago
5aadb9c
address some review comments
by Paul Kehrer
· 10 years ago
31e3988
rename request to CSR
by Paul Kehrer
· 10 years ago
dc480ad
basic support for parsing x509 requests
by Paul Kehrer
· 10 years ago
554104d
Merge pull request #1769 from reaperhulk/x509-extension-bc
by Alex Gaynor
· 10 years ago
fa56a23
basicConstraints support for OpenSSL X509 backend
by Paul Kehrer
· 10 years ago
eab0d19
Attempt to explain MultiFernet better.
by Terry Chia
· 10 years ago
d1ed673
add new basic constraints vector with path length zero
by Paul Kehrer
· 10 years ago
8c8ee12
Merge pull request #1768 from reaperhulk/basic-constraints
by Alex Gaynor
· 10 years ago
5553d57
review feedback updates
by Paul Kehrer
· 10 years ago
58b7569
doc updates and simplification of __repr__
by Paul Kehrer
· 10 years ago
611d3d3
doc update
by Paul Kehrer
· 10 years ago
8589466
rework BasicConstraints and Extension.
by Paul Kehrer
· 10 years ago
fd1444c
review feedback doc updates
by Paul Kehrer
· 10 years ago
427bcf0
Merge pull request #1759 from reaperhulk/aes-keywrap-vectors
by Alex Gaynor
· 10 years ago
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
16430f9
add keywrap test vectors from NIST
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
Next »