| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | add verify_cert and store_context_builder | Benjamin Fry | 2018-03-07 | 1 | -0/+17 | |
| | | |/ | ||||||
| | * | | Rename Oid to Id | Steven Fackler | 2018-03-11 | 1 | -19/+19 | |
| | | | | ||||||
| | * | | Merge pull request #862 from bkchr/sign_verifier | Steven Fackler | 2018-03-10 | 3 | -1/+148 | |
| | |\ \ | | | | | | | | | Adds new functions for Verifier/Signer | |||||
| | | * | | Switches to new type wrapper for RsaPssSaltlen | Bastian Köcher | 2018-03-10 | 2 | -20/+18 | |
| | | | | | ||||||
| | | * | | Adds `RsaPssSaltlen` enum to encode the special values | Bastian Köcher | 2018-03-08 | 1 | -7/+30 | |
| | | | | | ||||||
| | | * | | Switches to newtype wrapper for Oid | Bastian Köcher | 2018-03-08 | 1 | -22/+27 | |
| | | | | | ||||||
| | | * | | Adds more functions to `Verifier`/`Signer` for RSA keys | Bastian Köcher | 2018-03-07 | 1 | -0/+87 | |
| | | | | | ||||||
| | | * | | Adds RSA PKCS1 PSS padding | Bastian Köcher | 2018-03-07 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Adds `PKeyRef::get_id` to get the OID of a key | Bastian Köcher | 2018-03-07 | 1 | -0/+33 | |
| | | |/ | ||||||
| | * | | Add one more set of impls | Steven Fackler | 2018-03-10 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Impl Sync and Send for various types | Steven Fackler | 2018-03-09 | 4 | -1/+21 | |
| | |/ | | | | | | | Closes #865 | |||||
| | * | Remove the x509 module-level example | Steven Fackler | 2018-03-05 | 1 | -33/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The example generated a bogus certificate that was missing a serial number, a validity range, etc. Generating a correct x509 certificate is complex enough that doing it correctly is too long to be a reasonable doc example. There's already a more complete example in the examples directory that handles things more correctly. Closes #859 | |||||
| * | | Generic custom extension add fn return type | Benjamin Saunders | 2018-03-10 | 3 | -30/+30 | |
| | | | ||||||
| * | | High-level API for OpenSSL 1.1.1 custom extension support | Benjamin Saunders | 2018-03-09 | 3 | -0/+207 | |
| |/ | ||||||
| * | Add SslOptions::ENABLE_MIDDLEBOX_COMPAT | Benjamin Saunders | 2018-03-03 | 1 | -0/+7 | |
| | | ||||||
| * | Release openssl v0.10.5openssl-v0.10.5 | Steven Fackler | 2018-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Release openssl-sys 0.9.27openssl-sys-v0.9.27 | Steven Fackler | 2018-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Always include something in ErrorStack's Display | Steven Fackler | 2018-02-27 | 1 | -0/+4 | |
| | | | | | | | The error stack can be empty after a some kinds of errors (AEAD validation failure in Crypter is one example), and we don't want to display as an empty string in that case. | |||||
| * | Add min/max protocol version support | Steven Fackler | 2018-02-25 | 2 | -4/+133 | |
| | | ||||||
| * | Restore error stack in cookie callback | Steven Fackler | 2018-02-25 | 1 | -7/+12 | |
| | | ||||||
| * | Expose cookie generate/verify callback setters | Benjamin Saunders | 2018-02-25 | 2 | -0/+95 | |
| | | ||||||
| * | Merge pull request #850 from sfackler/put-error | Steven Fackler | 2018-02-24 | 2 | -16/+57 | |
| |\ | | | | | Add the ability to push errors back onto the error stack. | |||||
| | * | Add the ability to push errors back onto the error stack. | Steven Fackler | 2018-02-24 | 2 | -16/+57 | |
| | | | ||||||
| * | | Add RFC 5705 support | Steven Fackler | 2018-02-23 | 2 | -2/+72 | |
| |/ | ||||||
| * | Actually add version stuff | Steven Fackler | 2018-02-21 | 1 | -2/+16 | |
| | | ||||||
| * | Merge pull request #840 from olehermanse/master | Steven Fackler | 2018-02-21 | 2 | -1/+92 | |
| |\ | | | | | Add des_ede3_cbc cipher and more tests/examples | |||||
| | * | Added example/test in symm.rs for encrypting a private key with a symmetric ↵ | Ole Herman Schumacher Elgesem | 2018-02-21 | 1 | -0/+30 | |
| | | | | | | | | | | | | | cipher Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]> | |||||
| | * | Add des_ede3_cbc cipher | Ole Herman Schumacher Elgesem | 2018-02-15 | 1 | -0/+15 | |
| | | | | | | | | | Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]> | |||||
| | * | More tests for pem_pkcs1 methods | Ole Herman Schumacher Elgesem | 2018-02-15 | 1 | -1/+47 | |
| | | | | | | | | | Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]> | |||||
| * | | Inline connector constants | Steven Fackler | 2018-02-21 | 1 | -17/+15 | |
| | | | ||||||
| * | | Don't special case 1.0.1 | Steven Fackler | 2018-02-21 | 1 | -7/+0 | |
| | | | | | | | | | It appears that 1.0.1's defaults are actually okay. | |||||
| * | | Update SslConnector cipher list | Steven Fackler | 2018-02-20 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | | | | Based off of python/cpython#3532, we use OpenSSL's default cipher list and turn of things we don't like. This can't be used with 1.0.1, however, which had a poor default set. There, we use the old defaults, with the bits that aren't implemented in 1.0.1 removed (namely TLSv1.3 suites and ChaCha). | |||||
| * | | Release openssl v0.10.4openssl-v0.10.4 | Steven Fackler | 2018-02-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add some debugging-related bindings | Steven Fackler | 2018-02-17 | 2 | -23/+88 | |
| | | | ||||||
| * | | Add SSL_version binding | Steven Fackler | 2018-02-17 | 1 | -2/+40 | |
| | | | ||||||
| * | | Fix session cloning | Steven Fackler | 2018-02-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bind remove and get session callbacks | Steven Fackler | 2018-02-16 | 2 | -1/+101 | |
| | | | ||||||
| * | | SSL session callbacks have always been around | Steven Fackler | 2018-02-16 | 3 | -12/+2 | |
| | | | ||||||
| * | | Fix symm decrypt documentation example | nyradr | 2018-02-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Doc tweak | Steven Fackler | 2018-02-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add more session cache support | Steven Fackler | 2018-02-15 | 3 | -3/+148 | |
| | | | ||||||
| * | | Tweak features | Steven Fackler | 2018-02-14 | 9 | -43/+74 | |
| | | | | | | | | | We should keep the version features totally separate for now. | |||||
| * | | Fix tests for TLS 1.3 | Steven Fackler | 2018-02-14 | 1 | -2/+5 | |
| | | | | | | | | | | | Google yells at you when using TLS 1.3 without SNI by sending a bogus self-signed cert! | |||||
| * | | OpenSSL 1.1.1 support | Steven Fackler | 2018-02-13 | 10 | -510/+148 | |
| |/ | ||||||
| * | Added binding for PEM_read_bio_RSAPublicKey | Ole Herman Schumacher Elgesem | 2018-02-14 | 2 | -0/+35 | |
| | | | | | Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]> | |||||
| * | Release openssl 0.10.3 and openssl-sys 0.9.25openssl-v0.10.3openssl-sys-v0.9.25 | Steven Fackler | 2018-02-12 | 1 | -2/+2 | |
| | | ||||||
| * | Don't leak X509s | Steven Fackler | 2018-02-12 | 1 | -5/+4 | |
| | | ||||||
| * | Merge pull request #831 from apeduru/rsa-docs | Steven Fackler | 2018-02-11 | 1 | -0/+69 | |
| |\ | | | | | Add RSA docs | |||||
| | * | Use Padding constant in RSA docs example | Ansley Peduru | 2018-02-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add RSA docs | Ansley Peduru | 2018-01-25 | 1 | -0/+69 | |
| | | | ||||||