summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Print X.509 client cert info.Simon Josefsson2007-02-121-3/+54
* Text fix.Simon Josefsson2007-02-091-3/+4
* Remove.Simon Josefsson2007-02-091-46/+0
* Fix.Simon Josefsson2007-02-091-5/+5
* Use gnutls_x509_crt_print.Simon Josefsson2007-02-091-470/+6
* Default proxy policy is ALL. Fixes crash.Simon Josefsson2007-02-081-0/+2
* Fix.Simon Josefsson2007-02-081-4/+6
* XMPP otherName SAN support.Simon Josefsson2007-02-081-3/+6
* Support otherName SAN's.Simon Josefsson2007-02-081-0/+25
* Don't say TLS 1.0.Simon Josefsson2007-02-071-3/+3
* Don't ask for PSK if we don't have credentials for it.Simon Josefsson2007-02-061-0/+17
* Don't try to negotiate SRP kx if we don't have SRP username/password.Simon Josefsson2007-02-061-1/+16
* Prefer PSK.Simon Josefsson2007-02-061-1/+2
* Modernize priorities.Simon Josefsson2007-02-062-21/+53
* Parse new MACs.Simon Josefsson2007-02-061-0/+6
* Prefer OpenPGP certs from client.Simon Josefsson2007-02-061-1/+1
* Generated.Simon Josefsson2007-02-061-2/+2
* Typo in last commit.Simon Josefsson2007-02-061-6/+6
* Typo.Simon Josefsson2007-02-061-1/+1
* Fix --list.Simon Josefsson2007-02-061-3/+7
* Fix last commit.Simon Josefsson2007-02-061-6/+6
* Support TLS 1.2 and AES 256.Simon Josefsson2007-02-061-14/+45
* use static DH params if none or providedSimon Josefsson2007-02-051-3/+38
* Set pathlength to -1 (not present) by default, for templates.Simon Josefsson2007-02-051-0/+1
* Generated.Simon Josefsson2007-02-051-1/+1
* Support --hash SHA-256/384/512.Simon Josefsson2007-02-052-1/+7
* Print times in UTC.Simon Josefsson2007-02-011-5/+17
* Don't print proxy info if there aren't any proxy extension.Simon Josefsson2007-02-011-19/+19
* Use the CA's SKI as the AKI value, if it is present. Reported by DaleSimon Josefsson2007-01-311-1/+7
* Fix last commit.Simon Josefsson2007-01-311-2/+2
* Support reading/generating proxy certificates in certtool.Simon Josefsson2007-01-316-140/+300
* Have RET for path lengths to mean -1.Simon Josefsson2007-01-311-3/+12
* (generate_pkcs12): Read more than one certificate, if there are moreSimon Josefsson2007-01-111-36/+31
* Support pathLenConstraint.Simon Josefsson2007-01-113-6/+30
* Tiny patch from ludovic.courtes@laas.fr (Ludovic Courtès).Simon Josefsson2007-01-051-12/+12
* Support "TLS1.2" as protocol name.Simon Josefsson2006-11-251-1/+3
* Change lgpl/ library name.Simon Josefsson2006-10-261-2/+2
* Add lgpl too.Simon Josefsson2006-10-211-3/+5
* (generate_self_signed): Load key, if generate_certificate() didn'tSimon Josefsson2006-09-211-0/+3
* Revert last patch.Simon Josefsson2006-09-211-10/+10
* (test_session_resume2): When comparing session id's, also compare thatSimon Josefsson2006-09-211-2/+2
* (test_session_resume2): If session-id is NULL, resumption isn'tSimon Josefsson2006-09-211-1/+4
* (generate_certificate): Load private key when --load-request is used,Simon Josefsson2006-08-271-10/+10
* Map select to _win_select on Windows hosts.Simon Josefsson2006-08-141-0/+4
* Need select.c in cli.c and serv.c.Simon Josefsson2006-08-141-2/+2
* Add, moved from cli.c, originally from plibc, seeSimon Josefsson2006-08-141-0/+265
* Move _win_select to select.c.Simon Josefsson2006-08-141-256/+4
* Make select() work on Windows, copying code from plibc, seeSimon Josefsson2006-08-141-0/+258
* Update.Simon Josefsson2006-08-062-20/+33
* Use -V for --verbose.Simon Josefsson2006-08-061-1/+1