summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-172-8/+17
* gnutls-serv may run without certificate, but will issue a warningNikos Mavrogiannopoulos2013-03-141-2/+1
* gnutls-serv issues an error if no certificate and key pair was set.Nikos Mavrogiannopoulos2013-03-141-27/+51
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-133-1/+12
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-0/+5
* removed unneeded codeNikos Mavrogiannopoulos2013-03-111-5/+0
* When requesting DANE data resolve a service name into a port number. Reported...Nikos Mavrogiannopoulos2013-03-101-2/+24
* updates in danetoolNikos Mavrogiannopoulos2013-03-074-57/+107
* updated example template.Nikos Mavrogiannopoulos2013-03-073-3/+3
* Removed unused code.Nikos Mavrogiannopoulos2013-03-051-4/+0
* changes to avoid compilation of programs that cannot be.Nikos Mavrogiannopoulos2013-03-031-22/+32
* Use ARCFOUR cipher by default to be compatible with devices like android that...Nikos Mavrogiannopoulos2013-03-011-1/+1
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-014-148/+221
* use set_int when neededNikos Mavrogiannopoulos2013-02-181-1/+1
* cleaned up the PIN calling in TPMNikos Mavrogiannopoulos2013-02-161-2/+6
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-162-6/+2
* certtool's --to-p12 will now ask for a password to generate PKCS #12 files.Nikos Mavrogiannopoulos2013-02-101-2/+14
* Applied disable SNI patch from Daniel.Nikos Mavrogiannopoulos2013-02-014-35/+68
* Corrected issue in gnutls-cli-debug which tried connections to multiple hosts.Nikos Mavrogiannopoulos2013-01-291-2/+3
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-236-99/+133
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-236-138/+158
* corrected C parameter generation.Nikos Mavrogiannopoulos2013-01-211-1/+1
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-218-643/+674
* build: add danetool-args.c to BUILT_SOURCESAlon Bar-Lev2013-01-201-1/+1
* Added --insecure flag to danetool.Nikos Mavrogiannopoulos2013-01-184-137/+171
* modified certtool order of DN elements.Nikos Mavrogiannopoulos2013-01-171-11/+12
* Added options to specify a DLV file. Suggested by Paul Wouters.Nikos Mavrogiannopoulos2013-01-174-155/+195
* Added functions to directly set the DN in a certificate or request from an RF...Nikos Mavrogiannopoulos2013-01-156-6/+71
* certtool --generate-request option conflicts with --infile. Suggested by Dani...Nikos Mavrogiannopoulos2012-12-153-5/+9
* updated documentation.Nikos Mavrogiannopoulos2012-12-063-3/+6
* updated documentationNikos Mavrogiannopoulos2012-12-063-2/+17
* corrected socket loop. Based on patch by Mantas Mikulenas.Nikos Mavrogiannopoulos2012-11-261-5/+7
* gnutls-cli will try to cannot to all possible returned addresses.Nikos Mavrogiannopoulos2012-11-264-36/+26
* Added hack to print the parameters correctly in windows.Nikos Mavrogiannopoulos2012-11-261-0/+7
* danetool is being built even without libgnutls-dane.Nikos Mavrogiannopoulos2012-11-215-106/+110
* updated parametersNikos Mavrogiannopoulos2012-11-214-282/+327
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-207-477/+401
* simplified parsingNikos Mavrogiannopoulos2012-11-204-16/+15
* certtool is able to set certificate policies via a templateNikos Mavrogiannopoulos2012-11-206-2/+90
* tried to beautify output of danetoolNikos Mavrogiannopoulos2012-11-141-8/+10
* optimizations in list importNikos Mavrogiannopoulos2012-11-121-30/+2
* Added some help on failure.Nikos Mavrogiannopoulos2012-11-121-0/+4
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-127-10/+10
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-1/+7
* The pubkey-info option can be combined with the load-privkey to extract the p...Nikos Mavrogiannopoulos2012-11-114-8/+20
* updatedNikos Mavrogiannopoulos2012-11-101-1/+1
* The status-request option was eliminated. Check OCSP only when the status res...Nikos Mavrogiannopoulos2012-11-094-379/+340
* updatedNikos Mavrogiannopoulos2012-11-0920-20/+20
* gnutls-cli-debug uses server name indication.Nikos Mavrogiannopoulos2012-11-072-2/+9
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-053-0/+6