openssl/ssl
Richard Levitte 62324627aa Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
of complaints from the compiler about data pointers and function
pointers not being compatible with each other.
2000-09-17 18:21:27 +00:00
..
.cvsignore
bio_ssl.c Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
install.com
Makefile.ssl 'make update' 2000-09-07 08:46:51 +00:00
s2_clnt.c Bugfix: clear error queue after ignoring ssl_verify_cert_chain result. 2000-05-27 22:25:01 +00:00
s2_enc.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s2_lib.c Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
s2_meth.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s2_pkt.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s2_srvr.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s3_both.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s3_clnt.c Avoid abort() throughout the library, except when preprocessor 2000-09-04 15:34:43 +00:00
s3_enc.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
s3_lib.c Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
s3_meth.c
s3_pkt.c New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the default 2000-09-12 20:28:30 +00:00
s3_srvr.c Avoid abort() throughout the library, except when preprocessor 2000-09-04 15:34:43 +00:00
s23_clnt.c Document rollback issues. 2000-07-29 19:27:20 +00:00
s23_lib.c Move the registration of callback functions to special functions 2000-02-20 23:43:02 +00:00
s23_meth.c
s23_pkt.c
s23_srvr.c Document rollback issues. 2000-07-29 19:27:20 +00:00
ssl2.h Tolerate fragmentation and interleaving in the SSL 3/TLS record layer. 2000-02-20 23:04:06 +00:00
ssl3.h Using checks of the existence of HEADER_{foo}_H in other header files 2000-06-09 10:41:35 +00:00
ssl23.h
ssl_algs.c
ssl_asn1.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
ssl_cert.c Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care 2000-09-17 18:21:27 +00:00
ssl_ciph.c Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care 2000-09-17 18:21:27 +00:00
ssl_err2.c
ssl_err.c Use correct function names in SSLerr macros. 2000-03-14 14:10:56 +00:00
ssl_lib.c Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care 2000-09-17 18:21:27 +00:00
ssl_locl.h The previous commit to crypto/stack/*.[ch] pulled the type-safety strings 2000-06-01 02:36:58 +00:00
ssl_rsa.c
ssl_sess.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
ssl_stat.c Move MAC computations for Finished from ssl3_read_bytes into 2000-02-21 10:16:30 +00:00
ssl_task.c Rename SSLeay_add_all_algorithms() et al to 2000-02-04 14:01:38 +00:00
ssl_txt.c Avoid sprintf. 2000-05-21 14:10:05 +00:00
ssl-lib.com New logical names to skip algorithms are now supported. 2000-02-27 10:41:31 +00:00
ssl.h New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the default 2000-09-12 20:28:30 +00:00
ssltest.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
t1_clnt.c
t1_enc.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
t1_lib.c Move the registration of callback functions to special functions 2000-02-20 23:43:02 +00:00
t1_meth.c
t1_srvr.c
tls1.h In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites 2000-04-06 22:33:14 +00:00