Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
b6e1f6f23f02dd9534688c5ca88b511894b90faa
/
docs
/
hazmat
6422d83
HTTPS some links, in the odd event users of a cryptographic library would care about authentication, integrity, or confidentiality
by Alex Gaynor
· 9 years ago
09828cd
Clearly document that this is a good example
by Alex Gaynor
· 10 years ago
5e785b7
As always, recommend cryptoing while you crypto
by Alex Gaynor
· 10 years ago
2c1458e
Merge pull request #2701 from alex/document-key
by Paul Kehrer
· 10 years ago
b80a5ab
Fixed #2700 -- corrtected the create_hmac_ctx interface docs
by Alex Gaynor
· 10 years ago
e783fab
Minor doc tweak per issue #2694
by Phoebe Queen
· 10 years ago
7105e7f
Merge pull request #2621 from reaperhulk/update-links
by Alex Gaynor
· 10 years ago
277b701
update some links with the redirects shown in the linkchecker
by Paul Kehrer
· 10 years ago
d3a17c8
provide a bit more detail about the underlying public key formats
by Paul Kehrer
· 10 years ago
b4dc88a
Better document the return type of serialization load functions
by Alex Gaynor
· 10 years ago
d1349d3
Port a few cr.yp.to links to be HTTPS
by Alex Gaynor
· 10 years ago
aa8b0f4
add create_x509_revoked_certificate to x509backend interface
by Paul Kehrer
· 10 years ago
7eaaf0c
fix rebase mistake in the docs
by Paul Kehrer
· 10 years ago
bfac2d1
CertificateRevocationListBuilder
by Paul Kehrer
· 10 years ago
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
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
1cd8e7e
add a little bit about ECDHE
by Paul Kehrer
· 10 years ago
08801cd
Merge pull request #2427 from alex/ecdh
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
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
e6abbfd
Kill Key Exchange as a separate interface
by Simo Sorce
· 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
a7c65b5
Introduce Key Exchange Agreements interface
by Simo Sorce
· 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
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
4816ab3
Correct order of parameters in documentation
by Matěj Grabovský
· 10 years ago
40d56b2
line length
by Alex Gaynor
· 10 years ago
fd07919
spelling
by Alex Gaynor
· 10 years ago
72ccef5
Fixed #2270 -- update citation to something that works
by Alex Gaynor
· 10 years ago
0e708a8
Update the docs for the correct RFC in more places
by Alex Gaynor
· 10 years ago
31c5c33
resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
by Paul Kehrer
· 10 years ago
0de6120
add versionadded to the get_provision_uri methods on TOTP/HOTP
by Paul Kehrer
· 10 years ago
1ae7653
rename sign_x509_certificate backend method to create_x509_certificate
by Paul Kehrer
· 10 years ago
0d62a07
add missing sign_x509_certificate X509Backend interface docs
by Paul Kehrer
· 10 years ago
b32b005
fixed this doc too
by Alex Gaynor
· 10 years ago
8ea90ef
docs changes based on feedback
by Paul Kehrer
· 10 years ago
4cfd01d
relink some things
by Paul Kehrer
· 10 years ago
15a1b59
move PublicKeyWithSerialization methods to PublicKey
by Paul Kehrer
· 10 years ago
c7de254
remove docs for WithNumbers classes that are removed in 1.0
by Paul Kehrer
· 10 years ago
a9732f5
add two missing methods to backend interface docs
by Paul Kehrer
· 10 years ago
677c531
Fixed the anchor of a URL that changed on wikipedia
by Alex Gaynor
· 10 years ago
dae4076
Remove mention of extract/expand operations from ConcatKDF docs.
by Terry Chia
· 10 years ago
66f380c
cleanup a doctest and add a changelog entry for concatkdf
by Paul Kehrer
· 10 years ago
8a690fb
Add ConcatKDF from NIST SP 800-56A
by Simo Sorce
· 10 years ago
724617c
some docs cleanup for OTP
by Paul Kehrer
· 10 years ago
840a99b
Move the external link to page bottom.
by Jiangge Zhang
· 10 years ago
0d9dbbe
add license header and fix grammar errors.
by Jiangge Zhang
· 10 years ago
d4e0a83
Remove a default argument and rename a private function.
by Jiangge Zhang
· 10 years ago
e9f8eb9
Describe provisioning URI in the document.
by Jiangge Zhang
· 10 years ago
9475900
Docs for CTR and GCM should say that IV/nonce must be unique
by Eeshan Garg
· 10 years ago
ebbeedf
add support for secp256k1
by Paul Kehrer
· 10 years ago
b7c6029
DH backend interfaces
by Alex Stapleton
· 11 years ago
3697b1a
update a link that has been permanently redirected
by Paul Kehrer
· 10 years ago
ec60cae
Update docs
by Steven Buss
· 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
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
7476ff5
update ecrypt link in docs
by Paul Kehrer
· 10 years ago
7e007d5
add missing "signing"
by Paul Kehrer
· 10 years ago
a1a1f23
rename to CertificateSigningRequest
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
891efd9
missed some links
by Paul Kehrer
· 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
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
Next »