1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
OpenBSD
Go to file
jsing 0d55d5127d Provide functions for starting, finishing and writing SSL handshake
messages. This will allow for removal of repeated/duplicated code.

Additionally, DTLS was written by wholesale copying of the SSL/TLS code,
with some DTLS specifics being added to the duplicated code. Since these
SSL handshake message functions know how to handle both SSL/TLS and DTLS,
upon conversion the duplicate versions will become identical (or close to),
at which point the DTLS versions can be removed and the SSL/TLS versions
used for both protocols.

Partially based on similar changes in OpenSSL.

ok miod@
2014-12-14 16:07:26 +00:00
bin Sort members by size to reduce structure padding 2014-12-13 21:02:32 +00:00
distrib A first shot at MOP boot instructions. 2014-12-13 15:45:53 +00:00
etc Install netboot.mop 2014-12-13 14:45:57 +00:00
games Do not memorialize cheaters in the high score file. 2014-12-09 05:01:14 +00:00
gnu Don't make manpages from anything in Pod-Perldoc/corpus 2014-12-07 21:10:23 +00:00
include claim posix 2008 compat. apparently people look at this and get scared 2014-12-13 20:42:41 +00:00
lib Provide functions for starting, finishing and writing SSL handshake 2014-12-14 16:07:26 +00:00
libexec avoid void arithmetic. from david carlier 2014-12-09 15:36:36 +00:00
regress unifdef OPENSSL_NO_NEXTPROTONEG 2014-12-14 14:48:00 +00:00
sbin put global_ptrace here too so users know how to spell it. poke by jmc 2014-12-12 08:42:48 +00:00
share The utwitch(4) driver was never added here. Obviously it belongs in the 2014-12-11 20:33:09 +00:00
sys Disable MWAIT again, this time on both i386 and amd64. Too many systems 2014-12-14 05:04:49 +00:00
usr.bin Remove redundant NULL checks before free - BN_free(), BIO_free_all() and 2014-12-14 14:45:33 +00:00
usr.sbin these are no longer used, remove 2014-12-14 15:26:56 +00:00
Makefile Create etc set during 'make build' and embed it in base set to make 2014-08-26 20:19:25 +00:00
Makefile.cross Remove the last gzsig tendril 2014-10-09 03:40:12 +00:00