aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support "PKCS1" RSA public keysPaul Kehrer2015-03-052-11/+45
* Merge pull request #1712 from reaperhulk/serialize-dsa-private-keyAlex Gaynor2015-03-056-12/+268
|\
| * serialize DSA private keysPaul Kehrer2015-03-026-12/+268
* | Merge pull request #1724 from reaperhulk/windows-102-changelogAlex Gaynor2015-03-051-0/+1
|\ \
| * | Windows wheels will now be built against OpenSSL 1.0.2Paul Kehrer2015-03-051-0/+1
|/ /
* | Merge pull request #1714 from reaperhulk/asymmetric-public-vectorsAlex Stapleton2015-03-044-1/+19
|\ \
| * | DER conversion of PKCS1 rsa.pub.pemPaul Kehrer2015-03-022-2/+3
| * | add RSA/DSA PKCS1 public keysPaul Kehrer2015-03-023-1/+18
| |/
* | Merge pull request #1719 from alex/fix-linkPaul Kehrer2015-03-031-1/+1
|\ \
| * | Fixed URL that changed in docsAlex Gaynor2015-03-031-1/+1
* | | Merge pull request #1720 from reaperhulk/gcc-old-openssl-match-made-in-hellAlex Gaynor2015-03-032-3/+4
|\ \ \
| * | | Revert "simplify our DSA parameter copying"Paul Kehrer2015-03-032-3/+4
|/ / /
* | | Merge pull request #1717 from reaperhulk/dsa-use-params-dupAlex Gaynor2015-03-032-4/+3
|\ \ \ | |/ / |/| |
| * | simplify our DSA parameter copyingPaul Kehrer2015-03-032-4/+3
* | | Merge pull request #1716 from Ayrx/move-paddingPaul Kehrer2015-03-033-41/+51
|\ \ \ | |/ / |/| |
| * | Fix indentation.Terry Chia2015-03-031-3/+3
| * | Move padding code into .c and .h files.Terry Chia2015-03-033-41/+51
|/ /
* | Merge pull request #1713 from reaperhulk/openssl-linksAlex Gaynor2015-03-021-1/+1
|\ \ | |/ |/|
| * Update OpenSSL test vector link to point at Github repositoryPaul Kehrer2015-03-021-1/+1
|/
* Merge pull request #1709 from reaperhulk/serialize-ec-private-keyAlex Gaynor2015-03-027-11/+284
|\
| * add changelog entryPaul Kehrer2015-03-021-0/+8
| * format to privateformatPaul Kehrer2015-03-022-11/+14
| * skip those tests if ec unsupportedPaul Kehrer2015-03-011-0/+7
| * add support for serialization of EC private keysPaul Kehrer2015-03-016-11/+266
|/
* Merge pull request #1711 from reaperhulk/serialize-format-private-formatAlex Gaynor2015-03-016-22/+28
|\
| * s/Format/PrivateFormatPaul Kehrer2015-03-016-22/+28
|/
* Merge pull request #1708 from reaperhulk/serialize-shared-private-bytesAlex Gaynor2015-03-012-58/+67
|\
| * 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 renameAlex Gaynor2015-03-012-5/+7
|/
* Merge pull request #1503 from reaperhulk/serialize-some-keysAlex Stapleton2015-03-0111-12/+436
|\
| * 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
|\ \
| * | 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 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 testsAlex Gaynor2015-02-241-33/+28
|/ /
* | Merge pull request #1696 from alex/rsa-dsa-tests-movePaul Kehrer2015-02-242-6/+6
|\ \