Matt Caswell
72a7a7021f
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8347 )
2019-02-26 14:05:09 +00:00
Sam Roberts
00f2bafec1
Make some simple getters take const SSL/SSL_CTX
...
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8145 )
(cherry picked from commit 3499327bad
)
2019-02-05 13:58:24 +00:00
Josh Soref
27b138e9db
Fix spelling errors in manpages
...
spelling: algorithm
spelling: anyway
spelling: assigned
spelling: authenticated
spelling: callback
spelling: certificate
spelling: compatibility
spelling: configuration
spelling: digest
spelling: encrypted
spelling: function
spelling: output
spelling: receive
spelling: renegotiation
spelling: signing
spelling: similar
spelling: string
(Merged from https://github.com/openssl/openssl/pull/3580 )Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3580 )
2017-06-11 16:21:33 -04:00
Matt Caswell
4fbfe86ae3
Don't use an enum in the return type for a public API function
...
We use an int instead. That means SSL_key_update() also should use an int.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2609 )
2017-02-17 10:28:01 +00:00
Matt Caswell
3982063756
Add documentation for SSL_key_update() and SSL_get_key_update_type()
...
This also adds documentation for the pre-existing and related
SSL_renegotiate*() functions.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2609 )
2017-02-17 10:28:01 +00:00