Add DTLS support.
authorBen Laurie <ben@openssl.org>
Tue, 26 Apr 2005 16:02:40 +0000 (16:02 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 26 Apr 2005 16:02:40 +0000 (16:02 +0000)
commit36d16f8ee0845d932e250286e8e236580470e35b
tree3693300e55b12ff86ad08e9c5255ff7b87f88252
parentab781a0cb6ec7fdd2110103f646aabc29436ae8c
Add DTLS support.
51 files changed:
.cvsignore
CHANGES
Configure
Makefile.org
apps/s_apps.h
apps/s_client.c
apps/s_server.c
apps/s_socket.c
apps/timeouts.h [new file with mode: 0644]
crypto/Makefile
crypto/aes/.cvsignore
crypto/bf/.cvsignore
crypto/bio/Makefile
crypto/bio/bio.h
crypto/bio/bss_dgram.c [new file with mode: 0644]
crypto/bn/.cvsignore
crypto/cast/.cvsignore
crypto/des/.cvsignore
crypto/md5/.cvsignore
crypto/pqueue/Makefile [new file with mode: 0644]
crypto/pqueue/pq_test.c [new file with mode: 0644]
crypto/pqueue/pqueue.c [new file with mode: 0644]
crypto/pqueue/pqueue.h [new file with mode: 0644]
crypto/rc4/.cvsignore
crypto/ripemd/.cvsignore
crypto/sha/.cvsignore
ssl/Makefile
ssl/d1_both.c [new file with mode: 0644]
ssl/d1_clnt.c [new file with mode: 0644]
ssl/d1_enc.c [new file with mode: 0644]
ssl/d1_lib.c [new file with mode: 0644]
ssl/d1_meth.c [new file with mode: 0644]
ssl/d1_pkt.c [new file with mode: 0644]
ssl/d1_srvr.c [new file with mode: 0644]
ssl/dtls1.h [new file with mode: 0644]
ssl/s23_lib.c
ssl/s2_lib.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/t1_enc.c
ssl/t1_lib.c