aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
0.9.xAdd support for OpenSSL 1.1.1Tatsuyuki Ishi8 years
gh-pagesBuild docsSteven Fackler10 years
masterMerge pull request #999 from sfackler/fix-get-sessionSteven Fackler8 years
 
TagDownloadAuthorAge
openssl-v0.10.12archived-rust-openssl-openssl-v0.10.12.tar.xz  archived-rust-openssl-openssl-v0.10.12.zip  Steven Fackler8 years
openssl-sys-v0.9.36archived-rust-openssl-openssl-sys-v0.9.36.tar.xz  archived-rust-openssl-openssl-sys-v0.9.36.zip  Steven Fackler8 years
openssl-v0.10.11archived-rust-openssl-openssl-v0.10.11.tar.xz  archived-rust-openssl-openssl-v0.10.11.zip  Steven Fackler8 years
openssl-sys-v0.9.35archived-rust-openssl-openssl-sys-v0.9.35.tar.xz  archived-rust-openssl-openssl-sys-v0.9.35.zip  Steven Fackler8 years
openssl-v0.10.10archived-rust-openssl-openssl-v0.10.10.tar.xz  archived-rust-openssl-openssl-v0.10.10.zip  Steven Fackler8 years
openssl-sys-v0.9.33archived-rust-openssl-openssl-sys-v0.9.33.tar.xz  archived-rust-openssl-openssl-sys-v0.9.33.zip  Steven Fackler8 years
openssl-v0.10.9archived-rust-openssl-openssl-v0.10.9.tar.xz  archived-rust-openssl-openssl-v0.10.9.zip  Steven Fackler8 years
openssl-sys-v0.9.32archived-rust-openssl-openssl-sys-v0.9.32.tar.xz  archived-rust-openssl-openssl-sys-v0.9.32.zip  Steven Fackler8 years
openssl-v0.10.8archived-rust-openssl-openssl-v0.10.8.tar.xz  archived-rust-openssl-openssl-v0.10.8.zip  Steven Fackler8 years
openssl-sys-v0.9.31archived-rust-openssl-openssl-sys-v0.9.31.tar.xz  archived-rust-openssl-openssl-sys-v0.9.31.zip  Steven Fackler8 years
[...]
 
AgeCommit messageAuthorFilesLines
2015-03-25Release v0.5.2v0.5.2Steven Fackler2-3/+3
2015-03-25Merge pull request #189 from alexcrichton/updateSteven Fackler4-8/+11
2015-03-25Update to rust masterAlex Crichton4-8/+11
2015-03-23Merge pull request #185 from mlalic/npn-bindingsSteven Fackler6-4/+306
2015-03-23openssl: Add tests for server-side NPNMarko Lalic1-0/+41
2015-03-23openssl: Add tests for client-side NPNMarko Lalic2-2/+75
2015-03-23openssl: Advertise NPN protocols for server socketsMarko Lalic1-0/+33
2015-03-23openssl: Add methods to get the protocol selected by NPNMarko Lalic1-0/+33
2015-03-23openssl: Implement client-side NPN protocol selectionMarko Lalic1-1/+34
2015-03-23openssl: Add method for setting protocols to be used in NPNMarko Lalic1-0/+53
[...]