| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Support min/max version in LibreSSL | Steven Fackler | 2018-05-19 | 5 | -32/+42 | |
| |/ | | | | | Their implementations of the accessors don't behave expected with no bounds, so we ignore those bits of the tests. | |||||
| * | Merge pull request #902 from ur0/CMS_sign | Steven Fackler | 2018-05-13 | 1 | -1/+87 | |
| |\ | | | | | Add the CMS_sign and i2d_CMS_ContentInfo function bindings | |||||
| | * | Gate away CMS_KEY_PARAM from OpenSSL 1.0.1 | Umang Raghuvanshi | 2018-05-10 | 1 | -1/+2 | |
| | | | ||||||
| | * | Properly version-gate CMS constants | Umang Raghuvanshi | 2018-05-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | Move CMS_* flags to the openssl-sys package | Umang Raghuvanshi | 2018-05-10 | 1 | -24/+31 | |
| | | | | | | | | | Also renames attributes in the bitflags struct. | |||||
| | * | Use bitflags for CMS options | Umang Raghuvanshi | 2018-04-26 | 1 | -2/+29 | |
| | | | ||||||
| | * | Implement CR suggestions | Umang Raghuvanshi | 2018-04-22 | 1 | -32/+34 | |
| | | | | | | | | | | | | | * Don't do un-necessary heap pointer gymnastics * Use the to_der! macro instead of a manually written impl * Allow optional arguments for CMS_sign | |||||
| | * | Add the CMS_sign and i2d_CMS_ContentInfo function bindings | Umang Raghuvanshi | 2018-04-20 | 1 | -1/+49 | |
| | | | | | | | | | | | This adds the CMS_sign and i2d_CMS_ContentInfo bindings in the openssl-sys crate and Rusty wrappers in the openssl crate. | |||||
| * | | Implement Clone for Rsa | Steven Fackler | 2018-05-12 | 1 | -1/+24 | |
| | | | | | | | | | Closes #917 | |||||
| * | | Merge Ssl impl blocks | Steven Fackler | 2018-05-12 | 1 | -57/+55 | |
| | | | ||||||
| * | | Clean up SSL callbacks | Steven Fackler | 2018-05-12 | 2 | -68/+76 | |
| | | | | | | | | | | | Also add an Arc to avoid a weird use after free edge case if a callback changes a callback. | |||||
| * | | Disable tests that talk to Google on LibreSSL 2.5.0 | Steven Fackler | 2018-05-12 | 2 | -1/+5 | |
| | | | | | | | | | | | They're flickering, and I'm assuming it's just because that version is so old. | |||||
| * | | Change SslContext callback handling | Steven Fackler | 2018-05-12 | 2 | -240/+151 | |
| | | | | | | | | | Use the existing infrastructure! | |||||
| * | | Fix base version for min/max proto accessors | Steven Fackler | 2018-05-09 | 2 | -32/+49 | |
| | | | | | | | | | Closes #911 | |||||
| * | | Expose SslSession <-> DER conversion | Benjamin Saunders | 2018-04-29 | 1 | -0/+23 | |
| | | | ||||||
| * | | Some misc cleanup | Steven Fackler | 2018-04-27 | 1 | -60/+81 | |
| | | | ||||||
| * | | Remove Rsa::build | Steven Fackler | 2018-04-25 | 1 | -39/+26 | |
| | | | | | | | | | It could be a bit confusing since it only works for private keys. | |||||
| * | | Merge pull request #901 from eoger/rsa-from-builder | Steven Fackler | 2018-04-25 | 1 | -20/+89 | |
| |\ \ | | | | | | | Add RsaPrivateKeyBuilder | |||||
| | * | | Add RsaPrivateKeyBuilder | Edouard Oger | 2018-04-25 | 1 | -20/+89 | |
| | |/ | | | | | | | Fixes #837 | |||||
| * / | Add functions to X509Req to obtain public key and extensions | René Richter | 2018-04-21 | 2 | -0/+26 | |
| |/ | | | | This allows for basic CSR signing. | |||||
| * | Document that encrypt/decrypt use padding | Rohit Aggarwal | 2018-04-16 | 1 | -2/+2 | |
| | | ||||||
| * | Return `PKey<Private>` from `private_key_from_der` | Bastian Köcher | 2018-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #858 from Ralith/stateless-api | Steven Fackler | 2018-03-31 | 3 | -41/+331 | |
| |\ | | | | | Introduce SslStreamBuilder | |||||
| | * | Add test for stateless connection | Benjamin Saunders | 2018-03-28 | 1 | -2/+119 | |
| | | | ||||||
| | * | Introduce SslStreamBuilder | Benjamin Saunders | 2018-03-28 | 1 | -34/+114 | |
| | | | ||||||
| | * | Update to OpenSSL 1.1.1-pre3 | Benjamin Saunders | 2018-03-28 | 2 | -5/+98 | |
| | | | ||||||
| * | | Fix a flag name | Steven Fackler | 2018-03-29 | 1 | -3/+5 | |
| | | | ||||||
| * | | Clean up a couple of holdovers from old features | Steven Fackler | 2018-03-29 | 5 | -106/+95 | |
| | | | ||||||
| * | | Add Asn1IntegerRef::to_bn | Steven Fackler | 2018-03-28 | 2 | -6/+18 | |
| | | | | | | | | | Also deprecate Asn1IntegerRef since it's just asking for trouble. | |||||
| * | | Add X509Ref::serial_number | Steven Fackler | 2018-03-28 | 1 | -0/+13 | |
| |/ | ||||||
| * | Remove a last couple features | Steven Fackler | 2018-03-19 | 2 | -11/+18 | |
| | | ||||||
| * | Merge pull request #856 from Flakebi/master | Steven Fackler | 2018-03-19 | 2 | -1/+98 | |
| |\ | | | | | Make it possible to use cmac | |||||
| | * | Make it possible to use cmac | Flakebi | 2018-03-19 | 2 | -1/+98 | |
| | | | | | | | | | | | | | | | | | This adds Signer::new_without_digest to create Signers which don't have a digest (like cmac, which is based on aes). As openssl supports cmac since version 1.1.0, the functions are behind the ossl110 feature. This allows building CMAC/OMAC1 and the EAX AEAD on top of this library. | |||||
| * | | Remove version-specific features | Steven Fackler | 2018-03-19 | 9 | -169/+150 | |
| | | | | | | | | | Closes #852 | |||||
| * | | Merge pull request #875 from Ralith/hash-extras | Steven Fackler | 2018-03-16 | 3 | -0/+44 | |
| |\ \ | |/ |/| | Expose cipher digests and digest sizes | |||||
| | * | Expose additional cipher and digest accessors | Benjamin Saunders | 2018-03-16 | 3 | -0/+44 | |
| | | | ||||||
| * | | Merge pull request #874 from rohit-lshift/priv-key-from-num | Steven Fackler | 2018-03-13 | 1 | -0/+39 | |
| |\ \ | |/ |/| | Added a function to create a EcKey<Private> from its parts | |||||
| | * | Change function name to be similar to RSA one | Rohit Aggarwal | 2018-03-13 | 1 | -3/+3 | |
| | | | ||||||
| | * | Added a function to create a EC<Key> from its parts | Rohit Aggarwal | 2018-03-09 | 1 | -0/+39 | |
| | | | ||||||
| * | | Merge pull request #864 from mlen/aes-ccm-bindings | Steven Fackler | 2018-03-11 | 1 | -3/+177 | |
| |\ \ | | | | | | | Implement AES-{128,256}-CCM bindings | |||||
| | * | | fixup! Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-11 | 1 | -0/+40 | |
| | | | | ||||||
| | * | | fixup! Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-08 | 1 | -9/+9 | |
| | | | | ||||||
| | * | | Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-08 | 1 | -3/+137 | |
| | | | | ||||||
| * | | | Merge pull request #873 from sfackler/tweaks | Steven Fackler | 2018-03-11 | 2 | -38/+76 | |
| |\ \ \ | | | | | | | | | Add a Sync + Send bound to the custom ext type | |||||
| | * | | | Add a Sync + Send bound to the custom ext type | Steven Fackler | 2018-03-11 | 2 | -38/+76 | |
| | | | | | | | | | | | | | | | | | | | | | It's stored inside of the Ssl, so this is probably tecnically necessarly? | |||||
| * | | | | Merge pull request #872 from sfackler/tweaks | Steven Fackler | 2018-03-11 | 1 | -22/+27 | |
| |\ \ \ \ | |/ / / |/| | | | Some ECDSA fixes/tweaks | |||||
| | * | | | Some ECDSA fixes/tweaks | Steven Fackler | 2018-03-11 | 1 | -22/+27 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into custom-extensions | Steven Fackler | 2018-03-11 | 11 | -42/+490 | |
| |\| | | | ||||||
| | * | | | Merge pull request #863 from rohit-lshift/master | Steven Fackler | 2018-03-11 | 2 | -0/+197 | |
| | |\ \ \ | | | | | | | | | | | Exposed some of ECDSA functions | |||||
| | | * | | | Revert previous commit | Rohit Aggarwal | 2018-03-11 | 1 | -3/+5 | |
| | | | | | | ||||||