index
:
rust-openssl
0.9.x
gh-pages
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for OpenSSL 1.1.1
0.9.x
Tatsuyuki Ishi
2018-09-25
20
-63
/
+94
*
Don't leak X509s
Steven Fackler
2018-02-12
1
-3
/
+2
*
Finish documentation for the ssl module
Steven Fackler
2017-12-04
3
-50
/
+241
*
Docs for the ssl module.
Steven Fackler
2017-12-03
1
-36
/
+431
*
Impl deref for acceptor/connector builders
Steven Fackler
2017-12-03
3
-26
/
+66
*
Documentation for the `sign` module.
Steven Fackler
2017-12-03
1
-10
/
+53
*
Rename Signer::finish to sign_to_vec
Steven Fackler
2017-12-03
1
-17
/
+24
*
Clean up tests
Steven Fackler
2017-12-03
1
-464
/
+98
*
Merge pull request #785 from P-E-Meunier/split-signer-finish
Steven Fackler
2017-12-03
1
-5
/
+27
|
\
|
*
Simplifying finish_into
[email protected]
2017-12-03
1
-2
/
+1
|
*
Splitting the sign::Signer::finish function, to avoid allocations
[email protected]
2017-12-03
1
-5
/
+28
*
|
Adding dp(), dq() and qi() methods to RSA, to get the CRT parameters back
[email protected]
2017-12-02
1
-0
/
+43
|
/
*
Upgrade foreign-types
Steven Fackler
2017-11-26
3
-28
/
+1
*
Revert "Update foreign-types to 0.3"
Steven Fackler
2017-11-21
3
-0
/
+26
*
Update foreign-types to 0.3
Anthony Ramine
2017-11-21
3
-26
/
+0
*
Adjust libressl version detection
Steven Fackler
2017-11-13
2
-6
/
+6
*
Add support for LibreSSL 2.6.3
phoebe jenkins
2017-11-13
2
-6
/
+6
*
Added a macro that wraps foreign type, and impl Send and Sync for both,
Paul Florence
2017-11-10
15
-33
/
+60
*
Add a couple of FIXMEs
Steven Fackler
2017-11-05
1
-0
/
+4
*
Merge pull request #764 from AndyGauge/doc-error
Steven Fackler
2017-11-05
1
-0
/
+20
|
\
|
*
fixed broken example and syntax error in module level documentation
AndyGauge
2017-11-04
1
-2
/
+2
|
*
Error documentation improvement
Andy Gauge
2017-10-27
1
-0
/
+20
*
|
Handle local retries
Steven Fackler
2017-11-04
2
-94
/
+100
*
|
Merge pull request #747 from BrianOn99/symm
Steven Fackler
2017-11-04
1
-6
/
+152
|
\
\
|
*
|
Move doc details into another paragraph
BrianOn99
2017-10-09
1
-11
/
+18
|
*
|
Additional notes on Crypter
Chiu Yue Chun
2017-10-04
1
-2
/
+4
|
*
|
Copy example to module level
Chiu Yue Chun
2017-10-04
1
-0
/
+23
|
*
|
Add examples and more documentation to symm
Chiu Yue Chun
2017-10-03
1
-5
/
+119
*
|
|
Merge pull request #761 from AndyGauge/doc-ec
Steven Fackler
2017-11-04
1
-4
/
+212
|
\
\
\
|
*
\
\
Merge branch 'master' into doc-ec
Andy Gauge
2017-10-24
2
-2
/
+59
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Update documentation for EC module
Andy Gauge
2017-10-24
1
-6
/
+204
|
*
|
|
Began EC documenation
Andy Gauge
2017-10-11
1
-0
/
+10
|
*
|
|
Merge branch 'master' of https://github.com/sfackler/rust-openssl
Andy Gauge
2017-10-09
25
-281
/
+719
|
|
\
\
\
*
|
|
|
|
Update data-encoding major version
Julien Cretin
2017-11-04
1
-8
/
+10
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fixed a typo in an error message, WANT_WRITE -> WANT_READ
Brian Vincent
2017-10-17
1
-1
/
+1
*
|
|
|
Merge pull request #755 from AndyGauge/doc-dsa
Steven Fackler
2017-10-14
1
-0
/
+60
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
DSA size returns maximum size of signature
Andy Gauge
2017-10-11
1
-1
/
+1
|
*
|
|
Documentation improvements for DSA module
Andy Gauge
2017-10-09
1
-1
/
+58
|
|
/
/
|
*
/
Begun DSA documentation
Andy Gauge
2017-10-04
1
-0
/
+3
|
|
/
*
|
Merge pull request #753 from zsck/issue719
Steven Fackler
2017-10-08
1
-0
/
+48
|
\
\
|
*
|
Include the hex crate and ToHex import to the second example
Zack Mullaly
2017-10-07
1
-0
/
+2
|
*
|
Added module-level documentation for the `sha` module.
Zack Mullaly
2017-10-07
1
-0
/
+46
*
|
|
Merge pull request #749 from johnthagen/conf
Steven Fackler
2017-10-08
1
-0
/
+15
|
\
\
\
|
*
|
|
Move OpenSSL implementation details into a normal comment
johnthagen
2017-10-07
1
-5
/
+2
|
*
|
|
Document conf module
johnthagen
2017-10-03
1
-0
/
+18
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #744 from AndyGauge/doc-bn
Steven Fackler
2017-10-07
1
-21
/
+369
|
\
\
\
|
*
|
|
Describe return values of groups.
Andy Gauge
2017-10-04
1
-16
/
+24
|
*
|
|
Finished BigNum documentation
Andy Gauge
2017-10-03
1
-16
/
+266
|
*
|
|
removed deny missing docs
Andy Gauge
2017-09-29
1
-1
/
+0
|
*
|
|
WIP BigNum function documentation
Andy Gauge
2017-09-29
1
-14
/
+102
[next]