summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2835 from reaperhulk/1.3-changelog1.3Alex 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-171-0/+1
* | sigh... and this onePaul Kehrer2016-03-171-0/+1
* | need this one tooPaul Kehrer2016-03-171-0/+1
* | we need CRYPTO_LOCK & CRYPTO_UNLOCK on < 1.1.0 so conditionally bind themPaul Kehrer2016-03-171-0/+4
|/
* Merge pull request #2736 from cedk/ANSI_X.923Paul Kehrer2016-03-161-47/+125
|\
| * 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-271-1/+3
| * 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-141-2/+0
|\ \
| * | no need to conditionally remove what isn't therePaul 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-131-10/+34
|\ \
| * | add 5 accessor functions that exist in 1.1.0 to help opaque x509 structsPaul Kehrer2016-03-111-10/+34
* | | Merge pull request #2818 from reaperhulk/simplify-extension-creationAlex Gaynor2016-03-132-67/+48
|\ \ \
| * | | support openssl 0.9.8's nonsense hopefullyPaul Kehrer2016-03-131-1/+26
| * | | also bytes.Paul Kehrer2016-03-131-1/+3
| * | | bytes, my nemesisPaul Kehrer2016-03-131-1/+1
| * | | simplify extension creation by using X509V3_EXT_i2dPaul Kehrer2016-03-132-69/+23
* | | | Merge pull request #2802 from reaperhulk/110-patch-23Alex Gaynor2016-03-131-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | move crypto_ex_data to macros, add i2d_re_X509_tbs & X509_get0_signaturePaul Kehrer2016-03-101-4/+13
* | | | Merge pull request #2815 from reaperhulk/error-on-unusual-encodingsAlex Gaynor2016-03-121-1/+5
|\ \ \ \
| * | | | move NUMERICSTRING certificate test to test_openssl & make it more specificPaul Kehrer2016-03-121-1/+1
| * | | | raise type error rather than internalerror w/ unsupported asn1 in subjectPaul Kehrer2016-03-121-1/+5
* | | | | Merge pull request #2807 from reaperhulk/110-patch-26Alex Gaynor2016-03-121-0/+10
|\ \ \ \ \
| * | | | | conditionally bind/remove the SSL_ST/TLS_ST state machine statusesPaul Kehrer2016-03-111-0/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #2813 from reaperhulk/fix-2758Alex Gaynor2016-03-121-0/+8
|\ \ \ \ \
| * | | | | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifierPaul Kehrer2016-03-111-0/+8
| |/ / / /
* | | | | Merge pull request #2794 from reaperhulk/110-patch-15Alex Gaynor2016-03-121-7/+6
|\ \ \ \ \
| * | | | | opaque HMAC_CTX, which requires some helper functionsPaul Kehrer2016-03-091-7/+6
* | | | | | Merge pull request #2812 from reaperhulk/fix-2717Alex Gaynor2016-03-121-0/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | parensPaul Kehrer2016-03-111-1/+1
| * | | | | make multibackend error with an empty list. fixes #2717Paul Kehrer2016-03-111-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #2805 from reaperhulk/110-patch-25Alex Gaynor2016-03-111-3/+6
|\ \ \ \ \
| * | | | | modify how revocation date is set on X509_REVOKED in the openssl backendPaul Kehrer2016-03-101-3/+6
| |/ / / /
* | | | | Merge pull request #2800 from reaperhulk/110-patch-21Alex Gaynor2016-03-111-7/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | opaque EVP_MD_CTX and wrap EVP_MD_CTX_new + EVP_MD_CTX_freePaul Kehrer2016-03-101-7/+6
| | |/ / | |/| |
* | | | Merge pull request #2798 from reaperhulk/110-patch-19Alex Gaynor2016-03-101-3/+6
|\ \ \ \ | |/ / / |/| | |
| * | | opaque X509_EXTENSIONPaul Kehrer2016-03-091-3/+6
| |/ /
* | | opaque X509_NAMEPaul Kehrer2016-03-091-13/+30
|/ /
* | Merge pull request #2782 from reaperhulk/110-patch-6Alex Gaynor2016-03-091-1/+1
|\ \
| * | SSLeay begonePaul Kehrer2016-03-091-1/+1
* | | Merge pull request #2788 from reaperhulk/110-patch-9Alex Gaynor2016-03-091-7/+0
|\ \ \