aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move C bindings style guide to C bindings documentLaurens Van Houtven2014-06-232-72/+72
|
* Add a reference in the style guideLaurens Van Houtven2014-06-231-0/+3
|
* Add C bindings document to indexLaurens Van Houtven2014-06-231-0/+1
|
* Fix ReST hyperlink markupLaurens Van Houtven2014-06-231-1/+1
|
* Fix ReST syntax for a code blockLaurens Van Houtven2014-06-231-1/+1
|
* Improve wordingLaurens Van Houtven2014-06-231-1/+1
|
* Add docs about exposing features in C bindingsLaurens Van Houtven2014-06-231-0/+112
|
* Add note about using C-style vs C++-style commentsLaurens Van Houtven2014-06-231-0/+7
|
* Use C-style comments instead of C++-style commentsLaurens Van Houtven2014-06-231-7/+7
|
* Add C binding documentation pageLaurens Van Houtven2014-06-231-0/+8
|
* Merge pull request #1155 from reaperhulk/fix-1111David Reid2014-06-226-236/+217
|\ | | | | modify RSA numbers loading to match elliptic curve
| * update test to cover missing linePaul Kehrer2014-06-221-0/+2
| |
| * modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-206-236/+215
| | | | | | | | fixes #1111
* | Merge pull request #1162 from reaperhulk/abstract-some-thingsAlex Gaynor2014-06-221-0/+2
|\ \ | | | | | | ABCs have abstract methods
| * | these are abstract methodsPaul Kehrer2014-06-221-0/+2
|/ /
* | Merge pull request #1161 from reaperhulk/x509-vfy-continuedAlex Gaynor2014-06-222-0/+23
|\ \ | | | | | | X509 vfy continued
| * | a few fixes,, remove unneeded conditional on bindingPaul Kehrer2014-06-211-13/+3
| | |
| * | Add many (all?) X509_STORE_CTX methodsLaurens Van Houtven2014-06-211-0/+31
| | |
| * | Add STACK_OF(X509_CRL)Laurens Van Houtven2014-06-211-0/+2
|/ /
* | Merge pull request #1159 from reaperhulk/deprecate-mgf1Alex Gaynor2014-06-213-5/+20
|\ \ | | | | | | deprecate mgf1_hash_supported
| * | deprecate mgf1_hash_supported. fixes #1133Paul Kehrer2014-06-203-5/+20
| | |
* | | Merge pull request #1157 from reaperhulk/fix-release-automationAlex Gaynor2014-06-211-1/+4
|\ \ \ | | | | | | | | switch to HTTP basic auth for jenkins release automation
| * | | switch to HTTP basic auth for jenkins release automationPaul Kehrer2014-06-201-1/+4
| |/ /
* | | Merge pull request #1153 from reaperhulk/add-missing-interface-methodsAlex Stapleton2014-06-211-0/+12
|\ \ \ | |/ / |/| | add missing interface methods on ABCs
| * | add missing interface methods on ABCsPaul Kehrer2014-06-191-0/+12
| | | | | | | | | | | | These methods are present in the docs but not the actual interfaces.
* | | Merge pull request #1151 from lvh/consolidate-x509-vfyPaul Kehrer2014-06-204-143/+145
|\ \ \ | |_|/ |/| | Consolidate x509_vfy
| * | Comment style consistencyLaurens Van Houtven2014-06-201-3/+3
| | |
| * | Move X509_STORE functions to x509_vfy.pyLaurens Van Houtven2014-06-202-7/+9
| | |
| * | Move X509_STORE_CTX out of ssl.pyLaurens Van Houtven2014-06-202-11/+10
| | | | | | | | | | | | Refs #1140.
| * | Whitespace fixLaurens Van Houtven2014-06-201-1/+0
| | |
| * | Move verification errors into x509_vfyLaurens Van Houtven2014-06-202-124/+126
| | | | | | | | | | | | | | | | | | | | | Refs #1140. Cc @ayrx: it may be a good idea to test this since it touches the special constant that was secretly added to Fedora 20's OpenSSL 1.0.1e.
| * | Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODESLaurens Van Houtven2014-06-201-8/+8
|/ /
* | Merge pull request #1124 from reaperhulk/rsa-numbers-deprecateAlex Stapleton2014-06-209-53/+185
|\ \ | |/ |/| RSA Deprecation
| * deprecate old RSA classes and methodsPaul Kehrer2014-06-199-53/+185
| |
* | Merge pull request #1147 from lvh/ffs-fedoraPaul Kehrer2014-06-181-2/+13
|\ \ | | | | | | Conditionally add X509_V_FLAG_TRUSTED_FIRST
| * | Fix comment typoLaurens Van Houtven2014-06-181-1/+1
| | |
| * | Remove spurious constant definitionLaurens Van Houtven2014-06-181-1/+0
| | |
| * | Conditionally add X509_V_FLAG_TRUSTED_FIRSTLaurens Van Houtven2014-06-181-1/+13
|/ /
* | Merge pull request #1144 from lvh/x509-verification-paramsAlex Stapleton2014-06-172-0/+162
|\ \ | | | | | | Add X509 verification parameters and associated functions
| * | Manually check for X509_V_FLAG_CHECK_SS_SIGNATURELaurens Van Houtven2014-06-171-0/+10
| | |
| * | Whitespace style fixesLaurens Van Houtven2014-06-171-8/+16
| | |
| * | Not all 1.0.2 releases!Laurens Van Houtven2014-06-171-2/+12
| | |
| * | Add X509 verification parameters and associated functionsLaurens Van Houtven2014-06-172-0/+134
|/ /
* | Merge pull request #1139 from lvh/openssl-cert-verification-codesAlex Stapleton2014-06-163-4/+122
|\ \ | | | | | | OpenSSL certificate verification error codes
| * | Apparently, all of these were in 1.0.0 tooLaurens Van Houtven2014-06-161-7/+6
| | |
| * | X509_V_ERR_UNNESTED_RESOURCE is oldLaurens Van Houtven2014-06-161-1/+0
| | |
| * | I have no idea what a constralong isLaurens Van Houtven2014-06-161-4/+4
| | |
| * | Add verification error codesLaurens Van Houtven2014-06-162-2/+123
| | |
| * | Minor style fixLaurens Van Houtven2014-06-161-2/+1
| | |
* | | Merge pull request #1137 from ClogenyTechnologies/1134-32-bit-builds-failPaul Kehrer2014-06-161-6/+8
|\ \ \ | | | | | | | | Issue #1134: Use size_t as the per definition of aes.h . size_t translates correctly ...