aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pass the right length of null bytes when no salt is provided to HKDF (#4036)Paul Kehrer2017-12-011-1/+1
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-7/+15
* add X509_up_ref (#4028)Paul Kehrer2017-11-281-0/+5
* fix typo in comment (#4019)Benjamin Peterson2017-11-131-1/+1
* nit: remove double space in deprecation warning (#4018)Alex Gaynor2017-11-111-2/+2
* Use a different warning class so users get warnings (#4014)Alex Gaynor2017-11-111-2/+8
* Fix a few new flake8 issues (#4008)Alex Gaynor2017-11-021-1/+0
* nit: line wrapping change (#4004)Alex Gaynor2017-10-281-2/+1
* Latest flake8 has some rules about variable names (#3996)Alex Gaynor2017-10-232-4/+4
* Add Multifernet.rotate method (#3979)Chris Wolfe2017-10-191-2/+23
* use the correct modern API (#3984)Alex Gaynor2017-10-171-1/+1
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-123-4/+6
* expunge python 2.6 (#3962)Paul Kehrer2017-10-112-17/+2
* increment deprecation for the 2.2 release cycle (#3961)Paul Kehrer2017-10-111-2/+1
* start the twenty second release cycle (#3960)Paul Kehrer2017-10-111-1/+1
* update changelog release date and bump version for 2.1 release (#3958)Paul Kehrer2017-10-111-1/+1
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-103-61/+33
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-103-47/+32
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-103-51/+30
* Add support for AES XTS (#3900)Paul Kehrer2017-10-014-9/+63
* Declare that 2.1 is the last version to support Python 2.6 (#3944)Alex Gaynor2017-10-011-1/+1
* add ChaCha20 support (#3919)Paul Kehrer2017-09-283-1/+32
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-273-0/+37
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-254-23/+47
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-234-7/+61
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-225-5/+44
* refactor rsa signature/verification logic to remove duplication (#3903)Paul Kehrer2017-09-211-91/+34
* implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer2017-09-131-0/+16
* add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer2017-09-131-0/+12
* add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer2017-09-131-0/+8
* implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer2017-09-131-0/+12
* implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer2017-09-131-0/+17
* add aki hash (#3910)Paul Kehrer2017-09-131-0/+9
* name constraints __hash__ (#3912)Paul Kehrer2017-09-131-0/+13
* AIA hashing (#3911)Paul Kehrer2017-09-131-0/+3
* remove u-label conversion during general name decode (#3905)Paul Kehrer2017-09-131-49/+4
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-132-2/+4
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-131-2/+17
* compare against bytes values, not the U-label decoded ones (#3906)Paul Kehrer2017-09-121-2/+2
* refactor AES keywrap into a wrap core and unwrap core (#3901)Paul Kehrer2017-09-111-23/+30
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-105-9/+95
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-082-4/+20
* add set0_rsa_oaep_label binding (#3894)Paul Kehrer2017-09-072-0/+17
* add OCSP binding for obtaining information from CertID structure (#3888)Paul Kehrer2017-09-061-0/+2
* added binding support for rfc 5705 (#3878)Kelby Ludwig2017-08-291-0/+2
* add blake2b/blake2s support for hmac (#3873)Paul Kehrer2017-08-221-4/+3
* Remove branches for 1.0.2 betas. (#3870)Alex Gaynor2017-08-203-8/+6
* Add is_signature_valid method on CertificateRevocationList (#3849)Vincent Pelletier2017-08-122-0/+22
* Fix weak linking of getentropy when compiling on older macOS (#3841)Paul Kehrer2017-08-031-0/+3
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-012-15/+51