aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add utf8 DNSName x509 vector (#3952)Paul Kehrer2017-10-092-0/+43
* update security docs to indicate we staticaly link openssl on linux too (#3949)Alex Gaynor2017-10-051-4/+4
* do downstream builds as part of our normal parallel jenkins pipeline (#3948)Paul Kehrer2017-10-031-7/+3
* disable smart quotes in sphinx to workaround a spellchecker issue (#3946)Paul Kehrer2017-10-032-1/+3
* Add support for AES XTS (#3900)Paul Kehrer2017-10-019-11/+168
* Declare that 2.1 is the last version to support Python 2.6 (#3944)Alex Gaynor2017-10-013-3/+5
* add ChaCha20 support (#3919)Paul Kehrer2017-09-286-1/+146
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-273-0/+37
* Update the list of macOS versions we test on to match reality (#3942)Alex Gaynor2017-09-271-1/+1
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-256-23/+107
* blacklist yet another version of sphinx (#3940)Alex Gaynor2017-09-261-1/+1
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-238-7/+344
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-2210-5/+121
* refactor rsa signature/verification logic to remove duplication (#3903)Paul Kehrer2017-09-211-91/+34
* parametrize a bunch of x509 extension tests that were identical (#3931)Paul Kehrer2017-09-211-377/+139
* docs for what bytes means for DNSName, URI, and RFC822Name (#3904)Paul Kehrer2017-09-202-9/+41
* add Freshest CRL and Delta CRL Indicator test vectors (#3932)Paul Kehrer2017-09-203-0/+34
* Mark our custom sphinx extension as parallel safe (#3935)Alex Gaynor2017-09-201-0/+4
* correct the docs for CRLReason (#3930)Paul Kehrer2017-09-201-2/+1
* Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)Alex Gaynor2017-09-205-8/+8
* disable travis mac builders and add a mac jenkins build (#3933)Paul Kehrer2017-09-202-41/+41
* Update the rest of the NIST urls to their new HTTPS homes (#3928)Alex Gaynor2017-09-203-4/+4
* add unique identifier test vector (#3925)Paul Kehrer2017-09-192-2/+15
* remove py26 windows and macOS wheels (#3921)Paul Kehrer2017-09-191-5/+3
* Update PKITS link (#3923)Alex Gaynor2017-09-201-1/+1
* Update NIST CAVP url (#3922)Alex Gaynor2017-09-191-1/+1
* bump libressl version (#3920)Alex Gaynor2017-09-151-1/+1
* add chacha20 test vectors from RFC 7539 (#3918)Paul Kehrer2017-09-142-0/+24
* implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer2017-09-132-0/+90
* add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer2017-09-132-0/+46
* add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer2017-09-132-0/+34
* implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer2017-09-132-0/+60
* implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer2017-09-132-0/+62
* add aki hash (#3910)Paul Kehrer2017-09-132-1/+19
* name constraints __hash__ (#3912)Paul Kehrer2017-09-132-0/+34
* AIA hashing (#3911)Paul Kehrer2017-09-132-0/+37
* 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-133-6/+9
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-132-2/+58
* coverage pin test part deux (#3908)Paul Kehrer2017-09-123-1/+6
* compare against bytes values, not the U-label decoded ones (#3906)Paul Kehrer2017-09-122-2/+7
* add a faq note about having a compiler that is too old (#3902)Paul Kehrer2017-09-111-0/+9
* 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-109-10/+258
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-085-18/+153
* add X509 test vector with a TLS Feature (RFC 7633) extension (#3898)Paul Kehrer2017-09-082-0/+36
* oaep label vector (#3895)Paul Kehrer2017-09-072-0/+10
* add initial OCSP request test vector (#3890)Paul Kehrer2017-09-072-0/+5
* add set0_rsa_oaep_label binding (#3894)Paul Kehrer2017-09-072-0/+17
* move x509 tests into a module (#3889)Paul Kehrer2017-09-066-12/+12