aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1144 from lvh/x509-verification-paramsAlex Stapleton2014-06-172-0/+162
|\
| * 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
|\
| * 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
|\ \
| * | change from unsigned size_t to size_t since size_t is always defined as unsig...Chirag Jog2014-06-161-1/+1
| * | Merge branch '1134-32-bit-builds-fail' of https://github.com/ClogenyTechnolog...Chirag Jog2014-06-160-0/+0
| |\ \
| | * | Move function definition to MACROS section because the signature changed afte...Chirag Jog2014-06-161-6/+8
| * | | 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 in...Chirag Jog2014-06-161-1/+1
* | | Merge pull request #1142 from reaperhulk/distro-names-are-words-tooAlex Gaynor2014-06-161-0/+2
|\ \ \ | |/ / |/| |
| * | linux distribution names are words tooPaul Kehrer2014-06-161-0/+2
|/ /
* | Merge pull request #1135 from reaperhulk/minus-xAlex Stapleton2014-06-15137-0/+0
|\ \
| * | remove executable bit from vector filesPaul Kehrer2014-06-15137-0/+0
|/ /
* | Merge pull request #1130 from dreid/isolate-openssl-urandom-defaultPaul Kehrer2014-06-141-8/+30
|\ \
| * | Portable usage of subprocess w/ python3 and python2.6 fixes.David Reid2014-06-131-6/+9
| * | Remove outdated comment.David Reid2014-06-131-2/+0
| * | Fix flake8.David Reid2014-06-131-16/+15
| * | Attempt to better isolate this test by getting the backend name from a subpro...David Reid2014-06-131-5/+27
| |/
* | Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specificAlex Stapleton2014-06-145-265/+314
|\ \
| * | refactor rsa encrypt/decrypt for simplicityPaul Kehrer2014-06-121-48/+19
| * | do value checks when converting from numbers to keyPaul Kehrer2014-06-122-15/+20
| * | inline a single use functionPaul Kehrer2014-06-121-18/+14
| * | pkey_size should be privatePaul Kehrer2014-06-121-12/+12
| * | simplify test_rsa changesPaul Kehrer2014-06-121-467/+343
| * | rsa_cdata creation should immediately be registered for gcPaul Kehrer2014-06-121-8/+7
| * | remove an unused methodPaul Kehrer2014-06-121-12/+0
| * | modify rsa.RSAPrivateKey to build old style key from numbersPaul Kehrer2014-06-122-19/+13
| * | get numbers from loaded keys in numbers testPaul Kehrer2014-06-121-0/+2
| * | remove skip in serialization tests until we have a backend that needs itPaul Kehrer2014-06-121-6/+0
| * | backend specific RSA*Key implementation for OpenSSLPaul Kehrer2014-06-125-538/+762
* | | Merge pull request #1131 from reaperhulk/add-3des-ecbAlex Gaynor2014-06-134-0/+46
|\ \ \ | |_|/ |/| |
| * | update changelogPaul Kehrer2014-06-131-0/+3
| * | enable TripleDES ECB in commoncryptoPaul Kehrer2014-06-131-0/+1
| * | add TripleDES ECB support to OpenSSL backendPaul Kehrer2014-06-132-0/+42
|/ /
* | Merge pull request #1127 from alex/docs-fixPaul Kehrer2014-06-131-0/+16
|\ \
| * | Fixed a reST syntax issue in the docsAlex Gaynor2014-06-121-0/+16
|/ /
* | Merge pull request #1126 from nryoung/doc-improvementsAlex Gaynor2014-06-121-3/+4
|\ \ | |/ |/|
| * Fix other typo and use doc link insteadNic Young2014-06-121-2/+1
| * Fixed typoNic Young2014-06-121-1/+1
| * Add link about installation depdenciesNic Young2014-06-121-3/+5
* | Merge pull request #1125 from reaperhulk/rsa-numbers-with-functionsAlex Stapleton2014-06-121-43/+53
|\ \ | |/ |/|
| * don't do value checks in the numbersPaul Kehrer2014-06-122-8/+4