index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
t1_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate all of the SSL method structs/functions into a single file.
jsing
2018-11-05
1
-224
/
+0
*
Nuke ssl_pending/ssl_shutdown function pointers.
jsing
2018-08-30
1
-9
/
+1
*
Remove function pointers for ssl_{read,write,peek}.
jsing
2018-04-07
1
-13
/
+1
*
Merge the client/server version negotiation into the existing (currently
jsing
2017-01-26
1
-12
/
+10
*
Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault
jsing
2017-01-26
1
-2
/
+2
*
Split most of SSL_METHOD out into an internal variant, which is opaque.
jsing
2017-01-23
1
-33
/
+49
*
Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl
jsing
2017-01-23
1
-17
/
+1
*
Specify minimum and maximum protocol version for each method. This is
jsing
2017-01-21
1
-1
/
+9
*
The *_method_data structures can be static
guenther
2016-11-04
1
-5
/
+5
*
Put the *server_method* data structures and functions in the same place.
jsing
2015-09-11
1
-16
/
+60
*
Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.
jsing
2015-02-06
1
-1
/
+7
*
Remove trailing whitespace.
jsing
2014-12-14
1
-7
/
+7
*
Sort and group includes.
jsing
2014-11-16
1
-2
/
+4
*
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
jsing
2014-10-18
1
-2
/
+1
*
Since we no longer need to support SSLv2-style cipher lists, start
jsing
2014-08-10
1
-7
/
+1
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
Make it substantially easier to identify protocol version requirements
jsing
2014-05-29
1
-2
/
+2
*
DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more
jsing
2014-05-24
1
-9
/
+114
*
More KNF.
jsing
2014-04-19
1
-6
/
+6
*
More KNF and style consistency tweaks
guenther
2014-04-19
1
-6
/
+6
*
First pass at applying KNF to the OpenSSL code, which almost makes it
jsing
2014-04-14
1
-13
/
+8
*
resolve conflicts
djm
2012-10-13
1
-4
/
+17
*
resolve conflicts, fix local changes
djm
2010-10-01
1
-2
/
+2
*
resolve conflicts
djm
2008-09-06
1
-22
/
+4
*
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
markus
2003-05-12
1
-5
/
+12
*
merge openssl-0.9.7-beta3, tested on vax by miod@
markus
2002-09-10
1
-1
/
+1
*
OpenSSL 0.9.4 merge
beck
1999-09-29
1
-9
/
+9
*
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
ryker
1998-10-05
1
-0
/
+91