summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_hooks.c
Commit message (Collapse)AuthorAgeFilesLines
* more fixes for subject alternative name.Nikos Mavrogiannopoulos2007-12-021-15/+31
|
* some fixes in alternative name supportNikos Mavrogiannopoulos2007-12-021-8/+15
|
* Added support for subject alternative names. (untested)Nikos Mavrogiannopoulos2007-12-011-99/+154
|
* upgraded to 0.4.0Nikos Mavrogiannopoulos2007-11-281-392/+598
|
* start the CA Certificate code.Paul Querna2005-05-241-52/+91
|
* - add lua to do client verificationPaul Querna2005-05-171-12/+16
| | | | | - only use gcrypt locking when required to
* Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xPaul Querna2005-04-251-36/+35
|
* apr_table_setn doesn't copy the data. oops.Paul Querna2005-04-241-3/+3
|
* We already have a Certificate, use it directly. With SNI, GnuTLS doesn't ↵Paul Querna2005-04-241-34/+9
| | | | properly update it's internal state. ick.
* if there aren't any certs.. still set something.Paul Querna2005-04-241-6/+8
|
* add SSL_SERVER_S_DN and SSL_SERVER_I_DN Paul Querna2005-04-241-1/+37
|
* - move hooks to gnutls_hooks.cPaul Querna2005-04-241-0/+654
- use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.