index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
d1_meth.c
Age
Commit message (
Expand
)
Author
2017-10-12
Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.
Joel Sing
2017-10-10
Merge dtls1_connect() into ssl3_connect(), removing a large amount of
Joel Sing
2017-01-23
Split most of SSL_METHOD out into an internal variant, which is opaque.
Joel Sing
2017-01-23
Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl
Joel Sing
2017-01-21
Specify minimum and maximum protocol version for each method. This is
Joel Sing
2016-11-04
The *_method_data structures can be static
Philip Guenther
2015-02-06
Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.
Joel Sing
2014-12-14
Remove trailing whitespace.
Joel Sing
2014-11-16
Sort and group includes.
Joel Sing
2014-08-10
Since we no longer need to support SSLv2-style cipher lists, start
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-24
DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more
Joel Sing
2014-04-19
More KNF and style consistency tweaks
Philip Guenther
2014-04-14
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller