aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * add several new x509 test vectorsPaul Kehrer2014-11-266-21/+141
* | Merge pull request #1519 from alex/class-namingPaul Kehrer2014-12-122-0/+4
|\ \
| * | this is a wordAlex Gaynor2014-12-121-0/+1
| * | Fixes #1518 -- document the captilazation of lcass namesAlex Gaynor2014-12-121-0/+3
* | | Merge pull request #1520 from alex/https-all-the-thingsPaul Kehrer2014-12-128-10/+10
|\ \ \
| * | | Use HTTPS for a number of URLs in the docsAlex Gaynor2014-12-128-10/+10
| |/ /
* | | Merge pull request #1516 from exarkun/SSL_CTX_check_private_keyPaul Kehrer2014-12-111-0/+2
|\ \ \
| * | | Bind it.Jean-Paul Calderone2014-12-111-0/+2
|/ / /
* | | Merge pull request #1514 from reaperhulk/ne-eq-funAlex Stapleton2014-12-116-1/+237
|\ \ \ | |/ / |/| |
| * | add NotImplemented handlingPaul Kehrer2014-12-106-0/+28
| * | add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classesPaul Kehrer2014-12-106-1/+209
|/ /
* | Merge pull request #1512 from alex/change-debian-definePaul Kehrer2014-12-091-5/+5
|\ \
| * | Fixed #1494 -- switch which define we look for for SSLv3 disabled. We're now ...Alex Gaynor2014-12-081-5/+5
|/ /
* | Merge pull request #1502 from reaperhulk/fix-1285Alex Gaynor2014-12-0814-57/+160
|\ \
| * | Stupid mistake number one billion.Paul Kehrer2014-12-071-0/+8
| * | directly test r, s for integer-nessPaul Kehrer2014-12-072-5/+10
| * | catch PyAsn1Error for encoding signature as wellPaul Kehrer2014-12-072-3/+15
| * | add comment describing how the ASN.1 sequence in a test is invalidPaul Kehrer2014-12-071-0/+2
| * | catch PyAsn1Error when decoding rfc6979 signaturePaul Kehrer2014-12-062-1/+11
| * | assign tuple to multiple vars for better readabilityPaul Kehrer2014-11-301-4/+4
| * | error if signature has trailing bytesPaul Kehrer2014-11-302-0/+11
| * | add changelog entryPaul Kehrer2014-11-271-0/+2
| * | add encode_rfc6979_signature and refactor tests to use itPaul Kehrer2014-11-277-53/+66
| * | add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-275-2/+44
| * | add pyasn1 as a dependencyPaul Kehrer2014-11-273-3/+1
* | | Merge pull request #1491 from reaperhulk/randomize-testsAlex Gaynor2014-12-071-0/+7
|\ \ \
| * | | add a tox target to randomize testsPaul Kehrer2014-11-241-0/+7
* | | | Merge pull request #1511 from delroth/masterAlex Gaynor2014-12-061-0/+1
|\ \ \ \
| * | | | OpenSSL binding: add support for NETSCAPE_SPKI_b64_decodePierre Bourdon2014-12-071-0/+1
|/ / / /
* | | | Merge pull request #1510 from public/more-x509Paul Kehrer2014-12-064-0/+60
|\ \ \ \
| * | | | Add various bits useful when generating X509 certsAlex Stapleton2014-12-064-0/+60
|/ / / /
* | | | Merge pull request #1509 from alex/tox-envDonald Stufft2014-12-053-24/+24
|\ \ \ \
| * | | | Change the envvar for tox env to the officla tox oneAlex Gaynor2014-12-053-24/+24
|/ / / /
* | | | Merge pull request #1504 from reaperhulk/update-bindings-dev-docsAlex Gaynor2014-11-291-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | update docs to fix #1481Paul Kehrer2014-11-291-0/+4
|/ / /
* | | Merge pull request #1501 from reaperhulk/change-loaderAlex Gaynor2014-11-273-5/+8
|\ \ \
| * | | alter vector file loader to support passing read modePaul Kehrer2014-11-273-5/+8
* | | | Merge pull request #1500 from vovka-korovka/masterPaul Kehrer2014-11-271-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Remove stray spaceVladimir Didenko2014-11-271-1/+1
| * | | Export X509_STORE_load_locations and X509_STORE_set_default_paths functions. ...Vladimir Didenko2014-11-271-0/+2
|/ / /
* | | Merge pull request #1496 from reaperhulk/x509-multibackendAlex Gaynor2014-11-263-2/+47
|\ \ \ | |_|/ |/| |
| * | add X509Backend support to multibackendPaul Kehrer2014-11-263-2/+47
* | | Merge pull request #1493 from reaperhulk/x509-test-vectorsDonald Stufft2014-11-261559-0/+27962
|\ \ \ | |/ / |/| |
| * | add NIST PKITS X.509 vectorsPaul Kehrer2014-11-241559-0/+27962
| |/
* | Merge pull request #1442 from reaperhulk/x509-interfaceAlex Gaynor2014-11-265-0/+128
|\ \
| * | add X509Certificate version attributePaul Kehrer2014-11-252-0/+12
| * | add load_der_x509_certificate X509Backend methodPaul Kehrer2014-11-242-0/+13
| * | link datetime better and add naïve to spelling listPaul Kehrer2014-11-242-2/+3
| * | update docs with review feedbackPaul Kehrer2014-11-242-8/+10
| * | add backend interface for loading x509 certificatesPaul Kehrer2014-11-242-0/+23