Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add support for ipaddress to general name parsing | Paul Kehrer | 2015-04-30 | 1 | -0/+9 | |
| | ||||||
* | add URI general name support | Paul Kehrer | 2015-04-28 | 1 | -0/+28 | |
| | ||||||
* | support registeredID general name in OpenSSL backend | Paul Kehrer | 2015-04-22 | 1 | -0/+3 | |
| | ||||||
* | return only an int for unsupported general name type, update docs | Paul Kehrer | 2015-04-22 | 1 | -1/+1 | |
| | ||||||
* | update exception to contain detail | Paul Kehrer | 2015-04-21 | 1 | -1/+2 | |
| | ||||||
* | handle otherName, x400Address, and ediPartyName in OpenSSL backend | Paul Kehrer | 2015-04-21 | 1 | -0/+7 | |
| | ||||||
* | review fixes | Paul Kehrer | 2015-04-21 | 1 | -4/+2 | |
| | ||||||
* | Support Subject Alternative Name in the OpenSSL backend | Paul Kehrer | 2015-04-20 | 1 | -0/+30 | |
| | | | | Adds only DNS support first | |||||
* | free the bit string | Paul Kehrer | 2015-04-12 | 1 | -0/+3 | |
| | ||||||
* | keyusage support in the OpenSSL backend | Paul Kehrer | 2015-04-12 | 1 | -9/+28 | |
| | ||||||
* | free the ASN1_OCTET_STRING instance | Paul Kehrer | 2015-04-10 | 1 | -0/+3 | |
| | ||||||
* | add subjectkeyidentifier support | Paul Kehrer | 2015-04-10 | 1 | -0/+12 | |
| | ||||||
* | add load_der_x509_csr to support loading DER encoded CSRs | Paul Kehrer | 2015-03-30 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #1796 from rev112/minor_refactorings | Paul Kehrer | 2015-03-29 | 3 | -15/+15 | |
|\ | | | | | Minor refactorings | |||||
| * | Rename 'type' variable which shadows built-in name 'type' | Anton Ovchinnikov | 2015-03-29 | 1 | -12/+12 | |
| | | ||||||
| * | Rename lambda argument | Anton Ovchinnikov | 2015-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | Simplify chained comparison | Anton Ovchinnikov | 2015-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | Remove redundant parentheses | Anton Ovchinnikov | 2015-03-29 | 1 | -1/+1 | |
| | | ||||||
* | | rename to CertificateSigningRequest | Paul Kehrer | 2015-03-29 | 2 | -4/+6 | |
| | | ||||||
* | | rename request to CSR | Paul Kehrer | 2015-03-29 | 2 | -5/+5 | |
| | | ||||||
* | | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 2 | -1/+42 | |
|/ | ||||||
* | basicConstraints support for OpenSSL X509 backend | Paul Kehrer | 2015-03-28 | 1 | -4/+33 | |
| | ||||||
* | add x509 extensions class and basic tests (no extensions supported) | Paul Kehrer | 2015-03-28 | 1 | -0/+36 | |
| | ||||||
* | allow zero value bn using _bn_to_int in the openssl backend | Paul Kehrer | 2015-03-25 | 1 | -1/+2 | |
| | ||||||
* | Don't trigger any deprecation warnings on import | Alex Gaynor | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | DER serialization of DSA private keys | Paul Kehrer | 2015-03-14 | 1 | -4/+2 | |
| | ||||||
* | support DER encoded EC private key serialization | Paul Kehrer | 2015-03-13 | 1 | -1/+4 | |
| | ||||||
* | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 1 | -18/+44 | |
| | ||||||
* | Merge pull request #1751 from reaperhulk/x509-refactor | Alex Gaynor | 2015-03-11 | 1 | -38/+40 | |
|\ | | | | | move some helper functions in x509 | |||||
| * | move some helper functions in x509 | Paul Kehrer | 2015-03-11 | 1 | -38/+40 | |
| | | | | | | | | This will make supporting CSR parsing easier | |||||
* | | eep not this one | Alex Gaynor | 2015-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | Use the new names to reference these classes | Alex Gaynor | 2015-03-11 | 2 | -2/+2 | |
| | | ||||||
* | | remove unneeded deprecated interface registration | Paul Kehrer | 2015-03-11 | 1 | -3/+1 | |
|/ | ||||||
* | refactor OpenSSL backend private_key_bytes | Paul Kehrer | 2015-03-11 | 4 | -5/+9 | |
| | ||||||
* | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 4 | -11/+13 | |
| | ||||||
* | DSA public key serialization | Paul Kehrer | 2015-03-08 | 1 | -1/+22 | |
| | ||||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 1 | -1/+22 | |
| | ||||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 2 | -2/+37 | |
| | ||||||
* | Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-key | Alex Gaynor | 2015-03-07 | 1 | -10/+38 | |
|\ | | | | | RSA PKCS1 public key loading support | |||||
| * | fix a memory leak pointed out by @aftbit and improve changelog phrasing | Paul Kehrer | 2015-03-05 | 1 | -0/+2 | |
| | | ||||||
| * | support "PKCS1" RSA public keys | Paul Kehrer | 2015-03-05 | 1 | -10/+36 | |
| | | ||||||
* | | Merge pull request #1723 from public/strict-bn-int | Alex Gaynor | 2015-03-06 | 1 | -0/+2 | |
|\ \ | |/ |/| | Stricter asserts on _bn_to_int and _int_to_bn | |||||
| * | Stricter asserts on _bn_to_int and _int_to_bn | Alex Stapleton | 2015-03-06 | 1 | -0/+2 | |
| | | | | | | | | Helped me catch my terrible programming when working on DH | |||||
| * | Revert "simplify our DSA parameter copying" | Paul Kehrer | 2015-03-03 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | This reverts commit 900657823720f377f81825d0190b5bf64780982b. Turns out the way this macro is defined in older OpenSSLs does not play nice with older gcc. See: https://rt.openssl.org/Ticket/Display.html?id=1546&user=guest&pass=guest | |||||
| * | simplify our DSA parameter copying | Paul Kehrer | 2015-03-03 | 1 | -4/+1 | |
| | | ||||||
* | | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 1 | -6/+20 | |
|/ | ||||||
* | add support for serialization of EC private keys | Paul Kehrer | 2015-03-01 | 1 | -1/+18 | |
| | ||||||
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 1 | -4/+6 | |
| | ||||||
* | update naming | Paul Kehrer | 2015-03-01 | 2 | -4/+4 | |
| | ||||||
* | move private_bytes to a shared method so we can reuse it | Paul Kehrer | 2015-03-01 | 2 | -58/+67 | |
| |