aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix ssl.py comment styleLaurens Van Houtven2014-06-231-3/+3
| |
* | Fix x509_vfy.py comment styleLaurens Van Houtven2014-06-231-15/+16
| |
* | 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
|/
* 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
|
* 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
|
* 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
| |
* | change from unsigned size_t to size_t since size_t is always defined as ↵Chirag Jog2014-06-161-1/+1
| | | | | | | | unsigned.
* | Fix the comment to conform to PEP8 standards.Chirag Jog2014-06-161-6/+8
| |
* | Use size_t as the per definition of aes.h . size_t translates correctly to ↵Chirag Jog2014-06-161-1/+1
|/ | | | | | int or long based on arch type.
* Fixed up a few issuesAlex Gaynor2014-06-091-1/+1
|
* Added OPENSSL_config declarationtimic2014-06-091-0/+2
|
* trivial style fix in bindingsPaul Kehrer2014-06-071-2/+2
|
* Add ALPN support.Cory Benfield2014-06-071-0/+45
|
* remove an irrelevant commentPaul Kehrer2014-05-311-1/+1
|
* refactor into separate filesPaul Kehrer2014-05-316-69/+195
|
* add new link argsPaul Kehrer2014-05-311-0/+1
|
* add new security framework bindingsPaul Kehrer2014-05-313-0/+278
|
* Add ASN1_STRING_set_default_mask_ascD.S. Ljungmark2014-05-311-0/+3
| | | | Required to prevent pyOpenSSL from writing deprecated T.61 strings
* Error codes are different in OpenSSL 1.0.1Alex Stapleton2014-05-271-0/+1
|
* Bind another error codeAlex Stapleton2014-05-271-0/+1
|
* load the openssl version text based on the loaded libraryPaul Kehrer2014-05-211-0/+2
|
* add AES CTR support to OpenSSL 0.9.8Paul Kehrer2014-05-201-0/+6
|
* Add OPENSSL_EC_NAMED_CURVE constantAlex Stapleton2014-05-181-0/+6
|
* Add EC_GROUP_get_degree bindingAlex Stapleton2014-05-181-0/+5
|
* Make exceptions end with a period consistentlyAyrx2014-05-181-1/+1
|
* remove the macro we just addedPaul Kehrer2014-05-161-3/+0
|
* add a CMS macroPaul Kehrer2014-05-161-0/+3
|
* Function to get current compression and expansionPhiBo2014-05-111-0/+5
|
* Add missing type SSL_OP_LEGACY_SERVER_CONNECTPhiBo2014-05-071-0/+1
|
* Fix to build without secure renegotiation supportPhiBo2014-05-071-5/+7
|
* Conditional binding for secure renegotiationPhiBo2014-05-061-6/+11
|
* style fixes and conditional binding for SSL_OP_ALLOW_UNSAFE_RENEGOTIATIONPaul Kehrer2014-05-061-4/+15
|