| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | 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/+1 | |
| | |/ | ||||||
| * / | FFI for OpenSSL 1.1.1 custom extension support | Benjamin Saunders | 2018-03-05 | 1 | -0/+6 | |
| |/ | ||||||
| * | Expose FFI bindings needed for SSL_stateless | Benjamin Saunders | 2018-02-25 | 1 | -0/+36 | |
| | | ||||||
| * | Merge pull request #850 from sfackler/put-error | Steven Fackler | 2018-02-24 | 1 | -0/+2 | |
| |\ | | | | | 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 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add RFC 5705 support | Steven Fackler | 2018-02-23 | 1 | -0/+10 | |
| |/ | ||||||
| * | Merge pull request #840 from olehermanse/master | Steven Fackler | 2018-02-21 | 1 | -0/+1 | |
| |\ | | | | | Add des_ede3_cbc cipher and more tests/examples | |||||
| | * | Add des_ede3_cbc cipher | Ole Herman Schumacher Elgesem | 2018-02-15 | 1 | -0/+1 | |
| | | | | | | | | | Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]> | |||||
| * | | Add SSL_version binding | Steven Fackler | 2018-02-17 | 1 | -0/+6 | |
| | | | ||||||
| * | | SSL session callbacks have always been around | Steven Fackler | 2018-02-16 | 1 | -0/+8 | |
| | | | ||||||
| * | | Add more session cache support | Steven Fackler | 2018-02-15 | 1 | -0/+16 | |
| | | | ||||||
| * | | OpenSSL 1.1.1 support | Steven Fackler | 2018-02-13 | 1 | -6/+12 | |
| |/ | ||||||
| * | Added binding for PEM_read_bio_RSAPublicKey | Ole Herman Schumacher Elgesem | 2018-02-14 | 1 | -0/+8 | |
| | | | | | Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]> | |||||
| * | Merge pull request #833 from CmdrMoozy/des_ede3 | Steven Fackler | 2018-02-04 | 1 | -0/+1 | |
| |\ | | | | | Support EVP_des_ede3. | |||||
| | * | Support EVP_des_ede3. | Axel Rasmussen | 2018-02-04 | 1 | -0/+1 | |
| | | | | | | | | | | | This cipher is used, for example, for DES challenges for authenticating against a Yubikey, so supporting it in rust-openssl is generally useful. | |||||
| * | | Adjust the SNI callback | Steven Fackler | 2018-01-06 | 1 | -0/+3 | |
| | | | | | | | | | Brings it more in line with how the raw callback is structured. | |||||
| * | | Merge pull request #820 from sfackler/key-constructor-docs | Steven Fackler | 2018-01-06 | 1 | -0/+2 | |
| |\ \ | | | | | | | Rename key serialization/deserialization methods | |||||
| | * | | Rename key serialization/deserialization methods | Steven Fackler | 2018-01-06 | 1 | -0/+2 | |
| | |/ | | | | | | | | | | | Also document their specific formats. Closes #502 | |||||
| * / | FIPS mode support | Steven Fackler | 2018-01-06 | 1 | -0/+5 | |
| |/ | | | | Closes #818 | |||||
| * | Misc cleanup | Steven Fackler | 2018-01-01 | 1 | -0/+1 | |
| | | ||||||
| * | Move X509Filetype to SslFiletype | Steven Fackler | 2018-01-01 | 1 | -0/+3 | |
| | | | | | | | These constants have the same values, but X509_FILETYPE_DEFAULT doesn't work in the Ssl methods and using the SSL_* names is a bit less confusing. | |||||
| * | Parameterize keys over what they contain | Steven Fackler | 2017-12-30 | 1 | -0/+1 | |
| | | | | | Closes #790 | |||||
| * | Overhaul ALPN | Steven Fackler | 2017-12-27 | 1 | -0/+1 | |
| | | | | | | | | | There was previously a lot of behind the scenes magic. We now bind much more directly to the relevant functions. Also remove APN support. That protocol is supersceded by ALPN - let's see if anyone actually needs to use it. | |||||
| * | Flag off constant | Steven Fackler | 2017-12-26 | 1 | -0/+1 | |
| | | ||||||
| * | Overhaul verify error type | Steven Fackler | 2017-12-26 | 1 | -123/+134 | |
| | | | | | Also set the error in the hostname verification callback for 1.0.1 | |||||
| * | Adjust libressl version detection | Steven Fackler | 2017-11-13 | 1 | -4/+4 | |
| | | | | | | The 2.5.3+ and 2.6.3+ series are ABI-stable, so we don't need to whitelist individual releases in those ranges. | |||||
| * | Add support for LibreSSL 2.6.3 | phoebe jenkins | 2017-11-13 | 1 | -4/+4 | |
| | | ||||||
| * | Fix cfgs for libressl262 | Christopher Vittal | 2017-10-04 | 1 | -4/+4 | |
| | | ||||||
| * | Properly handle IPs in hostname verification | Steven Fackler | 2017-09-20 | 1 | -0/+6 | |
| | | ||||||
| * | opensslè-sys: adjust some constants to libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-17 | 1 | -1/+6 | |
| | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| * | Add ability to get affine coordinates from EcPoint | Bradley Beddoes | 2017-08-21 | 1 | -5/+21 | |
| | | | | | | The initial usecase here is creating JWK representations as defined within RFC 7517 from an EcKey created via a PEM source. | |||||
| * | Add SHA384 and SHA512 | Steven Fackler | 2017-08-16 | 1 | -0/+18 | |
| | | ||||||
| * | Add SHA1 an SHA224 hashers | Steven Fackler | 2017-08-16 | 1 | -0/+19 | |
| | | ||||||
| * | Add a stateful SHA256 hasher | Steven Fackler | 2017-08-14 | 1 | -0/+18 | |
| | | ||||||
| * | Release v0.9.16v0.9.16 | Steven Fackler | 2017-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #675 from sdemos/master | Steven Fackler | 2017-08-09 | 1 | -0/+18 | |
| |\ | | | | | added cms decryption | |||||
| | * | added cms decryption | Stephen Demos | 2017-08-09 | 1 | -0/+18 | |
| | | | ||||||
| * | | Fix EC_KEY_set_public_key_affine_coordinates | Bradley Beddoes | 2017-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | Previous definition incorrectly used `const` pointers but the underpinning library definition (unfortunately) does not. | |||||
| * | | Support for EcKey creation from affine coordinates | Bradley Beddoes | 2017-08-09 | 1 | -0/+1 | |
| |/ | | | | | | | | | Sets the public key for an EcKey based on its affine co-ordinates, i.e. it constructs an EC_POINT object based on the supplied x and y values and sets the public key to be this EC_POINT. The initial usecase here is creating EcKey instances from JWK representations as defined within RFC 7517. | |||||
| * | Add peer_cert_chain | Steven Fackler | 2017-07-29 | 1 | -0/+1 | |
| | | ||||||
| * | Release v0.9.15v0.9.15 | Steven Fackler | 2017-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -624/+742 | |
| | | ||||||
| * | Merge pull request #657 from sfackler/rsa-pkcs1 | Steven Fackler | 2017-07-06 | 1 | -0/+2 | |
| |\ | | | | | Support PKCS#1 RSA public keys | |||||
| | * | Support PKCS#1 RSA public keys | Steven Fackler | 2017-07-04 | 1 | -0/+2 | |
| | | | | | | | | | Closes #656 | |||||
| * | | Merge pull request #641 from luser/psk | Steven Fackler | 2017-07-04 | 1 | -0/+9 | |
| |\ \ | |/ |/| | Expose PSK via a SslContextBuilder::set_psk_callback method | |||||
| | * | Make some changes for review comments | Ted Mielczarek | 2017-06-02 | 1 | -7/+8 | |
| | | | ||||||
| | * | Expose PSK via a SslContextBuilder::set_psk_callback method | Ted Mielczarek | 2017-05-26 | 1 | -0/+8 | |
| | | | ||||||
| * | | Add PKey::private_key_from_der | Steven Fackler | 2017-06-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | Release v0.9.14v0.9.14 | Steven Fackler | 2017-06-14 | 1 | -1/+1 | |
| | | | ||||||