Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
48f17cb225abcf43f77915d152f6cc15b762c702
/
docs
48f17cb
Merge pull request #2565 from reaperhulk/crl-interface
by Alex Gaynor
· 10 years ago
6b3184c
Use clearer language in the backend interface docs.
by Alex Gaynor
· 10 years ago
a3ef621
better language
by Paul Kehrer
· 10 years ago
07b7e7f
add create_x509_crl interface
by Paul Kehrer
· 10 years ago
355174a
remove all mac 0.9.8 tests
by Paul Kehrer
· 10 years ago
e32b994
update the language
by Paul Kehrer
· 10 years ago
3b95cd7
CRLNumber needs to be a class for reasons.
by Paul Kehrer
· 10 years ago
93df8b7
add new CRL test vector
by Paul Kehrer
· 10 years ago
51f39cb
support parsing CRL extensions in the OpenSSL backend
by Paul Kehrer
· 10 years ago
54a837d
add a CRL public_bytes method
by Paul Kehrer
· 10 years ago
9543a33
support CRLs with no revoked certificates
by Paul Kehrer
· 10 years ago
fc504fe
Merge pull request #2534 from alex/ev-oid
by Paul Kehrer
· 10 years ago
a2293c8
added business category oid
by Alex Gaynor
· 10 years ago
45e507f
added two more oids
by Alex Gaynor
· 10 years ago
d242ebb
use the non-deprecated name for this function
by Alex Gaynor
· 10 years ago
1d3f2bf
Fixed #2531 -- added missing EV oid
by Alex Gaynor
· 10 years ago
869cfd9
port 1.1.2 changelog to master
by Paul Kehrer
· 10 years ago
c47b252
Have CertificateBuilder docs create self-signed cert
by Cory Benfield
· 10 years ago
ab20939
expose tbs_certrequest_bytes and signature on CertificateSigningRequest
by Paul Kehrer
· 10 years ago
6c83cc6
Also include arc4 in the toctree in test vectors
by Ehren Kret
· 10 years ago
48f1801
Fix pep8 lint errors
by Ehren Kret
· 10 years ago
e23c0b7
Reference arc4.rst from the test-vectors.rst page
by Ehren Kret
· 10 years ago
d01c20f
Add support for 160 bit ARC4 keys
by Ehren Kret
· 10 years ago
6abe2bb
add tbsCertList and signature interfaces to CRLs
by Erik Trauschke
· 10 years ago
d289805
rename tbs_certificate to tbs_certificate_bytes, add a comment
by Paul Kehrer
· 10 years ago
d91e7c1
add support for Certificate signature and tbs_certificate
by Paul Kehrer
· 10 years ago
d3f4ecd
Merge pull request #2447 from reaperhulk/encode-decode-point
by Alex Gaynor
· 10 years ago
1cb9e55
inline some type declarations in the docs
by Paul Kehrer
· 10 years ago
47c32ba
document the constructors for our extensions and general names
by Paul Kehrer
· 10 years ago
13d4e74
modify approach to use EllipticCurvePublicNumbers methods
by Paul Kehrer
· 10 years ago
e4150bc
remove support for null points, improve docs
by Paul Kehrer
· 10 years ago
3568563
rst continues to be a mystery
by Paul Kehrer
· 10 years ago
d9cfab3
fix some docs
by Paul Kehrer
· 10 years ago
467072f
add support for encoding/decoding elliptic curve points
by Paul Kehrer
· 10 years ago
89c55b2
some ec key exchange doc improvements
by Paul Kehrer
· 10 years ago
974e875
add info about the rfc
by Paul Kehrer
· 10 years ago
42e029b
expand keywrap intro docs
by Paul Kehrer
· 10 years ago
6f6cf00
add version added info and doc exception
by Paul Kehrer
· 10 years ago
ca8e161
AES keywrap support
by Paul Kehrer
· 10 years ago
dcdf967
move revoked_certificate assignment in the doctests
by Paul Kehrer
· 10 years ago
6a2e08b
Merge pull request #2315 from etrauschke/crl_ossl_backend
by Paul Kehrer
· 10 years ago
32bbfe0
remove convenience functions for revoked extensions
by Erik Trauschke
· 10 years ago
1cd8e7e
add a little bit about ECDHE
by Paul Kehrer
· 10 years ago
c8ab2ea
Merge branch 'master' into crl_ossl_backend
by Erik Trauschke
· 10 years ago
c219b96
Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend
by Erik Trauschke
· 10 years ago
08801cd
Merge pull request #2427 from alex/ecdh
by Paul Kehrer
· 10 years ago
86ae0e5
Merge pull request #2417 from etrauschke/vectors_inval_certissuer
by Paul Kehrer
· 10 years ago
ff59811
Merge pull request #2422 from Lukasa/static-build-docs
by Paul Kehrer
· 10 years ago
c6951ee
Merge pull request #2425 from reaperhulk/fix-encoding-der-added
by Alex Gaynor
· 10 years ago
cb87f62
Fix EC's generate_private_key param name
by simo5
· 10 years ago
09d1b47
Add --no-use-wheel when building static wheels.
by Cory Benfield
· 10 years ago
68b3441
better document hte iface
by Alex Gaynor
· 10 years ago
5cdfba5
a refactor to the API
by Alex Gaynor
· 10 years ago
9aaeee0
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
by Simo Sorce
· 10 years ago
943c7a8
fix extra space
by Paul Kehrer
· 10 years ago
0d6a74e
make it clearer when PEM and DER encoding support was added
by Paul Kehrer
· 10 years ago
a6c8259
add crl file to test-vectors.rst
by Erik Trauschke
· 10 years ago
e6abbfd
Kill Key Exchange as a separate interface
by Simo Sorce
· 10 years ago
77f5a25
use X509ExtensionParser for Revoked extensions
by Erik Trauschke
· 10 years ago
b14f7d1
doctest fix
by Erik Trauschke
· 10 years ago
3cdabaf
fix indentations
by Erik Trauschke
· 10 years ago
a529203
Merge pull request #2412 from alex/correct-syntax
by Paul Kehrer
· 10 years ago
7f1aa4e
nuke trailing whitespace
by Benjamin Peterson
· 10 years ago
4c2561a
Use the right reST syntax for these
by Alex Gaynor
· 10 years ago
9ed312b
use :returns: and put annotation in the correct place
by Benjamin Peterson
· 10 years ago
87494d1
Indicate the return type of CertificateBuilder.sign
by Benjamin Peterson
· 10 years ago
3697db2
address review comments
by Paul Kehrer
· 10 years ago
06f360f
add some links to public key loading in the RSA/DSA verification sections
by Paul Kehrer
· 10 years ago
0eafd9c
Merge pull request #2406 from reaperhulk/update-docs-openssl-builder
by Alex Gaynor
· 10 years ago
937aa47
update docs to point at newer, fancier openssl builder
by Paul Kehrer
· 10 years ago
9c9910d
Merge pull request #2402 from ddcc/patch-1
by Paul Kehrer
· 10 years ago
96605fc
Fixed #2404 -- handle a certificate with an unknown public key
by Alex Gaynor
· 10 years ago
6661938
add 'hostname' to spellcheck dictionary
by Dominic Chen
· 10 years ago
87bb957
fix to handle malformed certificates without hostname
by Dominic Chen
· 10 years ago
a7c65b5
Introduce Key Exchange Agreements interface
by Simo Sorce
· 10 years ago
301d56b
FIPS is a real word!
by Cory Benfield
· 10 years ago
3ed8b81
Missing OpenSSL.org link.
by Cory Benfield
· 10 years ago
8078184
Don't accidentally use out-of-date OpenSSLs.
by Cory Benfield
· 10 years ago
ba8f638
Move link to bottom of docs page.
by Cory Benfield
· 10 years ago
6d44728
Document building static wheels on Linux.
by Cory Benfield
· 10 years ago
ccfbbbc
Merge pull request #2392 from alex/drop-tls
by Paul Kehrer
· 10 years ago
bfda765
drop the tls, it uses a weird CA that's not supported on our CI
by Alex Gaynor
· 10 years ago
716dfd0
Merge pull request #2388 from reaperhulk/docs-testing
by Alex Gaynor
· 10 years ago
2c145cc
document the extension type requirement a bit better
by Paul Kehrer
· 10 years ago
2c75ac6
add a word
by Paul Kehrer
· 10 years ago
4566cb9
a few more fixes
by Alex Gaynor
· 10 years ago
3197ab5
HTTPS-ifiy to some links
by Alex Gaynor
· 10 years ago
044c8dd
simplify installation docs on OS X now that we have cffi wheels
by Paul Kehrer
· 10 years ago
da74298
update our docs for the testing matrix to be accurate
by Paul Kehrer
· 10 years ago
e064f02
Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend
by Erik Trauschke
· 10 years ago
a26c13a
We test on 3.5
by Alex Gaynor
· 10 years ago
5daefc1
Merge branch 'master' into crl_ossl_backend
by Erik Trauschke
· 10 years ago
f1e0c30
Merge branch 'master' into crl_ossl_backend
by Erik Trauschke
· 10 years ago
84cd139
We ship statically linked wheels for OS X as well
by Alex Gaynor
· 10 years ago
dc57040
OpenSSL backend code for CRLs
by Erik Trauschke
· 10 years ago
c79a81c
appeasement
by Alex Gaynor
· 10 years ago
16b67fc
some commas that look correct
by Alex Gaynor
· 10 years ago
ace036d
Some cleanups
by Alex Gaynor
· 10 years ago
53c8f6a
Add X963KDF from ANSI X9.63:2001
by Simo Sorce
· 10 years ago
b7af2f5
add docs on how to upgrade OpenSSL on OS X and windows builders
by Paul Kehrer
· 10 years ago
Next »