| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add SslContextBuilder::set_tmp_{ec,}dh_callback | Steven Fackler | 2016-11-12 | 6 | -6/+172 | |
| | | ||||||
| * | Drop bits to u32 | Steven Fackler | 2016-11-12 | 1 | -2/+2 | |
| | | ||||||
| * | Add PKey::bits | Steven Fackler | 2016-11-12 | 3 | -0/+11 | |
| | | ||||||
| * | Fix function signature | Steven Fackler | 2016-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | Add basic X509_STORE access | Steven Fackler | 2016-11-12 | 5 | -0/+51 | |
| | | | | | | | | There's more to do here, but this enabled addition of trusted CAs from X509 objects. Closes #394 | |||||
| * | Consistently support both PEM and DER encodings | Steven Fackler | 2016-11-11 | 5 | -19/+153 | |
| | | | | | Closes #500 | |||||
| * | Add EcKey <-> PKey conversions | Steven Fackler | 2016-11-11 | 3 | -3/+38 | |
| | | | | | Closes #499 | |||||
| * | PKey <-> DH conversions | Steven Fackler | 2016-11-11 | 2 | -4/+36 | |
| | | | | | Closes #498 | |||||
| * | Add PKey::dsa | Steven Fackler | 2016-11-11 | 2 | -5/+34 | |
| | | | | | Closes #501 | |||||
| * | Release v0.9.1v0.9.1 | Steven Fackler | 2016-11-11 | 5 | -9/+9 | |
| | | ||||||
| * | Don't test 32 bit osx openssl install | Steven Fackler | 2016-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | Move osx builds to top of list | Steven Fackler | 2016-11-11 | 1 | -7/+7 | |
| | | | | | They take the longest, so let's get them going early on. | |||||
| * | Fix EOF detection | Steven Fackler | 2016-11-11 | 1 | -19/+35 | |
| | | | | | See https://github.com/openssl/openssl/issues/1903 for details | |||||
| * | Update to 1.1.0c for tests | Steven Fackler | 2016-11-11 | 2 | -5/+5 | |
| | | ||||||
| * | Bump minimum version | Steven Fackler | 2016-11-09 | 1 | -1/+1 | |
| | | | | | rustc-serialize dropped 1.9 support | |||||
| * | Drop rustc-serialize dependency | Steven Fackler | 2016-11-09 | 8 | -50/+46 | |
| | | ||||||
| * | Better docs for AEAD tag | Steven Fackler | 2016-11-09 | 1 | -0/+10 | |
| | | ||||||
| * | Make sure to override SslContext verify callback always | Steven Fackler | 2016-11-08 | 1 | -1/+3 | |
| | | | | | | | The 1.0.1 code has to override this to setup hostname validation, and don't want behavior to silently change depending on the OpenSSL version you're building against. | |||||
| * | Add convenience functions for AEAD encryption/decryption | Steven Fackler | 2016-11-08 | 1 | -14/+57 | |
| | | ||||||
| * | Merge pull request #519 from sfackler/gcm-fixes | Steven Fackler | 2016-11-08 | 2 | -3/+100 | |
| |\ | | | | | Actually support AES GCM | |||||
| | * | Actually support AES GCM | Steven Fackler | 2016-11-08 | 2 | -3/+100 | |
| | | | | | | | | | | | | | This is an AEAD cipher, so we need some extra functionality. As another bonus, we no longer panic if provided an IV with a different length than the cipher's default. | |||||
| * | | Don't recommend light version on Windows | Steven Fackler | 2016-11-08 | 1 | -1/+1 | |
| |/ | | | Closes #516 | |||||
| * | Support client CA advertisement | Steven Fackler | 2016-11-06 | 7 | -3/+47 | |
| | | ||||||
| * | Fix build on 1.0.1 | Steven Fackler | 2016-11-06 | 2 | -0/+11 | |
| | | ||||||
| * | Add accessors for cert and private key | Steven Fackler | 2016-11-06 | 2 | -0/+54 | |
| | | | | | Closes #340 | |||||
| * | Merge pull request #513 from alexcrichton/pkg-config-error | Steven Fackler | 2016-11-06 | 1 | -0/+13 | |
| |\ | | | | | Provide a tailored error message on Linux | |||||
| | * | Provide a tailored error message on Linux | Alex Crichton | 2016-11-05 | 1 | -0/+13 | |
| |/ | | | | | | I just ran into a case where I installed OpenSSL in a docker container but I forgot to install pkg-config. Right now openssl-sys relies on pkg-config, so print out a nice error about this. | |||||
| * | Merge branch 'release' | Steven Fackler | 2016-11-05 | 5 | -8/+8 | |
| |\ | ||||||
| | * | Merge branch 'release-v0.9.0' into releasev0.9.0 | Steven Fackler | 2016-11-05 | 62 | -5767/+9069 | |
| | |\ | ||||||
| | | * | Release v0.9.0 | Steven Fackler | 2016-11-05 | 5 | -8/+8 | |
| | |/ |/| | ||||||
| * | | Fixes | Steven Fackler | 2016-11-05 | 1 | -7/+22 | |
| | | | ||||||
| * | | Remove set_rsa | Steven Fackler | 2016-11-05 | 1 | -11/+1 | |
| | | | | | | | | | PKey is reference counted so allowing mutation is unsound | |||||
| * | | Implement Pkcs12 via type_! | Steven Fackler | 2016-11-05 | 1 | -12/+9 | |
| | | | ||||||
| * | | Re-adjust BigNum API | Steven Fackler | 2016-11-05 | 1 | -196/+236 | |
| | | | ||||||
| * | | Return a Stack in Pkcs12 | Steven Fackler | 2016-11-05 | 2 | -2/+8 | |
| | | | ||||||
| * | | Add Stack::pop | Steven Fackler | 2016-11-05 | 1 | -12/+13 | |
| | | | ||||||
| * | | More cleanup | Steven Fackler | 2016-11-05 | 1 | -8/+2 | |
| | | | ||||||
| * | | Simplify destructor a bit | Steven Fackler | 2016-11-05 | 1 | -4/+1 | |
| | | | ||||||
| * | | Add a consuming iterator for Stacks | Steven Fackler | 2016-11-05 | 2 | -54/+73 | |
| | | | ||||||
| * | | Rustfmt | Steven Fackler | 2016-11-05 | 5 | -34/+15 | |
| | | | ||||||
| * | | Remove unused dependency | Steven Fackler | 2016-11-05 | 1 | -1/+0 | |
| | | | ||||||
| * | | Rename accessors | Steven Fackler | 2016-11-05 | 2 | -6/+6 | |
| | | | ||||||
| * | | Fix systest | Steven Fackler | 2016-11-04 | 1 | -10/+2 | |
| | | | ||||||
| * | | Always dump openssl confs | Steven Fackler | 2016-11-04 | 1 | -45/+43 | |
| | | | ||||||
| * | | More buildscript tweaks | Steven Fackler | 2016-11-04 | 2 | -2/+2 | |
| | | | ||||||
| * | | Improve buildscript logic | Steven Fackler | 2016-11-04 | 2 | -15/+16 | |
| | | | ||||||
| * | | Merge pull request #512 from sfackler/no-ref | Steven Fackler | 2016-11-04 | 17 | -298/+316 | |
| |\ \ | | | | | | | Get rid of Ref | |||||
| | * | | Get rid of Ref | Steven Fackler | 2016-11-04 | 17 | -298/+316 | |
| |/ / | | | | | | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :( | |||||
| * | | Make utility functions private | Steven Fackler | 2016-11-04 | 1 | -3/+3 | |
| | | | ||||||
| * | | Remove an enum | Steven Fackler | 2016-11-03 | 3 | -23/+25 | |
| | | | ||||||