aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* new openssl bindings for parsing some x509 extensionsPaul Kehrer2015-03-182-0/+12
* add AES key wrap bindings to commoncryptoPaul Kehrer2015-03-142-0/+38
* Don't trigger any deprecation warnings on importAlex Gaynor2015-03-142-6/+6
* DER serialization of DSA private keysPaul Kehrer2015-03-141-4/+2
* support DER encoded EC private key serializationPaul Kehrer2015-03-131-1/+4
* support RSA DER private key serializationPaul Kehrer2015-03-131-18/+44
* Merge pull request #1752 from reaperhulk/tiny-cleanupAlex Gaynor2015-03-111-6/+2
|\
| * remove some pointless extra lines in multibackendPaul Kehrer2015-03-111-6/+2
* | Merge pull request #1751 from reaperhulk/x509-refactorAlex Gaynor2015-03-111-38/+40
|\ \
| * | move some helper functions in x509Paul Kehrer2015-03-111-38/+40
| |/
* | eep not this oneAlex Gaynor2015-03-111-1/+1
* | Use the new names to reference these classesAlex Gaynor2015-03-112-2/+2
* | remove unneeded deprecated interface registrationPaul Kehrer2015-03-111-3/+1
|/
* refactor OpenSSL backend private_key_bytesPaul Kehrer2015-03-114-5/+9
* support DER serialization of public keysPaul Kehrer2015-03-104-11/+13
* Merge pull request #1738 from reaperhulk/deprecation-danceAlex Gaynor2015-03-092-9/+1
|\
| * Do the deprecation dancePaul Kehrer2015-03-092-9/+1
* | reopen tree for 0.9 development workPaul Kehrer2015-03-091-1/+1
|/
* update changelog and bump version to 0.8Paul Kehrer2015-03-081-1/+1
* DSA public key serializationPaul Kehrer2015-03-082-2/+40
* serialize EC public keysPaul Kehrer2015-03-082-2/+40
* support RSA public key serializationPaul Kehrer2015-03-074-3/+60
* Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-keyAlex Gaynor2015-03-071-10/+38
|\
| * fix a memory leak pointed out by @aftbit and improve changelog phrasingPaul Kehrer2015-03-051-0/+2
| * support "PKCS1" RSA public keysPaul Kehrer2015-03-051-10/+36
* | Merge pull request #1728 from public/bind-check-pubkeyPaul Kehrer2015-03-061-0/+1
|\ \
| * | Add DH_check_pub_key bindingAlex Stapleton2015-03-061-0/+1
| |/
* | Merge pull request #1723 from public/strict-bn-intAlex Gaynor2015-03-061-0/+2
|\ \
| * | Stricter asserts on _bn_to_int and _int_to_bnAlex Stapleton2015-03-061-0/+2
* | | Merge pull request #1725 from public/dh-bindings-2015Alex Gaynor2015-03-062-0/+8
|\ \ \ | |_|/ |/| |
| * | Additional DH bindingsAlex Stapleton2015-03-062-0/+8
| |/
* | Merge pull request #1712 from reaperhulk/serialize-dsa-private-keyAlex Gaynor2015-03-052-7/+38
|\ \ | |/ |/|
| * serialize DSA private keysPaul Kehrer2015-03-022-7/+38
* | 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
| |/
* | Fix indentation.Terry Chia2015-03-031-3/+3
* | Move padding code into .c and .h files.Terry Chia2015-03-033-41/+51
|/
* add support for serialization of EC private keysPaul Kehrer2015-03-013-3/+51
* s/Format/PrivateFormatPaul Kehrer2015-03-012-5/+7
* update namingPaul Kehrer2015-03-012-4/+4
* move private_bytes to a shared method so we can reuse itPaul Kehrer2015-03-012-58/+67
* 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-014-5/+117
|\
| * change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-282-2/+2
| * address review feedbackPaul Kehrer2015-02-272-6/+6
| * rename dump to as_bytesPaul Kehrer2015-02-252-3/+3
| * address review commentsPaul Kehrer2015-02-255-37/+34
| * Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-254-3/+118
* | DH numbersAlex Stapleton2015-02-261-0/+101
|/