aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gnutls_hooks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gnutls_hooks.c b/src/gnutls_hooks.c
index 6619be5..c1a1c52 100644
--- a/src/gnutls_hooks.c
+++ b/src/gnutls_hooks.c
@@ -848,6 +848,9 @@ mgs_add_common_cert_vars(request_rec * r, gnutls_x509_crt cert, int side,
848 apr_pstrcat(r->pool, MGS_SIDE, "_M_VERSION", NULL), 848 apr_pstrcat(r->pool, MGS_SIDE, "_M_VERSION", NULL),
849 apr_psprintf(r->pool, "%u", ret)); 849 apr_psprintf(r->pool, "%u", ret));
850 850
851 apr_table_setn(env,
852 apr_pstrcat(r->pool, MGS_SIDE, "_S_TYPE", NULL), "X.509");
853
851 tmp = 854 tmp =
852 mgs_time2sz(gnutls_x509_crt_get_expiration_time 855 mgs_time2sz(gnutls_x509_crt_get_expiration_time
853 (cert), buf, sizeof(buf)); 856 (cert), buf, sizeof(buf));
;d=retro' width='13' height='13' alt='Gravatar' /> Nokis Mavrogiannopoulos 2007-12-15 | * adopted the official libgnutlsextra m4Gravatar Nokis Mavrogiannopoulos 2007-12-15 | * adopted the official libgnutlsextra m4Gravatar Nokis Mavrogiannopoulos 2007-12-15 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-10 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-10 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-10 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-10 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-09 | * Do not allow resuming sessions on different servers.Gravatar Nokis Mavrogiannopoulos 2007-12-09 | * Corrected bug which did not allow the TLS session cache to be used.Gravatar Nokis Mavrogiannopoulos 2007-12-09 | * Added support for sending more than one certificate.Gravatar Nokis Mavrogiannopoulos 2007-12-08 | * RSA-EXPORT private keys and DH params no longer generated by defaultGravatar Nokis Mavrogiannopoulos 2007-12-08 | * added more error checks.Gravatar Nokis Mavrogiannopoulos 2007-12-03 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-03 | * better handling of RSAFile and DHFileGravatar Nokis Mavrogiannopoulos 2007-12-03 | * report the missing GnuTLSPriorities for the gnutls enabled hosts only.Gravatar Nokis Mavrogiannopoulos 2007-12-02 | * (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-02 | * No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Gravatar Nokis Mavrogiannopoulos 2007-12-02 | * The compatibility mode can now be enabled only using the GnuTLSPriorities ↵Gravatar Nokis Mavrogiannopoulos 2007-12-02 | | | | string. * (no commit message)