index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unused bindings from asn1.py (#4082)
David Benjamin
2018-03-05
2
-66
/
+1
*
don't allow GeneralNames to be an empty list (#4128)
Paul Kehrer
2018-03-05
1
-0
/
+3
*
Expose BN_rand and BN_rand_range (#4118)
Tux
2018-02-23
1
-0
/
+3
*
Add binding for SSL_get_certificate (#4100)
Jeremy Lainé
2018-02-06
1
-0
/
+1
*
Add bindings for SRTP support (#4099)
Jeremy Lainé
2018-02-06
1
-0
/
+3
*
fix a memory leak in ec derive_private_key (#4096)
Paul Kehrer
2018-02-04
1
-2
/
+3
*
Add bindings for DTLS support (#4089)
gesslerpd
2018-01-23
3
-0
/
+30
*
Add bindings for PSK (#4084)
gesslerpd
2018-01-18
2
-1
/
+53
*
Add bindings for SSL_OP_NO_DTLS* (#4079)
gesslerpd
2018-01-16
2
-0
/
+6
*
Use the real X509_REVOKED_dup when available. (#4080)
David Benjamin
2018-01-12
1
-0
/
+4
*
Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)
Alex Gaynor
2018-01-10
1
-2
/
+1
*
The HKDF limit is actually 255 * digest_length_in_bytes (#4037)
Paul Kehrer
2018-01-06
1
-1
/
+1
*
Use `BN_clear_free` in places where `BN_free` is being used (#4072)
Tux
2018-01-05
1
-2
/
+2
*
Expose `BN_clear_free` in the OpenSSL backend (#4071)
Tux
2018-01-05
1
-0
/
+1
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
3
-0
/
+13
*
Fixed #4006 -- bind functions for dealing with sigalgs (#4063)
Alex Gaynor
2017-12-26
2
-0
/
+23
*
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Alex Gaynor
2017-12-18
2
-4
/
+4
*
Pass the right length of null bytes when no salt is provided to HKDF (#4036)
Paul Kehrer
2017-12-01
1
-1
/
+1
*
Fix ASN1 string type encoding for several Name OIDs (#4035)
Paul Kehrer
2017-11-30
1
-7
/
+15
*
add X509_up_ref (#4028)
Paul Kehrer
2017-11-28
1
-0
/
+5
*
fix typo in comment (#4019)
Benjamin Peterson
2017-11-13
1
-1
/
+1
*
nit: remove double space in deprecation warning (#4018)
Alex Gaynor
2017-11-11
1
-2
/
+2
*
Use a different warning class so users get warnings (#4014)
Alex Gaynor
2017-11-11
1
-2
/
+8
*
Fix a few new flake8 issues (#4008)
Alex Gaynor
2017-11-02
1
-1
/
+0
*
nit: line wrapping change (#4004)
Alex Gaynor
2017-10-28
1
-2
/
+1
*
Latest flake8 has some rules about variable names (#3996)
Alex Gaynor
2017-10-23
2
-4
/
+4
*
Add Multifernet.rotate method (#3979)
Chris Wolfe
2017-10-19
1
-2
/
+23
*
use the correct modern API (#3984)
Alex Gaynor
2017-10-17
1
-1
/
+1
*
Inline calls to bit_length now that it's trivial (#3966)
Alex Gaynor
2017-10-12
3
-4
/
+6
*
expunge python 2.6 (#3962)
Paul Kehrer
2017-10-11
2
-17
/
+2
*
increment deprecation for the 2.2 release cycle (#3961)
Paul Kehrer
2017-10-11
1
-2
/
+1
*
start the twenty second release cycle (#3960)
Paul Kehrer
2017-10-11
1
-1
/
+1
*
update changelog release date and bump version for 2.1 release (#3958)
Paul Kehrer
2017-10-11
1
-1
/
+1
*
backwards incompatible change to UniformResourceIdentifier (#3954)
Paul Kehrer
2017-10-10
3
-61
/
+33
*
backwards incompatible change to RFC822Name (#3953)
Paul Kehrer
2017-10-10
3
-47
/
+32
*
Backwards incompatible change to DNSName (#3951)
Paul Kehrer
2017-10-10
3
-51
/
+30
*
Add support for AES XTS (#3900)
Paul Kehrer
2017-10-01
4
-9
/
+63
*
Declare that 2.1 is the last version to support Python 2.6 (#3944)
Alex Gaynor
2017-10-01
1
-1
/
+1
*
add ChaCha20 support (#3919)
Paul Kehrer
2017-09-28
3
-1
/
+32
*
Expose FIPS funcs for OpenSSL. (#3939)
Scott Sturdivant
2017-09-27
3
-0
/
+37
*
both parse and encode the ASN1 string type for Name attributes (#3896)
Paul Kehrer
2017-09-25
4
-23
/
+47
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
4
-7
/
+61
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
5
-5
/
+44
*
refactor rsa signature/verification logic to remove duplication (#3903)
Paul Kehrer
2017-09-21
1
-91
/
+34
*
implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)
Paul Kehrer
2017-09-13
1
-0
/
+16
*
add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)
Paul Kehrer
2017-09-13
1
-0
/
+12
*
add __hash__ to PolicyConstraints and Extension (#3917)
Paul Kehrer
2017-09-13
1
-0
/
+8
*
implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)
Paul Kehrer
2017-09-13
1
-0
/
+12
*
implement __hash__ on CertificatePolicies and its child classes (#3914)
Paul Kehrer
2017-09-13
1
-0
/
+17
*
add aki hash (#3910)
Paul Kehrer
2017-09-13
1
-0
/
+9
[prev]
[next]