aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/Format/PrivateFormatPaul Kehrer2015-03-016-22/+28
|
* Merge pull request #1708 from reaperhulk/serialize-shared-private-bytesAlex Gaynor2015-03-012-58/+67
|\ | | | | move private_bytes to a shared method so we can reuse it
| * update namingPaul Kehrer2015-03-012-4/+4
| |
| * move private_bytes to a shared method so we can reuse itPaul Kehrer2015-03-012-58/+67
|/
* Merge pull request #1707 from alex/official-deprecatedPaul Kehrer2015-03-012-5/+7
|\ | | | | Use the official API for deprecation with the MACContext rename
| * Use the official API for deprecation with the MACContext renameAlex Gaynor2015-03-012-5/+7
|/
* Merge pull request #1503 from reaperhulk/serialize-some-keysAlex Stapleton2015-03-0111-12/+436
|\ | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization
| * change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-287-27/+30
| |
| * linkify some things per review, fix an importPaul Kehrer2015-02-282-3/+9
| |
| * add more docs stuff from review that I missedPaul Kehrer2015-02-272-3/+8
| |
| * add exact byte testPaul Kehrer2015-02-271-0/+17
| |
| * address review feedbackPaul Kehrer2015-02-273-11/+15
| |
| * listify a parametrized testPaul Kehrer2015-02-251-1/+1
| |
| * rename dump to as_bytesPaul Kehrer2015-02-257-24/+24
| |
| * fix docsPaul Kehrer2015-02-251-5/+5
| |
| * address review commentsPaul Kehrer2015-02-2510-124/+113
| |
| * Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-2511-10/+410
| |
* | Merge pull request #1697 from reaperhulk/x509-request-vectorsAlex Stapleton2015-02-276-0/+87
|\ \ | | | | | | add X509 request custom vectors
| * | move x509 request vector docs to a new sectionPaul Kehrer2015-02-241-1/+6
| | |
| * | add X509 request custom vectorsPaul Kehrer2015-02-246-0/+82
| | |
* | | Merge pull request #1315 from public/dh-numbersPaul Kehrer2015-02-275-0/+280
|\ \ \ | |_|/ |/| | DH numbers
| * | DH numbersAlex Stapleton2015-02-265-0/+280
|/ /
* | Merge pull request #1699 from alex/deprecated-names-serializationPaul Kehrer2015-02-251-33/+28
|\ \ | | | | | | Fixed the use of deprecated names in the serialization tests
| * | Fixed the use of deprecated names in the serialization testsAlex Gaynor2015-02-241-33/+28
|/ /
* | Merge pull request #1696 from alex/rsa-dsa-tests-movePaul Kehrer2015-02-242-6/+6
|\ \ | | | | | | Updated RSA and DSA tests for moved classes
| * | Updated RSA and DSA tests for moved classesAlex Gaynor2015-02-242-6/+6
| | |
* | | Merge pull request #1698 from alex/docs-syntax-errorPaul Kehrer2015-02-242-5/+4
|\ \ \ | |/ / |/| | Fixed a syntax error in the docs
| * | Fixed links in the docsAlex Gaynor2015-02-242-4/+3
| | |
| * | Fixed a syntax error in the docsAlex Gaynor2015-02-241-1/+1
|/ /
* | Merge pull request #1694 from alex/x509-test-movePaul Kehrer2015-02-241-9/+7
|\ \ | |/ |/| Updated tests for classes that have been moved
| * This module has been renamed.Alex Gaynor2015-02-231-9/+7
|/
* Merge pull request #1693 from alex/update-docsPaul Kehrer2015-02-231-2/+2
|\ | | | | Updated docs for new API
| * Updated docs for new APIAlex Gaynor2015-02-231-2/+2
|/
* Merge pull request #1610 from reaperhulk/load-der-keysAlex Gaynor2015-02-237-5/+455
|\ | | | | DER key loading support for the OpenSSL backend
| * remove unneeded parensPaul Kehrer2015-02-221-2/+2
| |
| * free PKCS8_PRIV_KEY_INFO * and reuse membio for der loadingPaul Kehrer2015-02-222-8/+12
| |
| * fix docs for unsupportedalgorithm exception (thanks nitpicky)Paul Kehrer2015-02-191-2/+2
| |
| * move gc above potential exceptionPaul Kehrer2015-02-191-2/+2
| |
| * add examplesPaul Kehrer2015-02-191-0/+41
| |
| * support DER public and private key loading in the openssl backendPaul Kehrer2015-02-196-5/+410
| |
* | Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserverAlex Gaynor2015-02-231-1/+1
|\ \ | | | | | | remove IBM link and replace with smartbear PDF link
| * | remove IBM link and replace with smartbear PDF linkPaul Kehrer2015-02-231-1/+1
| | |
* | | Merge pull request #1691 from reaperhulk/buildtimetrendAlex Gaynor2015-02-231-0/+2
|\ \ \ | | | | | | | | add a webhook for buildtimetrend.herokuapp.com to check it out
| * | | add a webhook for buildtimetrend.herokuapp.com to check it outPaul Kehrer2015-02-231-0/+2
| |/ /
* | | Merge pull request #1690 from alex/simplify-travisPaul Kehrer2015-02-221-6/+1
|\ \ \ | | | | | | | | Simplified the travis install script
| * | | Simplified the travis install scriptAlex Gaynor2015-02-221-6/+1
|/ / /
* | | Merge pull request #1687 from reaperhulk/update-freebsd-ossl-versionAlex Gaynor2015-02-211-1/+1
|\ \ \ | |/ / |/| | OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1
| * | OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1Paul Kehrer2015-02-211-1/+1
|/ /
* | Merge pull request #1686 from dstufft/use-flatAlex Gaynor2015-02-201-1/+1
|\ \ | | | | | | Use the flat style to match all the other badges
| * | Use the flat style to match all the other badgesDonald Stufft2015-02-201-1/+1
|/ /