Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
b3f4df1947575813c89b38a3778d826152d7766a
/
docs
b3f4df1
add new OCSP request vectors (#4399)
by Paul Kehrer
· 7 years ago
37d2947
Document wycheproof revision we're current as of (#4390)
by Alex Gaynor
· 7 years ago
cdd3585
make a certificate expire a few years in the future, fixes doctests (#4383)
by Alex Gaynor
· 7 years ago
f6ccb2e
Refs #4375 -- integrate wycheproof AES CCM tests (#4379)
by Alex Gaynor
· 7 years ago
c563b57
min_tag_length is an int (#4351)
by Paul Kehrer
· 7 years ago
12a1cac
raise ValueError on zero length GCM IV (#4348)
by Paul Kehrer
· 7 years ago
d4378e4
disallow implicit tag truncation with finalize_with_tag (#4342)
by Paul Kehrer
· 7 years ago
5d18740
add crl.get_revoked_certificate method (#4331)
by Paul Kehrer
· 7 years ago
bb23c6c
document one shot AEAD length restrictions (#4322)
by Paul Kehrer
· 7 years ago
01c9dac
document that an ECPublicNumbers object has some unexpected properties (#4319)
by Paul Kehrer
· 7 years ago
9e1873a
Make RelativeDistinguishedName preserve attribtue order (#4306)
by Marti Raudsepp
· 7 years ago
d625609
Make the docs clearer on why truncated tags are a bad idea (#4312)
by Alex Gaynor
· 7 years ago
3367806
Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)
by Marti Raudsepp
· 7 years ago
4ee1cb9
Add py37 (#4298)
by Paul Kehrer
· 7 years ago
3bab819
Add serialisation output examples (#4286)
by Коренберг Марк
· 7 years ago
488c048
Make AuthorityKeyIdentifier docs reflect reality (#4252)
by Thom Dixon
· 7 years ago
20b57be
remove block size as a required part of HashAlgorithm (#4249)
by Paul Kehrer
· 7 years ago
aedb3f0
Add SHA512/224 and SHA512/256 test vectors from NIST CAVP (#4237)
by Paul Kehrer
· 7 years ago
40c6d40
Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236)
by Ville Skyttä
· 7 years ago
056c9dd
switch to py3 on docs job (#4230)
by Paul Kehrer
· 7 years ago
617825d
Fixed some confusing type descriptions in docs (#4231)
by Alex Gaynor
· 7 years ago
36ad98f
Add support for extracting timestamp from a Fernet token (#4229)
by Paul Kehrer
· 7 years ago
0830f92
Use a checklist for bumping openssl version (#4221)
by Alex Gaynor
· 7 years ago
2bc941d
add SHA3 and SHAKE vectors (#4213)
by Paul Kehrer
· 7 years ago
dd05182
Updated pip wheel option in installation script. (#4212)
by Justin Holmes
· 7 years ago
3414f5c
Update URLs for new pypi! (#4194)
by Alex Gaynor
· 7 years ago
2920a31
Fixed links to sphinx docs (#4182)
by Alex Gaynor
· 7 years ago
b9051a3
updated link to sphinx docs (#4181)
by Alex Gaynor
· 7 years ago
99470a4
Added badtime.pem vector (#4179)
by Joshua Crowgey
· 7 years ago
9b4423b
add botan's AESKWP vectors reformatted for our NIST loader (#4159)
by Paul Kehrer
· 7 years ago
cd6cf4a
implement AES KW with padding (RFC 5649) (#3880)
by Paul Kehrer
· 7 years ago
17c8f12
Brainpool curves (#4129)
by Paul Kehrer
· 7 years ago
2250aaf
brainpool vectors from rfc 7027 (#4143)
by Paul Kehrer
· 7 years ago
d87f806
Document motivation for a KDF after key-exchange (#4005) (#4124)
by Jeremy Lainé
· 7 years ago
2c12779
switch RSA OAEP examples to use SHA256 (#4117)
by Paul Kehrer
· 7 years ago
98cba41
Reorder this to reflect Alex's Opinions On What Is Good (#4115)
by Alex Gaynor
· 7 years ago
9402044
fixed docs with latest sphinx (#4107)
by Alex Gaynor
· 7 years ago
038146f
Add a Versioning section to the API stability docs (#4027)
by David Tucker
· 8 years ago
15cc998
Fixed import path in go script (#4075)
by Alex Gaynor
· 8 years ago
323f2ad
add 1200 byte HKDF test vector and a generator/verifier for it (#4074)
by Paul Kehrer
· 8 years ago
f8327a9
Drop conda workaround from installation docs (#4073)
by Alex Gaynor
· 8 years ago
754c693
DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068)
by Paul Kehrer
· 8 years ago
c0c70fb
grammar nit, use a comma here (#4066)
by Alex Gaynor
· 8 years ago
a481e66
Add import default backend (#4061)
by Pablo Lefort
· 8 years ago
582b2b4
remove whirlpool vectors since we no longer support whirlpool (#4054)
by Paul Kehrer
· 8 years ago
3e38506
Don't use whirlpool as an example (#4053)
by Alex Gaynor
· 8 years ago
270933c
Use a different warning class so users get warnings (#4014)
by Alex Gaynor
· 8 years ago
30d35ae
Fixes #3947 -- remove the docutils.conf (#3995)
by Alex Gaynor
· 8 years ago
a17bcba
fixed #3986 -- properly use unicode for DNSName (#3988)
by Alex Gaynor
· 8 years ago
af6f990
Add Multifernet.rotate method (#3979)
by Chris Wolfe
· 8 years ago
d0db04c
add a faq entry for a message outdated pip/setuptools can output (#3971)
by Paul Kehrer
· 8 years ago
4cf6e78
expunge python 2.6 (#3962)
by Paul Kehrer
· 8 years ago
e885bd6
Update docs and changelog for URI, RFC822Name, and DNSName (#3955)
by Paul Kehrer
· 8 years ago
1aac78c
let's talk about bits baby (#3956)
by Paul Kehrer
· 8 years ago
ed32105
Backwards incompatible change to DNSName (#3951)
by Paul Kehrer
· 8 years ago
003f56f
add utf8 DNSName x509 vector (#3952)
by Paul Kehrer
· 8 years ago
56669aa
update security docs to indicate we staticaly link openssl on linux too (#3949)
by Alex Gaynor
· 8 years ago
fce63a5
disable smart quotes in sphinx to workaround a spellchecker issue (#3946)
by Paul Kehrer
· 8 years ago
a397d75
Add support for AES XTS (#3900)
by Paul Kehrer
· 8 years ago
dd567cb
Declare that 2.1 is the last version to support Python 2.6 (#3944)
by Alex Gaynor
· 8 years ago
62ebb42
add ChaCha20 support (#3919)
by Paul Kehrer
· 8 years ago
e685923
Update the list of macOS versions we test on to match reality (#3942)
by Alex Gaynor
· 8 years ago
b76bcf8
FreshestCRL extension support (#3937)
by Paul Kehrer
· 8 years ago
5e3cc98
support delta crl indicator extension (#3936)
by Paul Kehrer
· 8 years ago
1b86dc5
docs for what bytes means for DNSName, URI, and RFC822Name (#3904)
by Paul Kehrer
· 8 years ago
d02842b
add Freshest CRL and Delta CRL Indicator test vectors (#3932)
by Paul Kehrer
· 8 years ago
b5c5bbe
Mark our custom sphinx extension as parallel safe (#3935)
by Alex Gaynor
· 8 years ago
ce4d084
correct the docs for CRLReason (#3930)
by Paul Kehrer
· 8 years ago
53e4505
Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)
by Alex Gaynor
· 8 years ago
20721c9
Update the rest of the NIST urls to their new HTTPS homes (#3928)
by Alex Gaynor
· 8 years ago
ba70415
add unique identifier test vector (#3925)
by Paul Kehrer
· 8 years ago
8cb1d36
Update PKITS link (#3923)
by Alex Gaynor
· 8 years ago
e3fc93a
Update NIST CAVP url (#3922)
by Alex Gaynor
· 8 years ago
d8371a8
add chacha20 test vectors from RFC 7539 (#3918)
by Paul Kehrer
· 8 years ago
c7ecb45
add a faq note about having a compiler that is too old (#3902)
by Paul Kehrer
· 8 years ago
5d66966
[WIP] add support for the TLSFeature extension in x509 (#3899)
by Paul Kehrer
· 8 years ago
52067bc
add X509 test vector with a TLS Feature (RFC 7633) extension (#3898)
by Paul Kehrer
· 8 years ago
2b01c55
oaep label vector (#3895)
by Paul Kehrer
· 8 years ago
9a8e29e
add initial OCSP request test vector (#3890)
by Paul Kehrer
· 8 years ago
13e9a6f
Document that we care about our infrastructure's security as well (#3874)
by Alex Gaynor
· 8 years ago
c3de566
Fix `load_rsa_public_numbers` documentation (#3871)
by David Sanders
· 8 years ago
c4a23fb
Fix mistake in `RSAPublicKey.verify` documentation (#3872)
by David Sanders
· 8 years ago
64dc16b
add test vector with invalid basicconstraints (#3866)
by Paul Kehrer
· 8 years ago
f944c40
add changelog and a warning for is_signature_valid on crl (#3861)
by Paul Kehrer
· 8 years ago
6c02ee8
Add is_signature_valid method on CertificateRevocationList (#3849)
by Vincent Pelletier
· 8 years ago
3e15ca5
deprecate unicode input for RFC822Name (#3836)
by Paul Kehrer
· 8 years ago
6c29d74
deprecate auto-idna on UniformResourceIdentifier (#3832)
by Paul Kehrer
· 8 years ago
908bbd3
note version added and deprecated for bytes_value/value on DNSName (#3833)
by Paul Kehrer
· 8 years ago
cdaf3ff
Begin the deprecation of auto-idna for x509.DNSName (#3830)
by Alex Gaynor
· 8 years ago
d7e73c2
Updating doing a release to have a correct path (#3790)
by Alex Gaynor
· 8 years ago
ab4a0b3
update docs to reflect #3364 (#3786)
by Paul Kehrer
· 8 years ago
a217358
add AESGCM AEAD support (#3785)
by Paul Kehrer
· 8 years ago
165743e
move tag_length to the AESCCM constructor (#3783)
by Paul Kehrer
· 8 years ago
1a2e817
AESCCM support (#3700)
by Paul Kehrer
· 8 years ago
d58c6ad
Fixed #3777 -- document an additional dependency (#3779)
by Alex Gaynor
· 8 years ago
601ed63
Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we really use (#3763)
by Alex Gaynor
· 8 years ago
bf128a4
add rfc 3526 DH groups (#3767)
by Paul Kehrer
· 8 years ago
3ba1d8a
we forgot to document these DH methods (#3757)
by Paul Kehrer
· 8 years ago
765a3e4
write some words about encrypt/decrypt in fernet (#3756)
by Paul Kehrer
· 8 years ago
f92f2d4
update static wheel install docs (#3754)
by Paul Kehrer
· 8 years ago
Next »