| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix bounds on ssl_read and ssl_write | Steven Fackler | 2015-12-15 | 1 | -28/+28 | |
| | | | ||||||
| * | | Merge branch 'release' | Steven Fackler | 2015-12-15 | 7 | -13/+10 | |
| |\| | ||||||
| | * | Merge branch 'release-v0.7.2' into releasev0.7.2 | Steven Fackler | 2015-12-15 | 19 | -582/+996 | |
| | |\ | ||||||
| | | * | Release v0.7.2 | Steven Fackler | 2015-12-15 | 7 | -13/+10 | |
| | |/ |/| | ||||||
| * | | Cleanup SNI stuff | Steven Fackler | 2015-12-15 | 4 | -20/+10 | |
| | | | ||||||
| * | | Cleanup | Steven Fackler | 2015-12-15 | 1 | -4/+6 | |
| | | | ||||||
| * | | Merge pull request #320 from uasi/add-variations-of-pbkdf2 | Steven Fackler | 2015-12-15 | 5 | -2/+147 | |
| |\ \ | | | | | | | Add PBKDF2-HMAC-SHA256 and -SHA512 functions | |||||
| | * | | Put pbkdf2_hmac_{256,512}() behind feature gate | Tomoki Aonuma | 2015-12-10 | 5 | -1/+9 | |
| | | | | | | | | | | | | | PKCS5_PBKDF2_HMAC is not available with openssl-0.9.8 on os x | |||||
| | * | | Add PBKDF2-HMAC-SHA256 and -SHA512 functions | Tomoki Aonuma | 2015-12-10 | 2 | -1/+138 | |
| | | | | ||||||
| * | | | Merge pull request #309 from Geal/master | Steven Fackler | 2015-12-15 | 4 | -2/+137 | |
| |\ \ \ | | | | | | | | | Add support for Server Name indication (SNI) on the server's side | |||||
| | * | | | Increment SSL_CTX's reference count in Ssl::get_ssl_context() | Geoffroy Couprie | 2015-12-03 | 3 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Without this, whenever the returned SslContext is released, the refcount of the underlying SSL_CTX will decrease and it will be freed too soon | |||||
| | * | | | Make shims for SSL_CTX_ctrl and SSL_CTX_callback_ctrl macro wrappers | Geoffroy Couprie | 2015-11-25 | 4 | -7/+16 | |
| | | | | | ||||||
| | * | | | fix memory management | Geoffroy Couprie | 2015-11-25 | 1 | -5/+3 | |
| | | | | | ||||||
| | * | | | Avoid freeing the SSL object when Ssl is dropped | Geoffroy Couprie | 2015-11-24 | 1 | -10/+19 | |
| | | | | | ||||||
| | * | | | implement get/set ssl context | Geoffroy Couprie | 2015-11-24 | 2 | -0/+9 | |
| | | | | | ||||||
| | * | | | test SNI support | Geoffroy Couprie | 2015-11-24 | 2 | -0/+102 | |
| | | | | | ||||||
| * | | | | Document unused variant | Steven Fackler | 2015-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | No reason to hide it | |||||
| * | | | | Use 1.5.0 instead of nightlies | Steven Fackler | 2015-12-12 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Yet more AsRawSocket fixes | Steven Fackler | 2015-12-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | More AsRawSocket fixes | Steven Fackler | 2015-12-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix AsRawSocket impls | Steven Fackler | 2015-12-12 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Have NonblockingSslStream delegate to SslStream | Steven Fackler | 2015-12-12 | 2 | -158/+84 | |
| | | | | | ||||||
| * | | | | Build out a new error type | Steven Fackler | 2015-12-12 | 2 | -35/+231 | |
| | | | | | ||||||
| * | | | | Make error handling more reliable | Steven Fackler | 2015-12-10 | 1 | -5/+16 | |
| | | | | | ||||||
| * | | | | Replace SslStream implementation! | Steven Fackler | 2015-12-09 | 6 | -532/+141 | |
| | | | | | ||||||
| * | | | | Implement read and write | Steven Fackler | 2015-12-09 | 4 | -96/+148 | |
| | | | | | ||||||
| * | | | | IT LIVES | Steven Fackler | 2015-12-09 | 4 | -15/+147 | |
| | | | | | ||||||
| * | | | | Custom BIO infrastructure | Steven Fackler | 2015-12-08 | 5 | -0/+163 | |
| | | | | | ||||||
| * | | | | Add BIO type definitions | Steven Fackler | 2015-12-07 | 1 | -3/+54 | |
| | | | | | ||||||
| * | | | | Bump openssl version for travis | Steven Fackler | 2015-12-07 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #318 from ↵ | Steven Fackler | 2015-12-07 | 1 | -2/+2 | |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | ajroetker/maint/update_appveyor_openssl_download_link (maint) Update appveyor link to the OpenSSL download | |||||
| | * | | | (maint) Update appveyor link to the OpenSSL download | Andrew Roetker | 2015-12-07 | 1 | -2/+2 | |
| |/ / / | | | | | | | | | | | | | This commit updates the link in appveyor to the OpenSSL download to fix Windows PR testing. | |||||
| * | | | Merge pull request #315 from operutka/master | Steven Fackler | 2015-11-30 | 4 | -19/+22 | |
| |\ \ \ | | | | | | | | | Cast correctly c_char raw pointers (fixes build on ARM #314) | |||||
| | * | | | Cast correctly c_char raw pointers (fixes build on ARM #314) | Ondrej Perutka | 2015-11-30 | 4 | -19/+22 | |
| |/ / / | ||||||
| * | | | Mention el cap changes in readme | Steven Fackler | 2015-11-28 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge branch 'release' | Steven Fackler | 2015-11-28 | 6 | -12/+12 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Merge branch 'release-v0.7.1' into releasev0.7.1 | Steven Fackler | 2015-11-28 | 9 | -17/+30 | |
| | |\ \ | ||||||
| | | * | | Release v0.7.1 | Steven Fackler | 2015-11-28 | 6 | -12/+12 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #312 from maximih/master | Steven Fackler | 2015-11-28 | 1 | -2/+5 | |
| |\ \ \ | |_|/ |/| | | Fix #311 - Avoid empty include paths | |||||
| | * | | Avoid empty include paths (i.e. cc -I "" ) as they are not supported by GCC. ↵ | Maximilian Hristache | 2015-11-28 | 1 | -2/+5 | |
| |/ / | | | | | | | Fix #311 | |||||
| * | | Implement try_clone for MaybeSslStream | Steven Fackler | 2015-11-20 | 1 | -0/+10 | |
| | | | | | | | | | Closes #308 | |||||
| * | | Merge pull request #307 from alex/patch-1 | Steven Fackler | 2015-11-19 | 1 | -1/+1 | |
| |\ \ | | | | | | | Fixed a typo in a comment. | |||||
| | * | | Fixed a typo in a comment. | Alex Gaynor | 2015-11-19 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #306 from overminder/get1-leak-fix | Steven Fackler | 2015-11-17 | 2 | -0/+2 | |
| |\ \ | | | | | | | Fix a leak when using `EVP_PKEY_get1_RSA`. | |||||
| | * | | Fix a leak when using `EVP_PKEY_get1_RSA`. | Overmind JIANG | 2015-11-18 | 2 | -0/+2 | |
| |/ / | | | | | | | | | | | `EVP_PKEY_get1_RSA` returns a RSA structure with its reference count increased by 1 and therefore we need to call `RSA_free` after finishing using that value. | |||||
| * | | Remove unecessary build dependency | Steven Fackler | 2015-11-16 | 2 | -2/+0 | |
| | | | ||||||
| * | | Merge branch 'release' | Steven Fackler | 2015-11-16 | 7 | -11/+17 | |
| |\| | ||||||
| | * | Merge branch 'release-v0.7.0' into releasev0.7.0 | Steven Fackler | 2015-11-16 | 22 | -424/+963 | |
| | |\ | ||||||
| | | * | Release v0.7.0 | Steven Fackler | 2015-11-16 | 7 | -11/+17 | |
| | |/ |/| | ||||||
| * | | Mention why the windows deps are there | Steven Fackler | 2015-11-16 | 1 | -0/+1 | |
| | | | ||||||