source: mod_gnutls/src/gnutls_hooks.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e183628   12 years neuromancer Updated Copyright Headers & Formatting asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @60cf11c   12 years neuromancer Proxy (TLS termination) patch Signed-off-by: Dash Shendy … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @b59327c   12 years nmav GnuTLSCache can now take a single argument (none). asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @e02dd8c   12 years nmav indented code asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @368b574   13 years nmav Safer usage of session variable to prevent segmentation faults on … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @7fec961   13 years nmav Depend on libgnutls for the activation and expiration time checks. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @ae233c2   13 years nmav Added option to turn on/off session tickets. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @3928f79   13 years nmav More libgcrypt fixes. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @0499540   13 years nmav Use libgcrypt calls only if gnutls is older than 2.11.0 asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @8e98518   13 years nmav properly initialize variable. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @ed07ddf   13 years nmav Added support for session tickets. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @67101aa   14 years nmav Applied patch of jmdesp that allows certificate lists by client. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @c38a4e9   14 years nmav Avoid requesting certificate from client when we already have it. … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @1c90c18   14 years nmav Applied patch by AlainKnaff? to correctly verify certificates per … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @377a900   14 years nmav set srp username to empty string. Solves … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @f7a7d66   14 years nmav Allow openpgp certificates that have infinite expiration time. … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @56f3628   14 years nmav Added patch to fix issue with mod_proxy. Investigation and patch by … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @1a53be1   14 years nmav APLOG_EMERG was replaced with APLOG_STARTUP for startup messages. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @52149ee   14 years nmav Allow openpgp-only sites asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @a208cd3   14 years nmav better logging asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @26b08fd   14 years nmav updated README file to account for openpgp keys --patch by Jack Bates asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @df34f08   15 years nmav added check for invalid context asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @1897a1c   15 years nmav depend on main libgnutls library (and gnutls 2.4.x) asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @787dab7   15 years nmav added option to disable srp (for distributions that disable it in gnutls) asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @f548f15   15 years nmav prepare for an alpha release asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @e6f648a   15 years nmav asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @2b3a248b   15 years nmav more changes for openpgp support. Seems to be at a workable state. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @8bd529f   15 years nmav print error if preconfiguration fails asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @e5bbda4   15 years nmav Initial support for openpgp keys asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @619953c   15 years nmav asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @25dad18   15 years nmav asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @ae4a2b0   15 years nmav Corrected bug which did not allow the TLS session cache to be used. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @5e81262   15 years nmav Added support for sending more than one certificate. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @b077bdd   15 years nmav added more error checks. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @a3c97d1   15 years nmav better handling of RSAFile and DHFile asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @2226711   15 years nmav report the missing GnuTLSPriorities for the gnutls enabled hosts only. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @e239d1a   15 years nmav No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @ea470be   15 years nmav The compatibility mode can now be enabled only using the … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @af4998e   15 years nmav asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @36736d4   15 years nmav added SSL_SERVER/CLIENT_S_TYPE asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @a5dc815   15 years nmav export the alternative names of the certificate asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @ee65fcb   15 years nmav added SSL_SERVER_M_SERIAL environment variable asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @717206c   15 years nmav more fixes for subject alternative name. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @41f7031   15 years nmav some fixes in alternative name support asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @fd73a08   15 years nmav Added support for subject alternative names. (untested) asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @7bebb42   15 years nmav upgraded to 0.4.0 asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @836c2f9   18 years chip start the CA Certificate code. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @84cb5b2   18 years chip - add lua to do client verification - only use gcrypt locking when … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @836417f   18 years chip Refactor finding the correct server record to fix resumed sessions. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @38435cc   18 years chip apr_table_setn doesn't copy the data. oops. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @2ad3683   18 years chip We already have a Certificate, use it directly. With SNI, GnuTLS … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @46e3920   18 years chip if there aren't any certs.. still set something. asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(edit) @7ba803b   18 years chip add SSL_SERVER_S_DN and SSL_SERVER_I_DN asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
(add) @c301152   18 years chip - move hooks to gnutls_hooks.c - use 'mgs_' as the prefix for all … asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Note: See TracRevisionLog for help on using the revision log.