aboutsummaryrefslogtreecommitdiffstats
path: root/m4
ModeNameSize
-rw-r--r--apache.m46165logstatsplain
-rw-r--r--apache_test.m42631logstatsplain
-rw-r--r--apr_memcache.m42026logstatsplain
-rw-r--r--apreq.m41487logstatsplain
-rwxr-xr-xbuildconf.py2712logstatsplain
-rw-r--r--find_apr.m46136logstatsplain
-rw-r--r--libgnutls.m46670logstatsplain
-rw-r--r--libmemcache.m41175logstatsplain
-rw-r--r--librsvg.m4850logstatsplain
-rw-r--r--lua.m41763logstatsplain
-rw-r--r--outoforder.m41032logstatsplain
od_gnutls/commit/src?h=0.4.x&id=8e33f2d4c149fe8b6d2f1f3bdb06c52da53952f1'>Put a limit on the number of times we try to handshake.Gravatar Paul Querna 2005-09-25 | * start the CA Certificate code.Gravatar Paul Querna 2005-05-24 | * - add lua to do client verificationGravatar Paul Querna 2005-05-17 | | | | | - only use gcrypt locking when required to * Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xGravatar Paul Querna 2005-04-25 | * apr_table_setn doesn't copy the data. oops.Gravatar Paul Querna 2005-04-24 | * We already have a Certificate, use it directly. With SNI, GnuTLS doesn't ↵Gravatar Paul Querna 2005-04-24 | | | | properly update it's internal state. ick. * if there aren't any certs.. still set something.Gravatar Paul Querna 2005-04-24 | * add SSL_SERVER_S_DN and SSL_SERVER_I_DN Gravatar Paul Querna 2005-04-24 | * - move hooks to gnutls_hooks.cGravatar Paul Querna 2005-04-24 | | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes. * move config functions to their own file. Gravatar Paul Querna 2005-04-24 | * - remove more debug logging.Gravatar Paul Querna 2005-04-22 | | | | | - fix a crash by changing the certificate structure *after* starting the handshake. * client auth is sort of working.Gravatar Paul Querna 2005-04-22 | * working SNI. Not so working Client Cert support.Gravatar Paul Querna 2005-04-21 | * include support for 2.0.xxGravatar Paul Querna 2005-04-08 | * wrap the debug log in maintainer mode.Gravatar Paul Querna 2005-04-08 | * - remove anno credsGravatar Paul Querna 2005-04-06 | | | | | | | | - initial attempt at Server Name Extension - change to adding 'mod_gnutls' to the server sig instead of GnuTLS/ - fix for EOF/EOC/EOS buckets - 'general' code cleanups * checkpoint the work so far. The DBM cache needs a little more work.