aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle two more error conditions correctlyAlex Gaynor2016-04-021-0/+6
* simplify the macro def checkPaul Kehrer2016-03-281-1/+1
* fix libressl breakage reported in #2858Paul Kehrer2016-03-281-1/+8
* Added a special case for EC as wellAlex Gaynor2016-03-271-0/+3
* Fixes #2856 -- add a fast path to _key_identifier_from_public_key for RSA keysAlex Gaynor2016-03-271-17/+25
* add EVP_PKEY_CTX_set_rsa_oaep_mdPaul Kehrer2016-03-252-0/+12
* Merge pull request #2846 from reaperhulk/deprecation-danceAlex Gaynor2016-03-213-18/+0
|\
| * complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOIDPaul Kehrer2016-03-213-18/+0
* | Warn when deleting deprecated attributes.Cory Benfield2016-03-211-0/+4
* | Add __delattr__ to _ModuleWithDeprecations.Cory Benfield2016-03-211-0/+3
|/
* DeprecationWarningAlex Gaynor2016-03-191-2/+1
* Use runtimeerror for thisAlex Gaynor2016-03-191-2/+1
* Fixed #2836 -- error out on OpenSSL 0.9.8 by defaultAlex Gaynor2016-03-191-14/+26
* Open master back up for 1.4Alex Gaynor2016-03-181-1/+1
* Merge pull request #2835 from reaperhulk/1.3-changelogAlex Gaynor2016-03-181-1/+1
|\
| * bump version and update changelogPaul Kehrer2016-03-171-1/+1
* | slowly re-add everything that was removed, but now conditionalPaul Kehrer2016-03-172-0/+5
* | sigh... and this onePaul Kehrer2016-03-172-0/+3
* | need this one tooPaul Kehrer2016-03-172-0/+3
* | we need CRYPTO_LOCK & CRYPTO_UNLOCK on < 1.1.0 so conditionally bind themPaul Kehrer2016-03-172-0/+15
* | in 1.1.0 OpenSSL does its own locking now! locking funcs are now macrosPaul Kehrer2016-03-171-9/+6
|/
* Merge pull request #2834 from reaperhulk/110-patch-40Alex Gaynor2016-03-171-1/+3
|\
| * OPENSSL_free is a macro in 1.1.0Paul Kehrer2016-03-171-1/+3
* | remove EVP_F_EVP_PKEY2PKCS8_BROKEN, an err function const we never usedPaul Kehrer2016-03-171-1/+0
|/
* Merge pull request #2831 from reaperhulk/110-patch-37Alex Gaynor2016-03-161-1/+2
|\
| * SSL_CIPHER_get_version gained a const return type in 1.1.0Paul Kehrer2016-03-161-1/+2
* | Merge pull request #2830 from reaperhulk/110-patch-36Alex Gaynor2016-03-161-8/+0
|\ \
| * | remove more DSA bindings we don't usePaul Kehrer2016-03-161-8/+0
| |/
* | Merge pull request #2736 from cedk/ANSI_X.923Paul Kehrer2016-03-163-47/+150
|\ \ | |/ |/|
| * Don't use subclassCédric Krier2016-03-141-88/+112
| * Make _padding and _check_padding abstractmethodCédric Krier2016-02-271-2/+10
| * Add padding check for ANSI X.923Cédric Krier2016-02-273-1/+28
| * Factorize out common byte paddingCédric Krier2016-02-271-18/+33
| * Added support for padding ANSI X.923Cédric Krier2016-02-271-4/+33
* | move the code aroundAlex Gaynor2016-03-141-54/+54
* | delete software (flake8)Alex Gaynor2016-03-142-8/+3
* | Fixed #2747 -- allow creating x509 exts with unknown extensionsAlex Gaynor2016-03-142-33/+55
* | Merge pull request #2824 from reaperhulk/110-patch-34Alex Gaynor2016-03-142-20/+0
|\ \
| * | no need to conditionally remove what isn't therePaul Kehrer2016-03-131-2/+0
| * | remove some EC functions we don't usePaul Kehrer2016-03-131-18/+0
* | | Merge pull request #2825 from reaperhulk/110-patch-35Alex Gaynor2016-03-131-1/+1
|\ \ \
| * | | one last 1.1.0 const switch to get rid of some warningsPaul Kehrer2016-03-131-1/+1
| |/ /
* | | Merge pull request #2823 from reaperhulk/110-patch-33Alex Gaynor2016-03-131-2/+2
|\ \ \
| * | | in OpenSSL 1.1.0 these EC functions are no longer const argsPaul Kehrer2016-03-131-2/+2
| |/ /
* | | Merge pull request #2822 from reaperhulk/110-patch-32Alex Gaynor2016-03-131-2/+0
|\ \ \
| * | | these bio types no longer exist in 1.1.0Paul Kehrer2016-03-131-2/+0
| |/ /
* | | wrong assertPaul Kehrer2016-03-131-1/+1
* | | support PolicyConstraints in the CertificateBuilderPaul Kehrer2016-03-131-0/+18
|/ /
* | Merge pull request #2809 from reaperhulk/110-patch-28Alex Gaynor2016-03-132-10/+82
|\ \
| * | remove pointless commentsPaul Kehrer2016-03-131-8/+0