openssl/ssl
Richard Levitte a9188d4e17 Compaq C 6.2 for VMS will complain when we want to convert
non-function pointers to function pointers and vice versa.
The current solution is to have unions that describe the
conversion we want to do, and gives us the ability to extract
the type of data we want.

The current solution is a quick fix, and can probably be made
in a more general or elegant way.
2000-01-18 09:30:51 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
bio_ssl.c Compaq C 6.2 for VMS will complain when we want to convert 2000-01-18 09:30:51 +00:00
install.com Make sure installed files are world readable 1999-11-12 01:42:59 +00:00
Makefile.ssl Remainder of SSL purpose and trust code: trust and purpose setting in 1999-11-29 22:35:00 +00:00
s2_clnt.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s2_enc.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s2_lib.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +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 Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s3_both.c Use less complicated arrangement for data strutures related to Finished 2000-01-06 00:41:22 +00:00
s3_clnt.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
s3_enc.c Use separate arrays for certificate verify and for finished hashes. 2000-01-06 00:24:24 +00:00
s3_lib.c Compaq C 6.2 for VMS will complain when we want to convert 2000-01-18 09:30:51 +00:00
s3_meth.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
s3_pkt.c It doesn't make sense to try see if these variables are negative, since they're unsigned. 2000-01-17 00:49:52 +00:00
s3_srvr.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
s23_clnt.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s23_lib.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
s23_meth.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
s23_pkt.c Fix server behaviour when facing backwards-compatible client hellos. 1999-09-03 16:33:11 +00:00
s23_srvr.c SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 when 2000-01-16 21:29:57 +00:00
ssl-lib.com Prepare for a possible disabling of certain messages that DEC C spews out. 2000-01-17 00:58:09 +00:00
ssl.h Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
ssl2.h Work with -pedantic! 1999-04-23 15:01:15 +00:00
ssl3.h Clean up some of the SSL server code. 2000-01-11 01:07:26 +00:00
ssl23.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ssl_algs.c Don't mix real tabs with tabs expanded as 8 spaces -- that's 1999-06-07 20:26:51 +00:00
ssl_asn1.c Store verify_result with sessions to avoid potential security hole. 1999-11-16 23:15:41 +00:00
ssl_cert.c Remainder of SSL purpose and trust code: trust and purpose setting in 1999-11-29 22:35:00 +00:00
ssl_ciph.c Don't mix real tabs with tabs expanded as 8 spaces -- that's 1999-06-07 20:26:51 +00:00
ssl_err.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
ssl_err2.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
ssl_lib.c Compaq C 6.2 for VMS will complain when we want to convert 2000-01-18 09:30:51 +00:00
ssl_locl.h Use separate arrays for certificate verify and for finished hashes. 2000-01-06 00:24:24 +00:00
ssl_rsa.c typo while I poke around... 1999-08-05 13:31:42 +00:00
ssl_sess.c Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID, 1999-12-29 14:29:32 +00:00
ssl_stat.c New functions SSL_get_finished, SSL_get_peer_finished. 2000-01-06 01:19:17 +00:00
ssl_task.c We need e_os.h here. 1999-05-21 11:46:29 +00:00
ssl_txt.c New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return code. 2000-01-09 14:21:40 +00:00
ssltest.c Add missing #ifndefs that caused missing symbols when building libssl 2000-01-16 21:10:00 +00:00
t1_clnt.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
t1_enc.c Use prototypes. 2000-01-05 23:31:47 +00:00
t1_lib.c Cosmetic changes. 1999-09-29 22:14:47 +00:00
t1_meth.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
t1_srvr.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
tls1.h Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress). 1999-06-04 21:54:13 +00:00