Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
d02842b03bf94e9f62e788a2120f02d96a2b0cfd
/
src
409a0c8
implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)
by Paul Kehrer
· 8 years ago
5e9eeef
add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)
by Paul Kehrer
· 8 years ago
83bb406
add __hash__ to PolicyConstraints and Extension (#3917)
by Paul Kehrer
· 8 years ago
7b6be92
implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)
by Paul Kehrer
· 8 years ago
ab96a53
implement __hash__ on CertificatePolicies and its child classes (#3914)
by Paul Kehrer
· 8 years ago
979c263
add aki hash (#3910)
by Paul Kehrer
· 8 years ago
bdad051
name constraints __hash__ (#3912)
by Paul Kehrer
· 8 years ago
5402449
AIA hashing (#3911)
by Paul Kehrer
· 8 years ago
89aaecb
remove u-label conversion during general name decode (#3905)
by Paul Kehrer
· 8 years ago
8c1f5ed
fix a bug with URI value when parsing a string with no hostname (#3909)
by Paul Kehrer
· 8 years ago
fbfc36d
implement __hash__ on all GeneralName types (#3907)
by Paul Kehrer
· 8 years ago
e00bad5
compare against bytes values, not the U-label decoded ones (#3906)
by Paul Kehrer
· 8 years ago
363f5b0
refactor AES keywrap into a wrap core and unwrap core (#3901)
by Paul Kehrer
· 8 years ago
5d66966
[WIP] add support for the TLSFeature extension in x509 (#3899)
by Paul Kehrer
· 8 years ago
d4bde9c
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
by Paul Kehrer
· 8 years ago
32f88bf
add set0_rsa_oaep_label binding (#3894)
by Paul Kehrer
· 8 years ago
012df12
add OCSP binding for obtaining information from CertID structure (#3888)
by Paul Kehrer
· 8 years ago
10041cd
added binding support for rfc 5705 (#3878)
by Kelby Ludwig
· 8 years ago
e2c1c0f
add blake2b/blake2s support for hmac (#3873)
by Paul Kehrer
· 8 years ago
22bedaa
Remove branches for 1.0.2 betas. (#3870)
by Alex Gaynor
· 8 years ago
6c02ee8
Add is_signature_valid method on CertificateRevocationList (#3849)
by Vincent Pelletier
· 8 years ago
d026b1b
Fix weak linking of getentropy when compiling on older macOS (#3841)
by Paul Kehrer
· 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
cdaf3ff
Begin the deprecation of auto-idna for x509.DNSName (#3830)
by Alex Gaynor
· 8 years ago
2131b96
fix for latest flake8 (#3829)
by Alex Gaynor
· 8 years ago
65f41af
fix compilation on openbsd (#3814)
by Paul Kehrer
· 8 years ago
d10480b
Fixed #3798 -- use the correct stacklevel on this warning (#3803)
by Alex Gaynor
· 8 years ago
0d6aaf4
remove deprecated items (#3794)
by Paul Kehrer
· 8 years ago
9c521ee
Open master for 2.1 (#3788)
by Alex Gaynor
· 8 years ago
9799e58
2.0 version bump and changelog (#3787)
by Paul Kehrer
· 8 years ago
cc12bea
Remove DH generator size constraint (#3364)
by mtury
· 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
dc6e762
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
by Paul Kehrer
· 8 years ago
9d5fc3e
use an instance in aead_cipher_supported (#3772)
by Paul Kehrer
· 8 years ago
0c9aed9
Fixed #3747 -- cache extensions on x.509 objects (#3769)
by Alex Gaynor
· 8 years ago
ae487bb
remove egd (#3771)
by Paul Kehrer
· 8 years ago
b4d6370
remove cryptodev (#3770)
by Paul Kehrer
· 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
538a953
Remove conditionals we never use. (#3766)
by Alex Gaynor
· 8 years ago
bb63144
stop using backend methods for chacha (#3765)
by Paul Kehrer
· 8 years ago
33574c6
change chacha20poly1305_supported to aead_cipher_supported (#3762)
by Paul Kehrer
· 8 years ago
1ab9afd
make the aead work a bit more generic (#3761)
by Paul Kehrer
· 8 years ago
ce69b82
don't parse SCTs on older openssl (#3749)
by Paul Kehrer
· 8 years ago
b7912ee
Fixes #3745 -- add the any EKU EKU (#3750)
by Alex Gaynor
· 8 years ago
784e3bc
disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)
by Paul Kehrer
· 8 years ago
51f049a
Fixed a memory leak in EC private numbers (#3741)
by Alex Gaynor
· 8 years ago
f21ffff
Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)
by Alex Gaynor
· 8 years ago
491fd7c
Funcs macros gone (#3695)
by Paul Kehrer
· 8 years ago
e3a2fb2
remove python 3.3 from CI (#3729)
by Paul Kehrer
· 8 years ago
62c3421
enable wconversion and finish fixes (#3728)
by Paul Kehrer
· 8 years ago
caad666
bind DTLS 1.2 methods (#3725)
by Paul Kehrer
· 8 years ago
b867003
some wconversion fixes (#3727)
by Paul Kehrer
· 8 years ago
2748e2e
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
by Paul Kehrer
· 8 years ago
1b714f7
pypy3 compilation fix for locking callback (#3716)
by Paul Kehrer
· 8 years ago
653cfe8
add missing methods to DH interfaces (#3719)
by Paul Kehrer
· 8 years ago
6b08aba
Dh parameters serialization (#3504)
by Aviv Palivoda
· 8 years ago
312ed09
disallow empty string for NameAttribute (#3711)
by Paul Kehrer
· 8 years ago
3e357f7
X25519 Support (#3686)
by Paul Kehrer
· 8 years ago
7e53d91
ChaCha20Poly1305 support (#3680)
by Paul Kehrer
· 8 years ago
34036d6
bind even more evp (#3684)
by Paul Kehrer
· 8 years ago
023eccf
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
by Paul Kehrer
· 8 years ago
580f434
add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)
by Paul Kehrer
· 8 years ago
a8ba665
bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)
by Paul Kehrer
· 8 years ago
6a0718f
Refs #3461 -- parse SCTs from x.509 extension (#3480)
by Alex Gaynor
· 8 years ago
1a5d70e
deprecate signer/verifier on asymmetric keys (#3663)
by Paul Kehrer
· 8 years ago
26fcc5c
make signature and verification contexts error better re: prehashed (#3658)
by Paul Kehrer
· 8 years ago
b637aec
runtime detection of getentropy for macOS via weak-linking (#3650)
by Paul Kehrer
· 8 years ago
5ca7eb7
move files to make the next PR easier to read (#3651)
by Paul Kehrer
· 8 years ago
24f3d5b
Remove a binding that hasn't been used for a while (#3643)
by Alex Gaynor
· 8 years ago
b90e8d8
Post release tasks to open master for 2.0 (#3644)
by Alex Gaynor
· 8 years ago
23ead43
1.9 version bump and changelog (#3641)
by Paul Kehrer
· 8 years ago
d607dd7
Enlarge _oid2txt buffer to handle larger OIDs (#3612)
by Fraser Tweedale
· 8 years ago
7bc3686
move MACContext to mac.py and eliminate interfaces.py (#3631)
by Paul Kehrer
· 8 years ago
0bff7c2
Simplify int to hex string conversion (#3628)
by Alex Gaynor
· 8 years ago
d36bef0
fix libressl error/refactor some error handling (#3609)
by Paul Kehrer
· 8 years ago
3499233
Document when OpenSSL changed its default (#3611)
by Alex Gaynor
· 8 years ago
978a5e9
jurisdictionCountryName also must be PrintableString (#3516)
by Alex Gaynor
· 8 years ago
6e7ea2e
fix compilation on 1.1.0f (#3603)
by Paul Kehrer
· 8 years ago
a9b8690
Put the exchange method on the correct interface (#3591)
by Alex Gaynor
· 8 years ago
adeaacf
allow global suppression of link flags (#3592)
by Paul Kehrer
· 8 years ago
416f526
add convenience methods for key_size on EC{Public,Private}Key (#3587)
by Paul Kehrer
· 8 years ago
0517d1a
Simplify the update (#3586)
by Alex Gaynor
· 8 years ago
6091e11
Bump the minimum PyPy/cffi version and simplify as a result (#3585)
by Alex Gaynor
· 8 years ago
70e8f90
let's deprecate some hashes we should never have exposed (#3584)
by Paul Kehrer
· 8 years ago
7e8cc50
Fix deprecation warning (#3574)
by Alex Gaynor
· 8 years ago
db51114
Deprecate Python 3.3 support, with the intention of being removed in the next release (#3566)
by Alex Gaynor
· 8 years ago
846ae1c
add the x25519 NID (#3560)
by Paul Kehrer
· 8 years ago
453d2ac
Fixed #3533 -- made GCM mode object immutable (#3553)
by Alex Gaynor
· 8 years ago
a4668c6
remove multibackend (#3555)
by Paul Kehrer
· 8 years ago
8bb9cc6
More accurate LibreSSL detection (#3530)
by Moriyoshi Koizumi
· 8 years ago
5103235
time to remove commoncrypto, fare thee well (#3551)
by Paul Kehrer
· 8 years ago
d08ddd5
Don't raise an UnsupportedExtension for critical extensions. (#3550)
by Alex Gaynor
· 8 years ago
0d92ff8
Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)
by Aviv Palivoda
· 8 years ago
21ef408
Added a binding that will be useful for AIA chasing (#3546)
by Alex Gaynor
· 8 years ago
5ca9946
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539)
by Alex Gaynor
· 8 years ago
92f570e
use openssl constants (#3534)
by Paul Kehrer
· 8 years ago
2e84daa
postpone GCM authentication tag requirement until finalization (#3421)
by Philipp Gesang
· 8 years ago
Next »