summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* account args-std.def in make distNikos Mavrogiannopoulos2012-02-211-0/+2
* benchmark-ciphers re-enabledNikos Mavrogiannopoulos2012-02-201-0/+19
* Optimizations in command line argument handling. Patch by Bruce Korb.Nikos Mavrogiannopoulos2012-02-1910-280/+85
* Included libopts is not installed by default.Nikos Mavrogiannopoulos2012-02-191-3/+3
* do not try to verify certificates when not needed.Nikos Mavrogiannopoulos2012-02-181-2/+4
* updated docNikos Mavrogiannopoulos2012-02-171-2/+2
* use NEED_LIBOPTS_DIR=true instead of modifying libopts.m4Nikos Mavrogiannopoulos2012-02-121-2/+1
* Added more tests to check whether various TLS versions need to be disabled.Nikos Mavrogiannopoulos2012-02-113-5/+90
* correctionsNikos Mavrogiannopoulos2012-02-112-1/+4
* updated liboptsNikos Mavrogiannopoulos2012-02-1149-971/+1412
* documentation updateNikos Mavrogiannopoulos2012-02-101-3/+3
* doc fixesNikos Mavrogiannopoulos2012-02-103-6/+6
* resolve port only when needed to.Nikos Mavrogiannopoulos2012-02-101-2/+2
* corrected subdirs for liboptsNikos Mavrogiannopoulos2012-02-101-1/+7
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-103-7/+0
* fixNikos Mavrogiannopoulos2012-02-101-1/+1
* fix compilationNikos Mavrogiannopoulos2012-02-102-4/+1
* fixes to allow libopts to compile in windowsNikos Mavrogiannopoulos2012-02-104-4/+8
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-102-8/+8
* use getservbyport() to obtain the service name.Nikos Mavrogiannopoulos2012-02-103-29/+31
* use updated apiNikos Mavrogiannopoulos2012-02-101-3/+3
* updated for new eagain-common.hNikos Mavrogiannopoulos2012-02-101-1/+3
* No need for .def.in files.Nikos Mavrogiannopoulos2012-01-318-0/+0
* added print_cert_info_compact().Nikos Mavrogiannopoulos2012-01-303-17/+36
* send_ocsp_request is more tolerant on errors.Nikos Mavrogiannopoulos2012-01-291-4/+5
* updated manpagesNikos Mavrogiannopoulos2012-01-292-8/+10
* updated textNikos Mavrogiannopoulos2012-01-291-33/+4
* removed debugging codeNikos Mavrogiannopoulos2012-01-291-6/+0
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-298-46/+62
* corrected dependenciesNikos Mavrogiannopoulos2012-01-291-8/+8
* Manual pages for included programs are auto-generated using the autoopts defi...Nikos Mavrogiannopoulos2012-01-298-16/+640
* gnutls-cli will try to verify ocsp responses if --ocsp is given.Nikos Mavrogiannopoulos2012-01-289-267/+487
* Do not store a key when it already exists.Nikos Mavrogiannopoulos2012-01-281-3/+4
* ssh flag is has the option to be disabled/enabled.Nikos Mavrogiannopoulos2012-01-282-1/+3
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-285-107/+325
* allow the usage of --load-trust with --askNikos Mavrogiannopoulos2012-01-281-1/+3
* updated descriptionNikos Mavrogiannopoulos2012-01-271-3/+3
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-2610-280/+537
* Fix builddir != srcdir builds.Simon Josefsson2012-01-251-8/+8
* Cleanup copyright headers.Simon Josefsson2012-01-2510-2/+164
* Fix syntax-check nits.Simon Josefsson2012-01-251-1/+1
* Only rebuild autogen sources if the real input file is modified.Simon Josefsson2012-01-251-18/+16
* generate libopts makefile outside the conditional.Nikos Mavrogiannopoulos2012-01-241-1/+2
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-241-572/+708
* Allow quering available elliptic curves by adding gnutls_ecc_curve_list().Nikos Mavrogiannopoulos2012-01-241-0/+14
* Do not print the same things twice.Nikos Mavrogiannopoulos2012-01-242-11/+0
* Fix make dist.Simon Josefsson2012-01-241-5/+1
* Move libopts/ to src/libopts/. Drop gaa remains.Simon Josefsson2012-01-2460-2400/+18001
* corrected typoNikos Mavrogiannopoulos2012-01-231-1/+1
* ocsptool uses liboptsNikos Mavrogiannopoulos2012-01-234-163/+222