| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.7.9 | Steven Fackler | 2016-04-06 | 2 | -3/+3 |
| * | add EVP_PKEY_copy_parameters to FFI | Kevin King | 2016-04-06 | 1 | -0/+1 |
| * | Release v0.7.8 | Steven Fackler | 2016-03-18 | 2 | -3/+3 |
| * | Release v0.7.7 | Steven Fackler | 2016-03-17 | 2 | -3/+3 |
| * | Merge pull request #353 from bluejekyll/master | Steven Fackler | 2016-03-05 | 1 | -0/+1 |
| |\ | |||||
| | * | adding functionality to directly get and set RSA key material | Benjamin Fry | 2016-02-17 | 1 | -0/+1 |
| * | | Add SSL_get_version | Erik Johnston | 2016-02-29 | 1 | -2/+1 |
| * | | Add support for SSL_CIPHER | Erik Johnston | 2016-02-17 | 1 | -0/+10 |
| * | | Release v0.7.6 | Steven Fackler | 2016-02-10 | 2 | -3/+3 |
| |/ | |||||
| * | Merge pull request #330 from esclear/master | Steven Fackler | 2016-01-22 | 1 | -2/+41 |
| |\ | |||||
| | * | Merge branch 'master' of https://github.com/sfackler/rust-openssl | Daniel Albert | 2016-01-20 | 1 | -0/+3 |
| | |\ | |||||
| | * | | Make all ffi structs' fields public | Daniel Albert | 2016-01-12 | 1 | -15/+15 |
| | * | | Add RSA structs | Daniel Albert | 2016-01-01 | 1 | -2/+41 |
| * | | | Release v0.7.5 | Steven Fackler | 2016-01-22 | 2 | -3/+3 |
| * | | | Remove raw_pointer_derive lint. | Jimmy Cuadra | 2016-01-22 | 1 | -1/+0 |
| | |/ |/| | |||||
| * | | Added tests for private_rsa_key_from_pem() and public_rsa_key_from_pem() | Cyberunner23 | 2016-01-09 | 1 | -1/+1 |
| * | | Added PEM_read_bio_RSAPrivateKey and PEM_read_bio_RSA_PUBKEY | Cyberunner23 | 2016-01-05 | 1 | -0/+3 |
| |/ | |||||
| * | Release v0.7.4 | Steven Fackler | 2015-12-18 | 2 | -3/+3 |
| * | Fix Cargo.toml to actually depend on gdi32-sys and user32-sys | gentoo90 | 2015-12-18 | 1 | -4/+4 |
| * | Release v0.7.3 | Steven Fackler | 2015-12-17 | 2 | -3/+3 |
| * | Release v0.7.2 | Steven Fackler | 2015-12-15 | 2 | -4/+3 |
| * | Merge pull request #320 from uasi/add-variations-of-pbkdf2 | Steven Fackler | 2015-12-15 | 2 | -1/+6 |
| |\ | |||||
| | * | Put pbkdf2_hmac_{256,512}() behind feature gate | Tomoki Aonuma | 2015-12-10 | 2 | -0/+2 |
| | * | Add PBKDF2-HMAC-SHA256 and -SHA512 functions | Tomoki Aonuma | 2015-12-10 | 1 | -1/+4 |
| * | | Merge pull request #309 from Geal/master | Steven Fackler | 2015-12-15 | 1 | -1/+5 |
| |\ \ | |||||
| | * | | Make shims for SSL_CTX_ctrl and SSL_CTX_callback_ctrl macro wrappers | Geoffroy Couprie | 2015-11-25 | 1 | -3/+0 |
| | * | | implement get/set ssl context | Geoffroy Couprie | 2015-11-24 | 1 | -0/+1 |
| | * | | test SNI support | Geoffroy Couprie | 2015-11-24 | 1 | -0/+6 |
| * | | | Replace SslStream implementation! | Steven Fackler | 2015-12-09 | 1 | -0/+2 |
| * | | | IT LIVES | Steven Fackler | 2015-12-09 | 1 | -0/+3 |
| * | | | Custom BIO infrastructure | Steven Fackler | 2015-12-08 | 1 | -0/+3 |
| * | | | Add BIO type definitions | Steven Fackler | 2015-12-07 | 1 | -3/+54 |
| | |/ |/| | |||||
| * | | Release v0.7.1 | Steven Fackler | 2015-11-28 | 2 | -3/+3 |
| * | | Avoid empty include paths (i.e. cc -I "" ) as they are not supported by GCC. ... | Maximilian Hristache | 2015-11-28 | 1 | -2/+5 |
| |/ | |||||
| * | Fix a leak when using `EVP_PKEY_get1_RSA`. | Overmind JIANG | 2015-11-18 | 1 | -0/+1 |
| * | Remove unecessary build dependency | Steven Fackler | 2015-11-16 | 2 | -2/+0 |
| * | Release v0.7.0 | Steven Fackler | 2015-11-16 | 2 | -3/+3 |
| * | Mention why the windows deps are there | Steven Fackler | 2015-11-16 | 1 | -0/+1 |
| * | Don't depend on wildcard windows deps | Steven Fackler | 2015-11-16 | 1 | -8/+9 |
| * | Merge pull request #297 from retep998/patch-1 | Steven Fackler | 2015-11-17 | 1 | -0/+12 |
| |\ | |||||
| | * | Explicitly depend on gdi32 and user32 on Windows | Peter Atashian | 2015-10-25 | 1 | -0/+12 |
| * | | Move HMAC_CTX_copy to sys-extras | Steven Fackler | 2015-11-16 | 1 | -1/+0 |
| * | | Split stuff requiring a shim out to a separate crate | Steven Fackler | 2015-11-16 | 5 | -342/+24 |
| * | | Switch to libc 0.2 | Steven Fackler | 2015-11-16 | 1 | -1/+1 |
| * | | Revert "Revert "Merge pull request #280 from ltratt/libressl_build"" | Steven Fackler | 2015-11-16 | 1 | -0/+1 |
| * | | Provide public_decrypt, private_encrypt for PKEY | Thom May | 2015-10-28 | 1 | -0/+4 |
| |/ | |||||
| * | Nonblocking streams support. | Jamie Turner | 2015-10-20 | 2 | -0/+6 |
| * | Expose RSA_generate_key_ex. | Jimmy Cuadra | 2015-10-15 | 1 | -0/+1 |
| * | Release v0.6.7 | Steven Fackler | 2015-10-14 | 2 | -3/+3 |
| * | Merge pull request #288 from alexcrichton/include | Steven Fackler | 2015-10-14 | 1 | -0/+1 |
| |\ | |||||